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