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