Uses of Interface
com.carrotsearch.hppc.predicates.IntPredicate
-
Packages that use IntPredicate Package Description com.carrotsearch.hppc org.elasticsearch.common.collect -
-
Uses of IntPredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type IntPredicate Modifier and Type Method Description <T extends IntPredicate>
TIntArrayList. forEach(T predicate)Applies apredicateto container elements as long, as the predicate returnstrue.<T extends IntPredicate>
TIntArrayList. forEach(T predicate, int fromIndex, int toIndex)Appliespredicateto a slice of the list,fromIndex, inclusive, totoIndex, exclusive, or until predicate returnsfalse.<T extends IntPredicate>
TIntContainer. forEach(T predicate)Applies apredicateto container elements as long, as the predicate returnstrue.<T extends IntPredicate>
TIntHashSet. forEach(T predicate)Applies apredicateto container elements as long, as the predicate returnstrue.<T extends IntPredicate>
TIntObjectHashMap.KeysContainer. forEach(T predicate)Methods in com.carrotsearch.hppc with parameters of type IntPredicate Modifier and Type Method Description intIntArrayList. removeAll(IntPredicate predicate)Removes all elements in this collection for which the given predicate returnstrue.intIntCollection. removeAll(IntPredicate predicate)Removes all elements in this collection for which the given predicate returnstrue.intIntHashSet. removeAll(IntPredicate predicate)Removes all elements in this collection for which the given predicate returnstrue.intIntObjectAssociativeContainer. removeAll(IntPredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intIntObjectHashMap.KeysContainer. removeAll(IntPredicate predicate)intIntObjectHashMap. removeAll(IntPredicate predicate)Removes all keys (and associated values) for which the predicate returnstrue.intIntCollection. retainAll(IntPredicate predicate)Keeps all elements in this collection for which the given predicate returnstrue. -
Uses of IntPredicate in org.elasticsearch.common.collect
Methods in org.elasticsearch.common.collect with parameters of type IntPredicate Modifier and Type Method Description intImmutableOpenIntMap.Builder. removeAll(IntPredicate predicate)
-