Uses of Interface
com.carrotsearch.hppc.predicates.ObjectObjectPredicate
Packages that use ObjectObjectPredicate
-
Uses of ObjectObjectPredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type ObjectObjectPredicateModifier and TypeMethodDescription<T extends ObjectObjectPredicate<? super KType, ? super VType>>
TObjectObjectAssociativeContainer.forEach(T predicate) Applies a given predicate to all keys-value pairs in this container.<T extends ObjectObjectPredicate<? super KType, ? super VType>>
TObjectObjectHashMap.forEach(T predicate) Applies a given predicate to all keys-value pairs in this container.Methods in com.carrotsearch.hppc with parameters of type ObjectObjectPredicateModifier and TypeMethodDescriptionintObjectObjectAssociativeContainer.removeAll(ObjectObjectPredicate<? super KType, ? super VType> predicate) Removes all keys (and associated values) for which the predicate returnstrue.intObjectObjectHashMap.removeAll(ObjectObjectPredicate<? super KType, ? super VType> predicate) Removes all keys (and associated values) for which the predicate returnstrue.