Uses of Interface
com.carrotsearch.hppc.predicates.ShortObjectPredicate
-
Packages that use ShortObjectPredicate Package Description com.carrotsearch.hppc -
-
Uses of ShortObjectPredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type ShortObjectPredicate Modifier and Type Method Description <T extends ShortObjectPredicate<? super VType>>
TShortObjectAssociativeContainer. forEach(T predicate)
Applies a given predicate to all keys-value pairs in this container.<T extends ShortObjectPredicate<? super VType>>
TShortObjectHashMap. forEach(T predicate)
Applies a given predicate to all keys-value pairs in this container.Methods in com.carrotsearch.hppc with parameters of type ShortObjectPredicate Modifier and Type Method Description int
ShortObjectAssociativeContainer. removeAll(ShortObjectPredicate<? super VType> predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
ShortObjectHashMap. removeAll(ShortObjectPredicate<? super VType> predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.
-