|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FloatPredicate | |
---|---|
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 FloatPredicate in com.carrotsearch.hppc |
---|
Methods in com.carrotsearch.hppc with type parameters of type FloatPredicate | ||
---|---|---|
|
FloatDeque.descendingForEach(T predicate)
Applies a predicate to container elements as long, as the predicate
returns true . |
|
|
FloatArrayDeque.descendingForEach(T predicate)
Applies a predicate to container elements as long, as the predicate
returns true . |
|
|
FloatCharOpenHashMap.KeysContainer.forEach(T predicate)
|
|
|
FloatContainer.forEach(T predicate)
Applies a predicate to container elements as long, as the predicate
returns true . |
|
|
FloatArrayList.forEach(T predicate)
Applies a predicate to container elements as long, as the predicate
returns true . |
|
|
FloatObjectOpenHashMap.KeysContainer.forEach(T predicate)
|
|
|
FloatIntOpenHashMap.KeysContainer.forEach(T predicate)
|
|
|
FloatLongOpenHashMap.KeysContainer.forEach(T predicate)
|
|
|
FloatByteOpenHashMap.KeysContainer.forEach(T predicate)
|
|
|
FloatArrayDeque.forEach(T predicate)
Applies a predicate to container elements as long, as the predicate
returns true . |
|
|
FloatFloatOpenHashMap.KeysContainer.forEach(T predicate)
|
|
|
FloatShortOpenHashMap.KeysContainer.forEach(T predicate)
|
|
|
FloatOpenHashSet.forEach(T predicate)
Applies a predicate to container elements as long, as the predicate
returns true . |
|
|
FloatDoubleOpenHashMap.KeysContainer.forEach(T predicate)
|
|
|
FloatArrayList.forEach(T predicate,
int fromIndex,
int toIndex)
Applies predicate to a slice of the list,
fromIndex , inclusive, to toIndex ,
exclusive, or until predicate returns false . |
Methods in com.carrotsearch.hppc with parameters of type FloatPredicate | |
---|---|
int |
FloatObjectAssociativeContainer.removeAll(FloatPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
FloatCharOpenHashMap.removeAll(FloatPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
FloatCharOpenHashMap.KeysContainer.removeAll(FloatPredicate predicate)
|
int |
FloatByteAssociativeContainer.removeAll(FloatPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
FloatDoubleAssociativeContainer.removeAll(FloatPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
FloatArrayList.removeAll(FloatPredicate predicate)
Removes all elements in this collection for which the given predicate returns true . |
int |
FloatObjectOpenHashMap.removeAll(FloatPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
FloatObjectOpenHashMap.KeysContainer.removeAll(FloatPredicate predicate)
|
int |
FloatIntOpenHashMap.removeAll(FloatPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
FloatIntOpenHashMap.KeysContainer.removeAll(FloatPredicate predicate)
|
int |
FloatLongOpenHashMap.removeAll(FloatPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
FloatLongOpenHashMap.KeysContainer.removeAll(FloatPredicate predicate)
|
int |
FloatByteOpenHashMap.removeAll(FloatPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
FloatByteOpenHashMap.KeysContainer.removeAll(FloatPredicate predicate)
|
int |
FloatArrayDeque.removeAll(FloatPredicate predicate)
Removes all elements in this collection for which the given predicate returns true . |
int |
FloatFloatOpenHashMap.removeAll(FloatPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
FloatFloatOpenHashMap.KeysContainer.removeAll(FloatPredicate predicate)
|
int |
FloatShortOpenHashMap.removeAll(FloatPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
FloatShortOpenHashMap.KeysContainer.removeAll(FloatPredicate predicate)
|
int |
FloatOpenHashSet.removeAll(FloatPredicate predicate)
Removes all elements in this collection for which the given predicate returns true . |
int |
FloatFloatAssociativeContainer.removeAll(FloatPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
FloatIntAssociativeContainer.removeAll(FloatPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
FloatLongAssociativeContainer.removeAll(FloatPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
FloatShortAssociativeContainer.removeAll(FloatPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
FloatCollection.removeAll(FloatPredicate predicate)
Removes all elements in this collection for which the given predicate returns true . |
int |
FloatDoubleOpenHashMap.removeAll(FloatPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
FloatDoubleOpenHashMap.KeysContainer.removeAll(FloatPredicate predicate)
|
int |
FloatCharAssociativeContainer.removeAll(FloatPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
FloatCollection.retainAll(FloatPredicate predicate)
Keeps all elements in this collection for which the given predicate returns true . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |