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 intShortCharAssociativeContainer. removeAll(ShortCharPredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intShortCharHashMap. removeAll(ShortCharPredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.
-