Uses of Interface
com.carrotsearch.hppc.predicates.ObjectPredicate
Packages that use ObjectPredicate
-
Uses of ObjectPredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type ObjectPredicateModifier and TypeMethodDescription<T extends ObjectPredicate<? super KType>>
TObjectArrayDeque.descendingForEach
(T predicate) Applies apredicate
to container elements as long, as the predicate returnstrue
.<T extends ObjectPredicate<? super KType>>
TObjectDeque.descendingForEach
(T predicate) Applies apredicate
to container elements as long, as the predicate returnstrue
.<T extends ObjectPredicate<? super VType>>
TByteObjectHashMap.ValuesContainer.forEach
(T predicate) <T extends ObjectPredicate<? super VType>>
TCharObjectHashMap.ValuesContainer.forEach
(T predicate) <T extends ObjectPredicate<? super VType>>
TDoubleObjectHashMap.ValuesContainer.forEach
(T predicate) <T extends ObjectPredicate<? super VType>>
TFloatObjectHashMap.ValuesContainer.forEach
(T predicate) <T extends ObjectPredicate<? super VType>>
TIntObjectHashMap.ValuesContainer.forEach
(T predicate) <T extends ObjectPredicate<? super VType>>
TLongObjectHashMap.ValuesContainer.forEach
(T predicate) <T extends ObjectPredicate<? super KType>>
TObjectArrayDeque.forEach
(T predicate) Applies apredicate
to container elements as long, as the predicate returnstrue
.<T extends ObjectPredicate<? super KType>>
TObjectArrayList.forEach
(T predicate) Applies apredicate
to container elements as long, as the predicate returnstrue
.<T extends ObjectPredicate<? super KType>>
TObjectArrayList.forEach
(T predicate, int fromIndex, int toIndex) Appliespredicate
to a slice of the list,fromIndex
, inclusive, totoIndex
, exclusive, or until predicate returnsfalse
.<T extends ObjectPredicate<? super KType>>
TObjectByteHashMap.KeysContainer.forEach
(T predicate) <T extends ObjectPredicate<? super KType>>
TObjectCharHashMap.KeysContainer.forEach
(T predicate) <T extends ObjectPredicate<? super KType>>
TObjectContainer.forEach
(T predicate) Applies apredicate
to container elements as long, as the predicate returnstrue
.<T extends ObjectPredicate<? super KType>>
TObjectDoubleHashMap.KeysContainer.forEach
(T predicate) <T extends ObjectPredicate<? super KType>>
TObjectFloatHashMap.KeysContainer.forEach
(T predicate) <T extends ObjectPredicate<? super KType>>
TObjectHashSet.forEach
(T predicate) Applies apredicate
to container elements as long, as the predicate returnstrue
.<T extends ObjectPredicate<? super KType>>
TObjectIntHashMap.KeysContainer.forEach
(T predicate) <T extends ObjectPredicate<? super KType>>
TObjectLongHashMap.KeysContainer.forEach
(T predicate) <T extends ObjectPredicate<? super KType>>
TObjectObjectHashMap.KeysContainer.forEach
(T predicate) <T extends ObjectPredicate<? super VType>>
TObjectObjectHashMap.ValuesContainer.forEach
(T predicate) <T extends ObjectPredicate<? super KType>>
TObjectShortHashMap.KeysContainer.forEach
(T predicate) <T extends ObjectPredicate<? super VType>>
TShortObjectHashMap.ValuesContainer.forEach
(T predicate) Methods in com.carrotsearch.hppc with parameters of type ObjectPredicateModifier and TypeMethodDescriptionprivate void
ObjectArrayDeque.descendingForEach
(ObjectPredicate<? super KType> predicate, int fromIndex, int toIndex) Appliespredicate
to a slice of the deque,toIndex
, exclusive, down tofromIndex
, inclusive or until the predicate returnsfalse
.int
ByteObjectHashMap.ValuesContainer.removeAll
(ObjectPredicate<? super VType> predicate) int
CharObjectHashMap.ValuesContainer.removeAll
(ObjectPredicate<? super VType> predicate) int
DoubleObjectHashMap.ValuesContainer.removeAll
(ObjectPredicate<? super VType> predicate) int
FloatObjectHashMap.ValuesContainer.removeAll
(ObjectPredicate<? super VType> predicate) int
IntObjectHashMap.ValuesContainer.removeAll
(ObjectPredicate<? super VType> predicate) int
LongObjectHashMap.ValuesContainer.removeAll
(ObjectPredicate<? super VType> predicate) int
ObjectArrayDeque.removeAll
(ObjectPredicate<? super KType> predicate) Removes all elements in this collection for which the given predicate returnstrue
.int
ObjectArrayList.removeAll
(ObjectPredicate<? super KType> predicate) Removes all elements in this collection for which the given predicate returnstrue
.int
ObjectByteAssociativeContainer.removeAll
(ObjectPredicate<? super KType> predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
ObjectByteHashMap.KeysContainer.removeAll
(ObjectPredicate<? super KType> predicate) int
ObjectByteHashMap.removeAll
(ObjectPredicate<? super KType> predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
ObjectCharAssociativeContainer.removeAll
(ObjectPredicate<? super KType> predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
ObjectCharHashMap.KeysContainer.removeAll
(ObjectPredicate<? super KType> predicate) int
ObjectCharHashMap.removeAll
(ObjectPredicate<? super KType> predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
ObjectCollection.removeAll
(ObjectPredicate<? super KType> predicate) Removes all elements in this collection for which the given predicate returnstrue
.int
ObjectDoubleAssociativeContainer.removeAll
(ObjectPredicate<? super KType> predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
ObjectDoubleHashMap.KeysContainer.removeAll
(ObjectPredicate<? super KType> predicate) int
ObjectDoubleHashMap.removeAll
(ObjectPredicate<? super KType> predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
ObjectFloatAssociativeContainer.removeAll
(ObjectPredicate<? super KType> predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
ObjectFloatHashMap.KeysContainer.removeAll
(ObjectPredicate<? super KType> predicate) int
ObjectFloatHashMap.removeAll
(ObjectPredicate<? super KType> predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
ObjectHashSet.removeAll
(ObjectPredicate<? super KType> predicate) Removes all elements in this collection for which the given predicate returnstrue
.int
ObjectIntAssociativeContainer.removeAll
(ObjectPredicate<? super KType> predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
ObjectIntHashMap.KeysContainer.removeAll
(ObjectPredicate<? super KType> predicate) int
ObjectIntHashMap.removeAll
(ObjectPredicate<? super KType> predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
ObjectLongAssociativeContainer.removeAll
(ObjectPredicate<? super KType> predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
ObjectLongHashMap.KeysContainer.removeAll
(ObjectPredicate<? super KType> predicate) int
ObjectLongHashMap.removeAll
(ObjectPredicate<? super KType> predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
ObjectObjectAssociativeContainer.removeAll
(ObjectPredicate<? super KType> predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
ObjectObjectHashMap.KeysContainer.removeAll
(ObjectPredicate<? super KType> predicate) int
ObjectObjectHashMap.removeAll
(ObjectPredicate<? super KType> predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
ObjectObjectHashMap.ValuesContainer.removeAll
(ObjectPredicate<? super VType> predicate) int
ObjectShortAssociativeContainer.removeAll
(ObjectPredicate<? super KType> predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
ObjectShortHashMap.KeysContainer.removeAll
(ObjectPredicate<? super KType> predicate) int
ObjectShortHashMap.removeAll
(ObjectPredicate<? super KType> predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
ShortObjectHashMap.ValuesContainer.removeAll
(ObjectPredicate<? super VType> predicate) int
AbstractObjectCollection.retainAll
(ObjectPredicate<? super KType> predicate) Default implementation redirects toObjectCollection.removeAll(ObjectPredicate)
and negates the predicate.int
ObjectCollection.retainAll
(ObjectPredicate<? super KType> predicate) Keeps all elements in this collection for which the given predicate returnstrue
.