|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ShortPredicate | |
---|---|
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 ShortPredicate in com.carrotsearch.hppc |
---|
Methods in com.carrotsearch.hppc with type parameters of type ShortPredicate | ||
---|---|---|
|
ShortArrayDeque.descendingForEach(T predicate)
Applies a predicate to container elements as long, as the predicate
returns true . |
|
|
ShortDeque.descendingForEach(T predicate)
Applies a predicate to container elements as long, as the predicate
returns true . |
|
|
ShortArrayDeque.forEach(T predicate)
Applies a predicate to container elements as long, as the predicate
returns true . |
|
|
ShortContainer.forEach(T predicate)
Applies a predicate to container elements as long, as the predicate
returns true . |
|
|
ShortShortOpenHashMap.KeysContainer.forEach(T predicate)
|
|
|
ShortIntOpenHashMap.KeysContainer.forEach(T predicate)
|
|
|
ShortArrayList.forEach(T predicate)
Applies a predicate to container elements as long, as the predicate
returns true . |
|
|
ShortOpenHashSet.forEach(T predicate)
Applies a predicate to container elements as long, as the predicate
returns true . |
|
|
ShortObjectOpenHashMap.KeysContainer.forEach(T predicate)
|
|
|
ShortDoubleOpenHashMap.KeysContainer.forEach(T predicate)
|
|
|
ShortCharOpenHashMap.KeysContainer.forEach(T predicate)
|
|
|
ShortLongOpenHashMap.KeysContainer.forEach(T predicate)
|
|
|
ShortFloatOpenHashMap.KeysContainer.forEach(T predicate)
|
|
|
ShortByteOpenHashMap.KeysContainer.forEach(T predicate)
|
|
|
ShortArrayList.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 ShortPredicate | |
---|---|
int |
ShortArrayDeque.removeAll(ShortPredicate predicate)
Removes all elements in this collection for which the given predicate returns true . |
int |
ShortCharAssociativeContainer.removeAll(ShortPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
ShortByteAssociativeContainer.removeAll(ShortPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
ShortShortOpenHashMap.removeAll(ShortPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
ShortShortOpenHashMap.KeysContainer.removeAll(ShortPredicate predicate)
|
int |
ShortIntOpenHashMap.removeAll(ShortPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
ShortIntOpenHashMap.KeysContainer.removeAll(ShortPredicate predicate)
|
int |
ShortArrayList.removeAll(ShortPredicate predicate)
Removes all elements in this collection for which the given predicate returns true . |
int |
ShortCollection.removeAll(ShortPredicate predicate)
Removes all elements in this collection for which the given predicate returns true . |
int |
ShortOpenHashSet.removeAll(ShortPredicate predicate)
Removes all elements in this collection for which the given predicate returns true . |
int |
ShortObjectOpenHashMap.removeAll(ShortPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
ShortObjectOpenHashMap.KeysContainer.removeAll(ShortPredicate predicate)
|
int |
ShortDoubleOpenHashMap.removeAll(ShortPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
ShortDoubleOpenHashMap.KeysContainer.removeAll(ShortPredicate predicate)
|
int |
ShortCharOpenHashMap.removeAll(ShortPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
ShortCharOpenHashMap.KeysContainer.removeAll(ShortPredicate predicate)
|
int |
ShortObjectAssociativeContainer.removeAll(ShortPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
ShortDoubleAssociativeContainer.removeAll(ShortPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
ShortFloatAssociativeContainer.removeAll(ShortPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
ShortIntAssociativeContainer.removeAll(ShortPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
ShortLongOpenHashMap.removeAll(ShortPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
ShortLongOpenHashMap.KeysContainer.removeAll(ShortPredicate predicate)
|
int |
ShortShortAssociativeContainer.removeAll(ShortPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
ShortFloatOpenHashMap.removeAll(ShortPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
ShortFloatOpenHashMap.KeysContainer.removeAll(ShortPredicate predicate)
|
int |
ShortLongAssociativeContainer.removeAll(ShortPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
ShortByteOpenHashMap.removeAll(ShortPredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
ShortByteOpenHashMap.KeysContainer.removeAll(ShortPredicate predicate)
|
int |
ShortCollection.retainAll(ShortPredicate predicate)
Keeps all elements in this collection for which the given predicate returns true . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |