Uses of Interface
com.carrotsearch.hppc.predicates.ObjectCharPredicate
-
Packages that use ObjectCharPredicate Package Description com.carrotsearch.hppc -
-
Uses of ObjectCharPredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type ObjectCharPredicate Modifier and Type Method Description <T extends ObjectCharPredicate<? super KType>>
TObjectCharAssociativeContainer. forEach(T predicate)
Applies a given predicate to all keys-value pairs in this container.<T extends ObjectCharPredicate<? super KType>>
TObjectCharHashMap. forEach(T predicate)
Applies a given predicate to all keys-value pairs in this container.Methods in com.carrotsearch.hppc with parameters of type ObjectCharPredicate Modifier and Type Method Description int
ObjectCharAssociativeContainer. removeAll(ObjectCharPredicate<? super KType> predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
ObjectCharHashMap. removeAll(ObjectCharPredicate<? super KType> predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.
-