| Package | Description |
|---|---|
| com.carrotsearch.hppc |
| Modifier and Type | Method and Description |
|---|---|
<T extends IntPredicate> |
IntDeque.descendingForEach(T predicate)
Applies a
predicate to container elements as long, as the
predicate returns true. |
<T extends IntPredicate> |
IntArrayDeque.descendingForEach(T predicate)
Applies a
predicate to container elements as long, as the
predicate returns true. |
<T extends IntPredicate> |
IntObjectHashMap.KeysContainer.forEach(T predicate) |
<T extends IntPredicate> |
IntLongHashMap.KeysContainer.forEach(T predicate) |
<T extends IntPredicate> |
IntArrayList.forEach(T predicate)
Applies a
predicate to container elements as long, as the
predicate returns true. |
<T extends IntPredicate> |
CharIntHashMap.ValuesContainer.forEach(T predicate) |
<T extends IntPredicate> |
IntByteHashMap.KeysContainer.forEach(T predicate) |
<T extends IntPredicate> |
ObjectIntHashMap.ValuesContainer.forEach(T predicate) |
<T extends IntPredicate> |
FloatIntHashMap.ValuesContainer.forEach(T predicate) |
<T extends IntPredicate> |
LongIntHashMap.ValuesContainer.forEach(T predicate) |
<T extends IntPredicate> |
DoubleIntHashMap.ValuesContainer.forEach(T predicate) |
<T extends IntPredicate> |
IntShortHashMap.KeysContainer.forEach(T predicate) |
<T extends IntPredicate> |
IntIntHashMap.KeysContainer.forEach(T predicate) |
<T extends IntPredicate> |
IntIntHashMap.ValuesContainer.forEach(T predicate) |
<T extends IntPredicate> |
IntDoubleHashMap.KeysContainer.forEach(T predicate) |
<T extends IntPredicate> |
IntContainer.forEach(T predicate)
Applies a
predicate to container elements as long, as the
predicate returns true. |
<T extends IntPredicate> |
ShortIntHashMap.ValuesContainer.forEach(T predicate) |
<T extends IntPredicate> |
IntCharHashMap.KeysContainer.forEach(T predicate) |
<T extends IntPredicate> |
IntFloatHashMap.KeysContainer.forEach(T predicate) |
<T extends IntPredicate> |
ByteIntHashMap.ValuesContainer.forEach(T predicate) |
<T extends IntPredicate> |
IntHashSet.forEach(T predicate)
Applies a
predicate to container elements as long, as the
predicate returns true. |
<T extends IntPredicate> |
IntArrayDeque.forEach(T predicate)
Applies a
predicate to container elements as long, as the
predicate returns true. |
<T extends IntPredicate> |
IntArrayList.forEach(T predicate,
int fromIndex,
int toIndex)
Applies
predicate to a slice of the list,
fromIndex, inclusive, to toIndex, exclusive, or
until predicate returns false. |
| Modifier and Type | Method and Description |
|---|---|
private void |
IntArrayDeque.descendingForEach(IntPredicate predicate,
int fromIndex,
int toIndex)
Applies
predicate to a slice of the deque,
toIndex, exclusive, down to fromIndex, inclusive
or until the predicate returns false. |
int |
IntDoubleAssociativeContainer.removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true. |
int |
IntCharAssociativeContainer.removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true. |
int |
IntObjectHashMap.removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true. |
int |
IntObjectHashMap.KeysContainer.removeAll(IntPredicate predicate) |
int |
IntLongHashMap.removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true. |
int |
IntLongHashMap.KeysContainer.removeAll(IntPredicate predicate) |
int |
IntObjectAssociativeContainer.removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true. |
int |
IntArrayList.removeAll(IntPredicate predicate)
Removes all elements in this collection for which the given predicate
returns
true. |
int |
CharIntHashMap.ValuesContainer.removeAll(IntPredicate predicate) |
int |
IntCollection.removeAll(IntPredicate predicate)
Removes all elements in this collection for which the given predicate
returns
true. |
int |
IntByteHashMap.removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true. |
int |
IntByteHashMap.KeysContainer.removeAll(IntPredicate predicate) |
int |
ObjectIntHashMap.ValuesContainer.removeAll(IntPredicate predicate) |
int |
FloatIntHashMap.ValuesContainer.removeAll(IntPredicate predicate) |
int |
IntIntAssociativeContainer.removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true. |
int |
LongIntHashMap.ValuesContainer.removeAll(IntPredicate predicate) |
int |
DoubleIntHashMap.ValuesContainer.removeAll(IntPredicate predicate) |
int |
IntShortHashMap.removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true. |
int |
IntShortHashMap.KeysContainer.removeAll(IntPredicate predicate) |
int |
IntIntHashMap.removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true. |
int |
IntIntHashMap.KeysContainer.removeAll(IntPredicate predicate) |
int |
IntIntHashMap.ValuesContainer.removeAll(IntPredicate predicate) |
int |
IntByteAssociativeContainer.removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true. |
int |
IntShortAssociativeContainer.removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true. |
int |
IntDoubleHashMap.removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true. |
int |
IntDoubleHashMap.KeysContainer.removeAll(IntPredicate predicate) |
int |
IntFloatAssociativeContainer.removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true. |
int |
ShortIntHashMap.ValuesContainer.removeAll(IntPredicate predicate) |
int |
IntCharHashMap.removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true. |
int |
IntCharHashMap.KeysContainer.removeAll(IntPredicate predicate) |
int |
IntLongAssociativeContainer.removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true. |
int |
IntFloatHashMap.removeAll(IntPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true. |
int |
IntFloatHashMap.KeysContainer.removeAll(IntPredicate predicate) |
int |
ByteIntHashMap.ValuesContainer.removeAll(IntPredicate predicate) |
int |
IntHashSet.removeAll(IntPredicate predicate)
Removes all elements in this collection for which the given predicate
returns
true. |
int |
IntArrayDeque.removeAll(IntPredicate predicate)
Removes all elements in this collection for which the given predicate
returns
true. |
int |
AbstractIntCollection.retainAll(IntPredicate predicate)
Default implementation redirects to
IntCollection.removeAll(IntPredicate) and
negates the predicate. |
int |
IntCollection.retainAll(IntPredicate predicate)
Keeps all elements in this collection for which the given predicate returns
true. |