|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DoubleProcedure | |
---|---|
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 DoubleProcedure in com.carrotsearch.hppc |
---|
Methods in com.carrotsearch.hppc with type parameters of type DoubleProcedure | ||
---|---|---|
|
DoubleArrayDeque.descendingForEach(T procedure)
Applies procedure to all elements of this deque, tail to head. |
|
|
DoubleDeque.descendingForEach(T procedure)
Applies a procedure to all container elements. |
|
|
DoubleLongOpenHashMap.KeysContainer.forEach(T procedure)
|
|
|
DoubleArrayDeque.forEach(T procedure)
Applies a procedure to all container elements. |
|
|
DoubleDoubleOpenHashMap.KeysContainer.forEach(T procedure)
|
|
|
DoubleContainer.forEach(T procedure)
Applies a procedure to all container elements. |
|
|
DoubleIntOpenHashMap.KeysContainer.forEach(T procedure)
|
|
|
DoubleOpenHashSet.forEach(T procedure)
Applies a procedure to all container elements. |
|
|
DoubleByteOpenHashMap.KeysContainer.forEach(T procedure)
|
|
|
DoubleFloatOpenHashMap.KeysContainer.forEach(T procedure)
|
|
|
DoubleCharOpenHashMap.KeysContainer.forEach(T procedure)
|
|
|
DoubleObjectOpenHashMap.KeysContainer.forEach(T procedure)
|
|
|
DoubleShortOpenHashMap.KeysContainer.forEach(T procedure)
|
|
|
DoubleArrayList.forEach(T procedure)
Applies a procedure to all container elements. |
|
|
DoubleArrayList.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 |