|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IntPredicate | |
---|---|
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 IntPredicate in com.carrotsearch.hppc |
---|
Methods in com.carrotsearch.hppc with type parameters of type IntPredicate | ||
---|---|---|
|
IntArrayDeque.descendingForEach(T predicate)
Applies a predicate to container elements as long, as the predicate
returns true . |
|
|
IntDeque.descendingForEach(T predicate)
Applies a predicate to container elements as long, as the predicate
returns true . |
|
|
IntDoubleLinkedSet.forEach(T predicate)
|
|
|
IntOpenHashSet.forEach(T predicate)
Applies a predicate to container elements as long, as the predicate
returns true . |
|
|
IntShortOpenHashMap.KeysContainer.forEach(T predicate)
|
|
|
IntObjectOpenHashMap.KeysContainer.forEach(T predicate)
|
|
|
IntDoubleOpenHashMap.KeysContainer.forEach(T predicate)
|
|
|
IntByteOpenHashMap.KeysContainer.forEach(T predicate)
|
|
|
IntArrayList.forEach(T predicate)
Applies a predicate to container elements as long, as the predicate
returns true . |
|
|
IntArrayDeque.forEach(T predicate)
Applies a predicate to container elements as long, as the predicate
returns true . |
|
|
IntIntOpenHashMap.KeysContainer.forEach(T predicate)
|
|
|
IntLongOpenHashMap.KeysContainer.forEach(T predicate)
|
|
|
IntFloatOpenHashMap.KeysContainer.forEach(T predicate)
|
|
|
IntCharOpenHashMap.KeysContainer.forEach(T predicate)
|
|
|
IntContainer.forEach(T predicate)
Applies a predicate to container elements as long, as the predicate
returns true . |
|
|
IntArrayList.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 IntPredicate | |
---|---|
int |
IntShortAssociativeContainer.removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
IntCharAssociativeContainer.removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
IntLongAssociativeContainer.removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
IntDoubleLinkedSet.removeAll(IntPredicate predicate)
|
int |
IntOpenHashSet.removeAll(IntPredicate predicate)
Removes all elements in this collection for which the given predicate returns true . |
int |
IntByteAssociativeContainer.removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
IntShortOpenHashMap.removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
IntShortOpenHashMap.KeysContainer.removeAll(IntPredicate predicate)
|
int |
IntCollection.removeAll(IntPredicate predicate)
Removes all elements in this collection for which the given predicate returns true . |
int |
IntObjectOpenHashMap.removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
IntObjectOpenHashMap.KeysContainer.removeAll(IntPredicate predicate)
|
int |
IntDoubleOpenHashMap.removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
IntDoubleOpenHashMap.KeysContainer.removeAll(IntPredicate predicate)
|
int |
IntDoubleAssociativeContainer.removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
IntByteOpenHashMap.removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
IntByteOpenHashMap.KeysContainer.removeAll(IntPredicate predicate)
|
int |
IntFloatAssociativeContainer.removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
IntArrayList.removeAll(IntPredicate predicate)
Removes all elements in this collection for which the given predicate returns true . |
int |
IntArrayDeque.removeAll(IntPredicate predicate)
Removes all elements in this collection for which the given predicate returns true . |
int |
IntIntOpenHashMap.removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
IntIntOpenHashMap.KeysContainer.removeAll(IntPredicate predicate)
|
int |
IntLongOpenHashMap.removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
IntLongOpenHashMap.KeysContainer.removeAll(IntPredicate predicate)
|
int |
IntFloatOpenHashMap.removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
IntFloatOpenHashMap.KeysContainer.removeAll(IntPredicate predicate)
|
int |
IntCharOpenHashMap.removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
IntCharOpenHashMap.KeysContainer.removeAll(IntPredicate predicate)
|
int |
IntIntAssociativeContainer.removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
IntObjectAssociativeContainer.removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
IntDoubleLinkedSet.retainAll(IntPredicate predicate)
|
int |
IntCollection.retainAll(IntPredicate predicate)
Keeps all elements in this collection for which the given predicate returns true . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |