Uses of Interface
com.carrotsearch.hppc.predicates.ShortIntPredicate
Packages that use ShortIntPredicate
-
Uses of ShortIntPredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type ShortIntPredicateModifier and TypeMethodDescription<T extends ShortIntPredicate>
TShortIntAssociativeContainer.forEach
(T predicate) Applies a given predicate to all keys-value pairs in this container.<T extends ShortIntPredicate>
TShortIntHashMap.forEach
(T predicate) Applies a given predicate to all keys-value pairs in this container.Methods in com.carrotsearch.hppc with parameters of type ShortIntPredicateModifier and TypeMethodDescriptionint
ShortIntAssociativeContainer.removeAll
(ShortIntPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
ShortIntHashMap.removeAll
(ShortIntPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.