Uses of Interface
com.carrotsearch.hppc.predicates.IntShortPredicate
Packages that use IntShortPredicate
-
Uses of IntShortPredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type IntShortPredicateModifier and TypeMethodDescription<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 IntShortPredicateModifier and TypeMethodDescriptionint
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
.