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