|
Colt 1.2.0 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LongProcedure | |
cern.colt.list | Resizable lists holding objects or primitive data types such as int, double, etc. |
cern.colt.map | Automatically growing and shrinking maps holding objects or primitive data types such as int, double, etc. |
Uses of LongProcedure in cern.colt.list |
Methods in cern.colt.list with parameters of type LongProcedure | |
boolean |
LongArrayList.forEach(LongProcedure procedure)
Applies a procedure to each element of the receiver, if any. |
boolean |
AbstractLongList.forEach(LongProcedure procedure)
Applies a procedure to each element of the receiver, if any. |
Uses of LongProcedure in cern.colt.map |
Methods in cern.colt.map with parameters of type LongProcedure | |
boolean |
OpenLongObjectHashMap.forEachKey(LongProcedure procedure)
Applies a procedure to each key of the receiver, if any. |
abstract boolean |
AbstractLongObjectMap.forEachKey(LongProcedure procedure)
Applies a procedure to each key of the receiver, if any. |
|
Colt 1.2.0 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |