Uses of Interface
com.carrotsearch.hppc.predicates.ShortObjectPredicate
Packages that use ShortObjectPredicate
-
Uses of ShortObjectPredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type ShortObjectPredicateModifier and TypeMethodDescription<T extends ShortObjectPredicate<? super VType>>
TShortObjectAssociativeContainer.forEach
(T predicate) Applies a given predicate to all keys-value pairs in this container.<T extends ShortObjectPredicate<? super VType>>
TShortObjectHashMap.forEach
(T predicate) Applies a given predicate to all keys-value pairs in this container.Methods in com.carrotsearch.hppc with parameters of type ShortObjectPredicateModifier and TypeMethodDescriptionint
ShortObjectAssociativeContainer.removeAll
(ShortObjectPredicate<? super VType> predicate) Removes all keys (and associated values) for which the predicate returnstrue
.int
ShortObjectHashMap.removeAll
(ShortObjectPredicate<? super VType> predicate) Removes all keys (and associated values) for which the predicate returnstrue
.