|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LongPredicate | |
---|---|
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 LongPredicate in com.carrotsearch.hppc |
---|
Methods in com.carrotsearch.hppc with type parameters of type LongPredicate | ||
---|---|---|
|
LongDeque.descendingForEach(T predicate)
Applies a predicate to container elements as long, as the predicate
returns true . |
|
|
LongArrayDeque.descendingForEach(T predicate)
Applies a predicate to container elements as long, as the predicate
returns true . |
|
|
LongObjectOpenHashMap.KeysContainer.forEach(T predicate)
|
|
|
LongArrayList.forEach(T predicate)
Applies a predicate to container elements as long, as the predicate
returns true . |
|
|
LongFloatOpenHashMap.KeysContainer.forEach(T predicate)
|
|
|
LongContainer.forEach(T predicate)
Applies a predicate to container elements as long, as the predicate
returns true . |
|
|
LongDoubleOpenHashMap.KeysContainer.forEach(T predicate)
|
|
|
LongByteOpenHashMap.KeysContainer.forEach(T predicate)
|
|
|
LongShortOpenHashMap.KeysContainer.forEach(T predicate)
|
|
|
LongCharOpenHashMap.KeysContainer.forEach(T predicate)
|
|
|
LongOpenHashSet.forEach(T predicate)
Applies a predicate to container elements as long, as the predicate
returns true . |
|
|
LongIntOpenHashMap.KeysContainer.forEach(T predicate)
|
|
|
LongArrayDeque.forEach(T predicate)
Applies a predicate to container elements as long, as the predicate
returns true . |
|
|
LongLongOpenHashMap.KeysContainer.forEach(T predicate)
|
|
|
LongArrayList.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 LongPredicate | |
---|---|
int |
LongObjectOpenHashMap.removeAll(LongPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
LongObjectOpenHashMap.KeysContainer.removeAll(LongPredicate predicate)
|
int |
LongDoubleAssociativeContainer.removeAll(LongPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
LongLongAssociativeContainer.removeAll(LongPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
LongArrayList.removeAll(LongPredicate predicate)
Removes all elements in this collection for which the given predicate returns true . |
int |
LongFloatOpenHashMap.removeAll(LongPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
LongFloatOpenHashMap.KeysContainer.removeAll(LongPredicate predicate)
|
int |
LongDoubleOpenHashMap.removeAll(LongPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
LongDoubleOpenHashMap.KeysContainer.removeAll(LongPredicate predicate)
|
int |
LongByteOpenHashMap.removeAll(LongPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
LongByteOpenHashMap.KeysContainer.removeAll(LongPredicate predicate)
|
int |
LongShortOpenHashMap.removeAll(LongPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
LongShortOpenHashMap.KeysContainer.removeAll(LongPredicate predicate)
|
int |
LongIntAssociativeContainer.removeAll(LongPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
LongCharOpenHashMap.removeAll(LongPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
LongCharOpenHashMap.KeysContainer.removeAll(LongPredicate predicate)
|
int |
LongByteAssociativeContainer.removeAll(LongPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
LongOpenHashSet.removeAll(LongPredicate predicate)
Removes all elements in this collection for which the given predicate returns true . |
int |
LongCollection.removeAll(LongPredicate predicate)
Removes all elements in this collection for which the given predicate returns true . |
int |
LongIntOpenHashMap.removeAll(LongPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
LongIntOpenHashMap.KeysContainer.removeAll(LongPredicate predicate)
|
int |
LongCharAssociativeContainer.removeAll(LongPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
LongFloatAssociativeContainer.removeAll(LongPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
LongShortAssociativeContainer.removeAll(LongPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
LongArrayDeque.removeAll(LongPredicate predicate)
Removes all elements in this collection for which the given predicate returns true . |
int |
LongLongOpenHashMap.removeAll(LongPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
LongLongOpenHashMap.KeysContainer.removeAll(LongPredicate predicate)
|
int |
LongObjectAssociativeContainer.removeAll(LongPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
LongCollection.retainAll(LongPredicate predicate)
Keeps all elements in this collection for which the given predicate returns true . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |