Uses of Interface
com.carrotsearch.hppc.predicates.IntObjectPredicate
-
Packages that use IntObjectPredicate Package Description com.carrotsearch.hppc org.elasticsearch.common.collect -
-
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 intIntObjectAssociativeContainer. removeAll(IntObjectPredicate<? super VType> predicate)Removes all keys (and associated values) for which the predicate returnstrue.intIntObjectHashMap. removeAll(IntObjectPredicate<? super VType> predicate)Removes all keys (and associated values) for which the predicate returnstrue. -
Uses of IntObjectPredicate in org.elasticsearch.common.collect
Methods in org.elasticsearch.common.collect with type parameters of type IntObjectPredicate Modifier and Type Method Description <T extends IntObjectPredicate<? super VType>>
TImmutableOpenIntMap.Builder. forEach(T predicate)Methods in org.elasticsearch.common.collect with parameters of type IntObjectPredicate Modifier and Type Method Description intImmutableOpenIntMap.Builder. removeAll(IntObjectPredicate<? super VType> predicate)
-