|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ShortProcedure | |
---|---|
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 ShortProcedure in com.carrotsearch.hppc |
---|
Methods in com.carrotsearch.hppc with type parameters of type ShortProcedure | ||
---|---|---|
|
ShortArrayDeque.descendingForEach(T procedure)
Applies procedure to all elements of this deque, tail to head. |
|
|
ShortDeque.descendingForEach(T procedure)
Applies a procedure to all container elements. |
|
|
ShortArrayDeque.forEach(T procedure)
Applies a procedure to all container elements. |
|
|
ShortContainer.forEach(T procedure)
Applies a procedure to all container elements. |
|
|
ShortShortOpenHashMap.KeysContainer.forEach(T procedure)
|
|
|
ShortIntOpenHashMap.KeysContainer.forEach(T procedure)
|
|
|
ShortArrayList.forEach(T procedure)
Applies a procedure to all container elements. |
|
|
ShortOpenHashSet.forEach(T procedure)
Applies a procedure to all container elements. |
|
|
ShortObjectOpenHashMap.KeysContainer.forEach(T procedure)
|
|
|
ShortDoubleOpenHashMap.KeysContainer.forEach(T procedure)
|
|
|
ShortCharOpenHashMap.KeysContainer.forEach(T procedure)
|
|
|
ShortLongOpenHashMap.KeysContainer.forEach(T procedure)
|
|
|
ShortFloatOpenHashMap.KeysContainer.forEach(T procedure)
|
|
|
ShortByteOpenHashMap.KeysContainer.forEach(T procedure)
|
|
|
ShortArrayList.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 |