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 TypeMethodDescriptionintShortObjectAssociativeContainer.removeAll(ShortObjectPredicate<? super VType> predicate) Removes all keys (and associated values) for which the predicate returnstrue.intShortObjectHashMap.removeAll(ShortObjectPredicate<? super VType> predicate) Removes all keys (and associated values) for which the predicate returnstrue.