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