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