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>
TByteIntHashMap.ValuesContainer.forEach(T predicate) <T extends IntPredicate>
TCharIntHashMap.ValuesContainer.forEach(T predicate) <T extends IntPredicate>
TDoubleIntHashMap.ValuesContainer.forEach(T predicate) <T extends IntPredicate>
TFloatIntHashMap.ValuesContainer.forEach(T predicate) <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>
TIntIntHashMap.ValuesContainer.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) <T extends IntPredicate>
TLongIntHashMap.ValuesContainer.forEach(T predicate) <T extends IntPredicate>
TObjectIntHashMap.ValuesContainer.forEach(T predicate) <T extends IntPredicate>
TShortIntHashMap.ValuesContainer.forEach(T predicate) Methods in com.carrotsearch.hppc with parameters of type IntPredicateModifier and TypeMethodDescriptionprivate voidIntArrayDeque.descendingForEach(IntPredicate predicate, int fromIndex, int toIndex) Appliespredicateto a slice of the deque,toIndex, exclusive, down tofromIndex, inclusive or until the predicate returnsfalse.intByteIntHashMap.ValuesContainer.removeAll(IntPredicate predicate) intCharIntHashMap.ValuesContainer.removeAll(IntPredicate predicate) intDoubleIntHashMap.ValuesContainer.removeAll(IntPredicate predicate) intFloatIntHashMap.ValuesContainer.removeAll(IntPredicate predicate) intIntArrayDeque.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.intIntIntHashMap.ValuesContainer.removeAll(IntPredicate predicate) 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.intLongIntHashMap.ValuesContainer.removeAll(IntPredicate predicate) intObjectIntHashMap.ValuesContainer.removeAll(IntPredicate predicate) intShortIntHashMap.ValuesContainer.removeAll(IntPredicate predicate) intAbstractIntCollection.retainAll(IntPredicate predicate) Default implementation redirects toIntCollection.removeAll(IntPredicate)and negates the predicate.intIntCollection.retainAll(IntPredicate predicate) Keeps all elements in this collection for which the given predicate returnstrue.