Uses of Interface
com.carrotsearch.hppc.predicates.ShortShortPredicate
Packages that use ShortShortPredicate
-
Uses of ShortShortPredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type ShortShortPredicateModifier and TypeMethodDescription<T extends ShortShortPredicate>
TShortShortAssociativeContainer.forEach
(T predicate) Applies a given predicate to all keys-value pairs in this container.<T extends ShortShortPredicate>
TShortShortHashMap.forEach
(T predicate) Applies a given predicate to all keys-value pairs in this container.Methods in com.carrotsearch.hppc with parameters of type ShortShortPredicateModifier and TypeMethodDescriptionint
ShortShortAssociativeContainer.removeAll
(ShortShortPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
ShortShortHashMap.removeAll
(ShortShortPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.