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 apredicateto container elements as long, as the predicate returnstrue.<T extends ObjectPredicate<? super KType>>
TObjectDeque.descendingForEach(T predicate) Applies apredicateto container elements as long, as the predicate returnstrue.<T extends ObjectPredicate<? super KType>>
TObjectArrayDeque.forEach(T predicate) Applies apredicateto container elements as long, as the predicate returnstrue.<T extends ObjectPredicate<? super KType>>
TObjectArrayList.forEach(T predicate) Applies apredicateto container elements as long, as the predicate returnstrue.<T extends ObjectPredicate<? super KType>>
TObjectArrayList.forEach(T predicate, int fromIndex, int toIndex) Appliespredicateto 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 apredicateto 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 apredicateto 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 ObjectPredicateModifier and TypeMethodDescriptionintObjectArrayDeque.removeAll(ObjectPredicate<? super KType> predicate) Removes all elements in this collection for which the given predicate returnstrue.intObjectArrayList.removeAll(ObjectPredicate<? super KType> predicate) Removes all elements in this collection for which the given predicate returnstrue.intObjectByteAssociativeContainer.removeAll(ObjectPredicate<? super KType> predicate) Removes all keys (and associated values) for which the predicate returnstrue.intObjectByteHashMap.KeysContainer.removeAll(ObjectPredicate<? super KType> predicate) intObjectByteHashMap.removeAll(ObjectPredicate<? super KType> predicate) Removes all keys (and associated values) for which the predicate returnstrue.intObjectCharAssociativeContainer.removeAll(ObjectPredicate<? super KType> predicate) Removes all keys (and associated values) for which the predicate returnstrue.intObjectCharHashMap.KeysContainer.removeAll(ObjectPredicate<? super KType> predicate) intObjectCharHashMap.removeAll(ObjectPredicate<? super KType> predicate) Removes all keys (and associated values) for which the predicate returnstrue.intObjectCollection.removeAll(ObjectPredicate<? super KType> predicate) Removes all elements in this collection for which the given predicate returnstrue.intObjectDoubleAssociativeContainer.removeAll(ObjectPredicate<? super KType> predicate) Removes all keys (and associated values) for which the predicate returnstrue.intObjectDoubleHashMap.KeysContainer.removeAll(ObjectPredicate<? super KType> predicate) intObjectDoubleHashMap.removeAll(ObjectPredicate<? super KType> predicate) Removes all keys (and associated values) for which the predicate returnstrue.intObjectFloatAssociativeContainer.removeAll(ObjectPredicate<? super KType> predicate) Removes all keys (and associated values) for which the predicate returnstrue.intObjectFloatHashMap.KeysContainer.removeAll(ObjectPredicate<? super KType> predicate) intObjectFloatHashMap.removeAll(ObjectPredicate<? super KType> predicate) Removes all keys (and associated values) for which the predicate returnstrue.intObjectHashSet.removeAll(ObjectPredicate<? super KType> predicate) Removes all elements in this collection for which the given predicate returnstrue.intObjectIntAssociativeContainer.removeAll(ObjectPredicate<? super KType> predicate) Removes all keys (and associated values) for which the predicate returnstrue.intObjectIntHashMap.KeysContainer.removeAll(ObjectPredicate<? super KType> predicate) intObjectIntHashMap.removeAll(ObjectPredicate<? super KType> predicate) Removes all keys (and associated values) for which the predicate returnstrue.intObjectLongAssociativeContainer.removeAll(ObjectPredicate<? super KType> predicate) Removes all keys (and associated values) for which the predicate returnstrue.intObjectLongHashMap.KeysContainer.removeAll(ObjectPredicate<? super KType> predicate) intObjectLongHashMap.removeAll(ObjectPredicate<? super KType> predicate) Removes all keys (and associated values) for which the predicate returnstrue.intObjectObjectAssociativeContainer.removeAll(ObjectPredicate<? super KType> predicate) Removes all keys (and associated values) for which the predicate returnstrue.intObjectObjectHashMap.KeysContainer.removeAll(ObjectPredicate<? super KType> predicate) intObjectObjectHashMap.removeAll(ObjectPredicate<? super KType> predicate) Removes all keys (and associated values) for which the predicate returnstrue.intObjectShortAssociativeContainer.removeAll(ObjectPredicate<? super KType> predicate) Removes all keys (and associated values) for which the predicate returnstrue.intObjectShortHashMap.KeysContainer.removeAll(ObjectPredicate<? super KType> predicate) intObjectShortHashMap.removeAll(ObjectPredicate<? super KType> predicate) Removes all keys (and associated values) for which the predicate returnstrue.intObjectCollection.retainAll(ObjectPredicate<? super KType> predicate) Keeps all elements in this collection for which the given predicate returnstrue.