Uses of Interface
com.carrotsearch.hppc.predicates.CharObjectPredicate
Packages that use CharObjectPredicate
-
Uses of CharObjectPredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type CharObjectPredicateModifier and TypeMethodDescription<T extends CharObjectPredicate<? super VType>>
TCharObjectAssociativeContainer.forEach(T predicate) Applies a given predicate to all keys-value pairs in this container.<T extends CharObjectPredicate<? super VType>>
TCharObjectHashMap.forEach(T predicate) Applies a given predicate to all keys-value pairs in this container.Methods in com.carrotsearch.hppc with parameters of type CharObjectPredicateModifier and TypeMethodDescriptionintCharObjectAssociativeContainer.removeAll(CharObjectPredicate<? super VType> predicate) Removes all keys (and associated values) for which the predicate returnstrue.intCharObjectHashMap.removeAll(CharObjectPredicate<? super VType> predicate) Removes all keys (and associated values) for which the predicate returnstrue.