Uses of Interface
com.carrotsearch.hppc.predicates.IntPredicate
-
Packages that use IntPredicate Package Description com.carrotsearch.hppc -
-
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>
TIntArrayDeque. descendingForEach(T predicate)
Applies apredicate
to container elements as long, as the predicate returnstrue
.<T extends IntPredicate>
TIntDeque. descendingForEach(T predicate)
Applies apredicate
to 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 apredicate
to container elements as long, as the predicate returnstrue
.<T extends IntPredicate>
TIntArrayList. forEach(T predicate)
Applies apredicate
to container elements as long, as the predicate returnstrue
.<T extends IntPredicate>
TIntArrayList. forEach(T predicate, int fromIndex, int toIndex)
Appliespredicate
to 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 apredicate
to 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 apredicate
to 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 IntPredicate Modifier and Type Method Description private void
IntArrayDeque. descendingForEach(IntPredicate predicate, int fromIndex, int toIndex)
Appliespredicate
to a slice of the deque,toIndex
, exclusive, down tofromIndex
, inclusive or until the predicate returnsfalse
.int
ByteIntHashMap.ValuesContainer. removeAll(IntPredicate predicate)
int
CharIntHashMap.ValuesContainer. removeAll(IntPredicate predicate)
int
DoubleIntHashMap.ValuesContainer. removeAll(IntPredicate predicate)
int
FloatIntHashMap.ValuesContainer. removeAll(IntPredicate predicate)
int
IntArrayDeque. removeAll(IntPredicate predicate)
Removes all elements in this collection for which the given predicate returnstrue
.int
IntArrayList. removeAll(IntPredicate predicate)
Removes all elements in this collection for which the given predicate returnstrue
.int
IntByteAssociativeContainer. removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
IntByteHashMap.KeysContainer. removeAll(IntPredicate predicate)
int
IntByteHashMap. removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
IntCharAssociativeContainer. removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
IntCharHashMap.KeysContainer. removeAll(IntPredicate predicate)
int
IntCharHashMap. removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
IntCollection. removeAll(IntPredicate predicate)
Removes all elements in this collection for which the given predicate returnstrue
.int
IntDoubleAssociativeContainer. removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
IntDoubleHashMap.KeysContainer. removeAll(IntPredicate predicate)
int
IntDoubleHashMap. removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
IntFloatAssociativeContainer. removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
IntFloatHashMap.KeysContainer. removeAll(IntPredicate predicate)
int
IntFloatHashMap. removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
IntHashSet. removeAll(IntPredicate predicate)
Removes all elements in this collection for which the given predicate returnstrue
.int
IntIntAssociativeContainer. removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
IntIntHashMap.KeysContainer. removeAll(IntPredicate predicate)
int
IntIntHashMap. removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
IntIntHashMap.ValuesContainer. removeAll(IntPredicate predicate)
int
IntLongAssociativeContainer. removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
IntLongHashMap.KeysContainer. removeAll(IntPredicate predicate)
int
IntLongHashMap. removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
IntObjectAssociativeContainer. removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
IntObjectHashMap.KeysContainer. removeAll(IntPredicate predicate)
int
IntObjectHashMap. removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
IntShortAssociativeContainer. removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
IntShortHashMap.KeysContainer. removeAll(IntPredicate predicate)
int
IntShortHashMap. removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
LongIntHashMap.ValuesContainer. removeAll(IntPredicate predicate)
int
ObjectIntHashMap.ValuesContainer. removeAll(IntPredicate predicate)
int
ShortIntHashMap.ValuesContainer. removeAll(IntPredicate predicate)
int
AbstractIntCollection. retainAll(IntPredicate predicate)
Default implementation redirects toIntCollection.removeAll(IntPredicate)
and negates the predicate.int
IntCollection. retainAll(IntPredicate predicate)
Keeps all elements in this collection for which the given predicate returnstrue
.
-