public interface TLongObjectProcedure<T>
Modifier and Type | Method and Description |
---|---|
boolean |
execute(long a,
T b)
Executes this procedure.
|
boolean execute(long a, T b)
a
- a long
valueb
- an Object
valueGNU Trove is copyright © 2001-2009 Eric D. Friedman. All Rights Reserved.