Uses of Interface
com.carrotsearch.hppc.predicates.BytePredicate
Packages that use BytePredicate
-
Uses of BytePredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type BytePredicateModifier and TypeMethodDescription<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>
TByteByteHashMap.ValuesContainer.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) <T extends BytePredicate>
TCharByteHashMap.ValuesContainer.forEach
(T predicate) <T extends BytePredicate>
TDoubleByteHashMap.ValuesContainer.forEach
(T predicate) <T extends BytePredicate>
TFloatByteHashMap.ValuesContainer.forEach
(T predicate) <T extends BytePredicate>
TIntByteHashMap.ValuesContainer.forEach
(T predicate) <T extends BytePredicate>
TLongByteHashMap.ValuesContainer.forEach
(T predicate) <T extends BytePredicate>
TObjectByteHashMap.ValuesContainer.forEach
(T predicate) <T extends BytePredicate>
TShortByteHashMap.ValuesContainer.forEach
(T predicate) Methods in com.carrotsearch.hppc with parameters of type BytePredicateModifier and TypeMethodDescriptionprivate void
ByteArrayDeque.descendingForEach
(BytePredicate predicate, int fromIndex, int toIndex) Appliespredicate
to a slice of the deque,toIndex
, exclusive, down tofromIndex
, inclusive or until the predicate returnsfalse
.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
ByteByteHashMap.ValuesContainer.removeAll
(BytePredicate predicate) 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
CharByteHashMap.ValuesContainer.removeAll
(BytePredicate predicate) int
DoubleByteHashMap.ValuesContainer.removeAll
(BytePredicate predicate) int
FloatByteHashMap.ValuesContainer.removeAll
(BytePredicate predicate) int
IntByteHashMap.ValuesContainer.removeAll
(BytePredicate predicate) int
LongByteHashMap.ValuesContainer.removeAll
(BytePredicate predicate) int
ObjectByteHashMap.ValuesContainer.removeAll
(BytePredicate predicate) int
ShortByteHashMap.ValuesContainer.removeAll
(BytePredicate predicate) int
AbstractByteCollection.retainAll
(BytePredicate predicate) Default implementation redirects toByteCollection.removeAll(BytePredicate)
and negates the predicate.int
ByteCollection.retainAll
(BytePredicate predicate) Keeps all elements in this collection for which the given predicate returnstrue
.