Uses of Interface
com.carrotsearch.hppc.predicates.ObjectPredicate
-
Packages that use ObjectPredicate Package Description com.carrotsearch.hppc -
-
Uses of ObjectPredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type ObjectPredicate Modifier and Type Method Description <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 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 KType>>
TObjectShortHashMap.KeysContainer. forEach(T predicate)
Methods in com.carrotsearch.hppc with parameters of type ObjectPredicate Modifier and Type Method Description 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
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
ObjectCollection. retainAll(ObjectPredicate<? super KType> predicate)
Keeps all elements in this collection for which the given predicate returnstrue
.
-