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