Uses of Interface
com.carrotsearch.hppc.predicates.IntPredicate
Packages that use IntPredicate
-
Uses of IntPredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type IntPredicateModifier and TypeMethodDescription<T extends IntPredicate>
TIntArrayDeque.descendingForEach(T predicate) Applies apredicateto container elements as long, as the predicate returnstrue.<T extends IntPredicate>
TIntDeque.descendingForEach(T predicate) Applies apredicateto container elements as long, as the predicate returnstrue.<T extends IntPredicate>
TIntArrayDeque.forEach(T predicate) Applies apredicateto container elements as long, as the predicate returnstrue.<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>
TIntByteHashMap.KeysContainer.forEach(T predicate) <T extends IntPredicate>
TIntCharHashMap.KeysContainer.forEach(T predicate) <T extends IntPredicate>
TIntContainer.forEach(T predicate) Applies apredicateto container elements as long, as the predicate returnstrue.<T extends IntPredicate>
TIntDoubleHashMap.KeysContainer.forEach(T predicate) <T extends IntPredicate>
TIntFloatHashMap.KeysContainer.forEach(T predicate) <T extends IntPredicate>
TIntHashSet.forEach(T predicate) Applies apredicateto container elements as long, as the predicate returnstrue.<T extends IntPredicate>
TIntIntHashMap.KeysContainer.forEach(T predicate) <T extends IntPredicate>
TIntLongHashMap.KeysContainer.forEach(T predicate) <T extends IntPredicate>
TIntObjectHashMap.KeysContainer.forEach(T predicate) <T extends IntPredicate>
TIntShortHashMap.KeysContainer.forEach(T predicate) Methods in com.carrotsearch.hppc with parameters of type IntPredicateModifier and TypeMethodDescriptionintIntArrayDeque.removeAll(IntPredicate predicate) Removes all elements in this collection for which the given predicate returnstrue.intIntArrayList.removeAll(IntPredicate predicate) Removes all elements in this collection for which the given predicate returnstrue.intIntByteAssociativeContainer.removeAll(IntPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue.intIntByteHashMap.KeysContainer.removeAll(IntPredicate predicate) intIntByteHashMap.removeAll(IntPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue.intIntCharAssociativeContainer.removeAll(IntPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue.intIntCharHashMap.KeysContainer.removeAll(IntPredicate predicate) intIntCharHashMap.removeAll(IntPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue.intIntCollection.removeAll(IntPredicate predicate) Removes all elements in this collection for which the given predicate returnstrue.intIntDoubleAssociativeContainer.removeAll(IntPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue.intIntDoubleHashMap.KeysContainer.removeAll(IntPredicate predicate) intIntDoubleHashMap.removeAll(IntPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue.intIntFloatAssociativeContainer.removeAll(IntPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue.intIntFloatHashMap.KeysContainer.removeAll(IntPredicate predicate) intIntFloatHashMap.removeAll(IntPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue.intIntHashSet.removeAll(IntPredicate predicate) Removes all elements in this collection for which the given predicate returnstrue.intIntIntAssociativeContainer.removeAll(IntPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue.intIntIntHashMap.KeysContainer.removeAll(IntPredicate predicate) intIntIntHashMap.removeAll(IntPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue.intIntLongAssociativeContainer.removeAll(IntPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue.intIntLongHashMap.KeysContainer.removeAll(IntPredicate predicate) intIntLongHashMap.removeAll(IntPredicate predicate) Removes all keys (and associated values) for which the 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.intIntShortAssociativeContainer.removeAll(IntPredicate predicate) Removes all keys (and associated values) for which the predicate returnstrue.intIntShortHashMap.KeysContainer.removeAll(IntPredicate predicate) intIntShortHashMap.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.