|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectProcedure | |
---|---|
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. |
com.carrotsearch.hppc.procedures | Procedures apply to keys and/or values in a container. |
Uses of ObjectProcedure in com.carrotsearch.hppc |
---|
Methods in com.carrotsearch.hppc with type parameters of type ObjectProcedure | ||
---|---|---|
|
ObjectDeque.descendingForEach(T procedure)
Applies a procedure to all container elements. |
|
|
ObjectArrayDeque.descendingForEach(T procedure)
Applies procedure to all elements of this deque, tail to head. |
|
|
ObjectDoubleOpenHashMap.KeysContainer.forEach(T procedure)
|
|
|
ObjectIntOpenHashMap.KeysContainer.forEach(T procedure)
|
|
|
ObjectByteOpenHashMap.KeysContainer.forEach(T procedure)
|
|
|
ObjectArrayDeque.forEach(T procedure)
Applies a procedure to all container elements. |
|
|
ObjectLongOpenHashMap.KeysContainer.forEach(T procedure)
|
|
|
ObjectShortOpenHashMap.KeysContainer.forEach(T procedure)
|
|
|
ObjectCharOpenHashMap.KeysContainer.forEach(T procedure)
|
|
|
ObjectContainer.forEach(T procedure)
Applies a procedure to all container elements. |
|
|
ObjectFloatOpenHashMap.KeysContainer.forEach(T procedure)
|
|
|
ObjectObjectOpenHashMap.KeysContainer.forEach(T procedure)
|
|
|
ObjectOpenHashSet.forEach(T procedure)
Applies a procedure to all container elements. |
|
|
ObjectArrayList.forEach(T procedure)
Applies a procedure to all container elements. |
|
|
ObjectArrayList.forEach(T procedure,
int fromIndex,
int toIndex)
Applies procedure to a slice of the list,
fromIndex , inclusive, to toIndex ,
exclusive. |
Uses of ObjectProcedure in com.carrotsearch.hppc.procedures |
---|
Classes in com.carrotsearch.hppc.procedures that implement ObjectProcedure | |
---|---|
class |
GuavaProcedureAdapter<KType>
An adapter between Guava's Predicate and HPPC's ObjectProcedure . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |