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