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