Uses of Interface
com.carrotsearch.hppc.predicates.CharCharPredicate
-
Packages that use CharCharPredicate Package Description com.carrotsearch.hppc -
-
Uses of CharCharPredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type CharCharPredicate Modifier and Type Method Description <T extends CharCharPredicate>
TCharCharAssociativeContainer. forEach(T predicate)Applies a given predicate to all keys-value pairs in this container.<T extends CharCharPredicate>
TCharCharHashMap. forEach(T predicate)Applies a given predicate to all keys-value pairs in this container.Methods in com.carrotsearch.hppc with parameters of type CharCharPredicate Modifier and Type Method Description intCharCharAssociativeContainer. removeAll(CharCharPredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intCharCharHashMap. removeAll(CharCharPredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.
-