Uses of Interface
com.carrotsearch.hppc.predicates.IntObjectPredicate
-
Packages that use IntObjectPredicate Package Description com.carrotsearch.hppc -
-
Uses of IntObjectPredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type IntObjectPredicate Modifier and Type Method Description <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 IntObjectPredicate Modifier and Type Method Description int
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
.
-