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 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 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 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 voidObjectArrayDeque.descendingForEach(ObjectPredicate<? super KType> predicate, int fromIndex, int toIndex) Appliespredicateto a slice of the deque,toIndex, exclusive, down tofromIndex, inclusive or until the predicate returnsfalse.intByteObjectHashMap.ValuesContainer.removeAll(ObjectPredicate<? super VType> predicate) intCharObjectHashMap.ValuesContainer.removeAll(ObjectPredicate<? super VType> predicate) intDoubleObjectHashMap.ValuesContainer.removeAll(ObjectPredicate<? super VType> predicate) intFloatObjectHashMap.ValuesContainer.removeAll(ObjectPredicate<? super VType> predicate) intIntObjectHashMap.ValuesContainer.removeAll(ObjectPredicate<? super VType> predicate) intLongObjectHashMap.ValuesContainer.removeAll(ObjectPredicate<? super VType> predicate) intObjectArrayDeque.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.intObjectObjectHashMap.ValuesContainer.removeAll(ObjectPredicate<? super VType> predicate) 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.intShortObjectHashMap.ValuesContainer.removeAll(ObjectPredicate<? super VType> predicate) intAbstractObjectCollection.retainAll(ObjectPredicate<? super KType> predicate) Default implementation redirects toObjectCollection.removeAll(ObjectPredicate)and negates the predicate.intObjectCollection.retainAll(ObjectPredicate<? super KType> predicate) Keeps all elements in this collection for which the given predicate returnstrue.