Uses of Interface
com.carrotsearch.hppc.predicates.ShortPredicate
-
Packages that use ShortPredicate Package Description com.carrotsearch.hppc -
-
Uses of ShortPredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type ShortPredicate Modifier and Type Method Description <T extends ShortPredicate>
TShortArrayDeque. descendingForEach(T predicate)
Applies apredicate
to container elements as long, as the predicate returnstrue
.<T extends ShortPredicate>
TShortDeque. descendingForEach(T predicate)
Applies apredicate
to container elements as long, as the predicate returnstrue
.<T extends ShortPredicate>
TShortArrayDeque. forEach(T predicate)
Applies apredicate
to container elements as long, as the predicate returnstrue
.<T extends ShortPredicate>
TShortArrayList. forEach(T predicate)
Applies apredicate
to container elements as long, as the predicate returnstrue
.<T extends ShortPredicate>
TShortArrayList. forEach(T predicate, int fromIndex, int toIndex)
Appliespredicate
to a slice of the list,fromIndex
, inclusive, totoIndex
, exclusive, or until predicate returnsfalse
.<T extends ShortPredicate>
TShortByteHashMap.KeysContainer. forEach(T predicate)
<T extends ShortPredicate>
TShortCharHashMap.KeysContainer. forEach(T predicate)
<T extends ShortPredicate>
TShortContainer. forEach(T predicate)
Applies apredicate
to container elements as long, as the predicate returnstrue
.<T extends ShortPredicate>
TShortDoubleHashMap.KeysContainer. forEach(T predicate)
<T extends ShortPredicate>
TShortFloatHashMap.KeysContainer. forEach(T predicate)
<T extends ShortPredicate>
TShortHashSet. forEach(T predicate)
Applies apredicate
to container elements as long, as the predicate returnstrue
.<T extends ShortPredicate>
TShortIntHashMap.KeysContainer. forEach(T predicate)
<T extends ShortPredicate>
TShortLongHashMap.KeysContainer. forEach(T predicate)
<T extends ShortPredicate>
TShortObjectHashMap.KeysContainer. forEach(T predicate)
<T extends ShortPredicate>
TShortShortHashMap.KeysContainer. forEach(T predicate)
Methods in com.carrotsearch.hppc with parameters of type ShortPredicate Modifier and Type Method Description int
ShortArrayDeque. removeAll(ShortPredicate predicate)
Removes all elements in this collection for which the given predicate returnstrue
.int
ShortArrayList. removeAll(ShortPredicate predicate)
Removes all elements in this collection for which the given predicate returnstrue
.int
ShortByteAssociativeContainer. removeAll(ShortPredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
ShortByteHashMap.KeysContainer. removeAll(ShortPredicate predicate)
int
ShortByteHashMap. removeAll(ShortPredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
ShortCharAssociativeContainer. removeAll(ShortPredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
ShortCharHashMap.KeysContainer. removeAll(ShortPredicate predicate)
int
ShortCharHashMap. removeAll(ShortPredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
ShortCollection. removeAll(ShortPredicate predicate)
Removes all elements in this collection for which the given predicate returnstrue
.int
ShortDoubleAssociativeContainer. removeAll(ShortPredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
ShortDoubleHashMap.KeysContainer. removeAll(ShortPredicate predicate)
int
ShortDoubleHashMap. removeAll(ShortPredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
ShortFloatAssociativeContainer. removeAll(ShortPredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
ShortFloatHashMap.KeysContainer. removeAll(ShortPredicate predicate)
int
ShortFloatHashMap. removeAll(ShortPredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
ShortHashSet. removeAll(ShortPredicate predicate)
Removes all elements in this collection for which the given predicate returnstrue
.int
ShortIntAssociativeContainer. removeAll(ShortPredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
ShortIntHashMap.KeysContainer. removeAll(ShortPredicate predicate)
int
ShortIntHashMap. removeAll(ShortPredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
ShortLongAssociativeContainer. removeAll(ShortPredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
ShortLongHashMap.KeysContainer. removeAll(ShortPredicate predicate)
int
ShortLongHashMap. removeAll(ShortPredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
ShortObjectAssociativeContainer. removeAll(ShortPredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
ShortObjectHashMap.KeysContainer. removeAll(ShortPredicate predicate)
int
ShortObjectHashMap. removeAll(ShortPredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
ShortShortAssociativeContainer. removeAll(ShortPredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
ShortShortHashMap.KeysContainer. removeAll(ShortPredicate predicate)
int
ShortShortHashMap. removeAll(ShortPredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
ShortCollection. retainAll(ShortPredicate predicate)
Keeps all elements in this collection for which the given predicate returnstrue
.
-