|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LongProcedure | |
---|---|
com.carrotsearch.hppc | High Performance Primitive Collections (HPPC) library provides
typical data structures (lists, stacks, maps)
template-generated for all Java primitive types
(byte , int , etc.) to conserve
memory and boost performance. |
Uses of LongProcedure in com.carrotsearch.hppc |
---|
Methods in com.carrotsearch.hppc with type parameters of type LongProcedure | ||
---|---|---|
|
LongDeque.descendingForEach(T procedure)
Applies a procedure to all container elements. |
|
|
LongArrayDeque.descendingForEach(T procedure)
Applies procedure to all elements of this deque, tail to head. |
|
|
LongObjectOpenHashMap.KeysContainer.forEach(T procedure)
|
|
|
LongArrayList.forEach(T procedure)
Applies a procedure to all container elements. |
|
|
LongFloatOpenHashMap.KeysContainer.forEach(T procedure)
|
|
|
LongContainer.forEach(T procedure)
Applies a procedure to all container elements. |
|
|
LongDoubleOpenHashMap.KeysContainer.forEach(T procedure)
|
|
|
LongByteOpenHashMap.KeysContainer.forEach(T procedure)
|
|
|
LongShortOpenHashMap.KeysContainer.forEach(T procedure)
|
|
|
LongCharOpenHashMap.KeysContainer.forEach(T procedure)
|
|
|
LongOpenHashSet.forEach(T procedure)
Applies a procedure to all container elements. |
|
|
LongIntOpenHashMap.KeysContainer.forEach(T procedure)
|
|
|
LongArrayDeque.forEach(T procedure)
Applies a procedure to all container elements. |
|
|
LongLongOpenHashMap.KeysContainer.forEach(T procedure)
|
|
|
LongArrayList.forEach(T procedure,
int fromIndex,
int toIndex)
Applies procedure to a slice of the list,
fromIndex , inclusive, to toIndex ,
exclusive. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |