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