Uses of Interface
com.carrotsearch.hppc.predicates.BytePredicate
-
Packages that use BytePredicate Package Description com.carrotsearch.hppc -
-
Uses of BytePredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type BytePredicate Modifier and Type Method Description <T extends BytePredicate>
TByteArrayDeque. descendingForEach(T predicate)
Applies apredicate
to container elements as long, as the predicate returnstrue
.<T extends BytePredicate>
TByteDeque. descendingForEach(T predicate)
Applies apredicate
to container elements as long, as the predicate returnstrue
.<T extends BytePredicate>
TByteArrayDeque. forEach(T predicate)
Applies apredicate
to container elements as long, as the predicate returnstrue
.<T extends BytePredicate>
TByteArrayList. forEach(T predicate)
Applies apredicate
to container elements as long, as the predicate returnstrue
.<T extends BytePredicate>
TByteArrayList. forEach(T predicate, int fromIndex, int toIndex)
Appliespredicate
to a slice of the list,fromIndex
, inclusive, totoIndex
, exclusive, or until predicate returnsfalse
.<T extends BytePredicate>
TByteByteHashMap.KeysContainer. forEach(T predicate)
<T extends BytePredicate>
TByteCharHashMap.KeysContainer. forEach(T predicate)
<T extends BytePredicate>
TByteContainer. forEach(T predicate)
Applies apredicate
to container elements as long, as the predicate returnstrue
.<T extends BytePredicate>
TByteDoubleHashMap.KeysContainer. forEach(T predicate)
<T extends BytePredicate>
TByteFloatHashMap.KeysContainer. forEach(T predicate)
<T extends BytePredicate>
TByteHashSet. forEach(T predicate)
Applies apredicate
to container elements as long, as the predicate returnstrue
.<T extends BytePredicate>
TByteIntHashMap.KeysContainer. forEach(T predicate)
<T extends BytePredicate>
TByteLongHashMap.KeysContainer. forEach(T predicate)
<T extends BytePredicate>
TByteObjectHashMap.KeysContainer. forEach(T predicate)
<T extends BytePredicate>
TByteShortHashMap.KeysContainer. forEach(T predicate)
Methods in com.carrotsearch.hppc with parameters of type BytePredicate Modifier and Type Method Description int
ByteArrayDeque. removeAll(BytePredicate predicate)
Removes all elements in this collection for which the given predicate returnstrue
.int
ByteArrayList. removeAll(BytePredicate predicate)
Removes all elements in this collection for which the given predicate returnstrue
.int
ByteByteAssociativeContainer. removeAll(BytePredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
ByteByteHashMap.KeysContainer. removeAll(BytePredicate predicate)
int
ByteByteHashMap. removeAll(BytePredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
ByteCharAssociativeContainer. removeAll(BytePredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
ByteCharHashMap.KeysContainer. removeAll(BytePredicate predicate)
int
ByteCharHashMap. removeAll(BytePredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
ByteCollection. removeAll(BytePredicate predicate)
Removes all elements in this collection for which the given predicate returnstrue
.int
ByteDoubleAssociativeContainer. removeAll(BytePredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
ByteDoubleHashMap.KeysContainer. removeAll(BytePredicate predicate)
int
ByteDoubleHashMap. removeAll(BytePredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
ByteFloatAssociativeContainer. removeAll(BytePredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
ByteFloatHashMap.KeysContainer. removeAll(BytePredicate predicate)
int
ByteFloatHashMap. removeAll(BytePredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
ByteHashSet. removeAll(BytePredicate predicate)
Removes all elements in this collection for which the given predicate returnstrue
.int
ByteIntAssociativeContainer. removeAll(BytePredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
ByteIntHashMap.KeysContainer. removeAll(BytePredicate predicate)
int
ByteIntHashMap. removeAll(BytePredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
ByteLongAssociativeContainer. removeAll(BytePredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
ByteLongHashMap.KeysContainer. removeAll(BytePredicate predicate)
int
ByteLongHashMap. removeAll(BytePredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
ByteObjectAssociativeContainer. removeAll(BytePredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
ByteObjectHashMap.KeysContainer. removeAll(BytePredicate predicate)
int
ByteObjectHashMap. removeAll(BytePredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
ByteShortAssociativeContainer. removeAll(BytePredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
ByteShortHashMap.KeysContainer. removeAll(BytePredicate predicate)
int
ByteShortHashMap. removeAll(BytePredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
ByteCollection. retainAll(BytePredicate predicate)
Keeps all elements in this collection for which the given predicate returnstrue
.
-