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