Uses of Interface
com.carrotsearch.hppc.predicates.ShortLongPredicate
Packages that use ShortLongPredicate
-
Uses of ShortLongPredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type ShortLongPredicateModifier and TypeMethodDescription<T extends ShortLongPredicate>
TShortLongAssociativeContainer.forEach
(T predicate) Applies a given predicate to all keys-value pairs in this container.<T extends ShortLongPredicate>
TShortLongHashMap.forEach
(T predicate) Applies a given predicate to all keys-value pairs in this container.Methods in com.carrotsearch.hppc with parameters of type ShortLongPredicateModifier and TypeMethodDescriptionint
ShortLongAssociativeContainer.removeAll
(ShortLongPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
ShortLongHashMap.removeAll
(ShortLongPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue
.