| Package | Description |
|---|---|
| com.carrotsearch.hppc |
| Modifier and Type | Method and Description |
|---|---|
<T extends ObjectPredicate<? super KType>> |
ObjectArrayDeque.descendingForEach(T predicate)
Applies a
predicate to container elements as long, as the
predicate returns true. |
<T extends ObjectPredicate<? super KType>> |
ObjectDeque.descendingForEach(T predicate)
Applies a
predicate to container elements as long, as the
predicate returns true. |
<T extends ObjectPredicate<? super KType>> |
ObjectShortHashMap.KeysContainer.forEach(T predicate) |
<T extends ObjectPredicate<? super KType>> |
ObjectByteHashMap.KeysContainer.forEach(T predicate) |
<T extends ObjectPredicate<? super KType>> |
ObjectArrayDeque.forEach(T predicate)
Applies a
predicate to container elements as long, as the
predicate returns true. |
<T extends ObjectPredicate<? super KType>> |
ObjectContainer.forEach(T predicate)
Applies a
predicate to container elements as long, as the
predicate returns true. |
<T extends ObjectPredicate<? super KType>> |
ObjectIntHashMap.KeysContainer.forEach(T predicate) |
<T extends ObjectPredicate<? super KType>> |
ObjectCharHashMap.KeysContainer.forEach(T predicate) |
<T extends ObjectPredicate<? super KType>> |
ObjectFloatHashMap.KeysContainer.forEach(T predicate) |
<T extends ObjectPredicate<? super KType>> |
ObjectHashSet.forEach(T predicate)
Applies a
predicate to container elements as long, as the
predicate returns true. |
<T extends ObjectPredicate<? super KType>> |
ObjectDoubleHashMap.KeysContainer.forEach(T predicate) |
<T extends ObjectPredicate<? super KType>> |
ObjectArrayList.forEach(T predicate)
Applies a
predicate to container elements as long, as the
predicate returns true. |
<T extends ObjectPredicate<? super KType>> |
ObjectLongHashMap.KeysContainer.forEach(T predicate) |
<T extends ObjectPredicate<? super KType>> |
ObjectObjectHashMap.KeysContainer.forEach(T predicate) |
<T extends ObjectPredicate<? super VType>> |
IntObjectHashMap.ValuesContainer.forEach(T predicate) |
<T extends ObjectPredicate<? super VType>> |
LongObjectHashMap.ValuesContainer.forEach(T predicate) |
<T extends ObjectPredicate<? super VType>> |
FloatObjectHashMap.ValuesContainer.forEach(T predicate) |
<T extends ObjectPredicate<? super VType>> |
ByteObjectHashMap.ValuesContainer.forEach(T predicate) |
<T extends ObjectPredicate<? super VType>> |
DoubleObjectHashMap.ValuesContainer.forEach(T predicate) |
<T extends ObjectPredicate<? super VType>> |
CharObjectHashMap.ValuesContainer.forEach(T predicate) |
<T extends ObjectPredicate<? super VType>> |
ShortObjectHashMap.ValuesContainer.forEach(T predicate) |
<T extends ObjectPredicate<? super VType>> |
ObjectObjectHashMap.ValuesContainer.forEach(T predicate) |
<T extends ObjectPredicate<? super KType>> |
ObjectArrayList.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 |
ObjectArrayDeque.descendingForEach(ObjectPredicate<? super KType> 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 |
ObjectFloatAssociativeContainer.removeAll(ObjectPredicate<? super KType> predicate)
Removes all keys (and associated values) for which the predicate returns
true. |
int |
ObjectIntAssociativeContainer.removeAll(ObjectPredicate<? super KType> predicate)
Removes all keys (and associated values) for which the predicate returns
true. |
int |
ObjectShortHashMap.removeAll(ObjectPredicate<? super KType> predicate)
Removes all keys (and associated values) for which the predicate returns
true. |
int |
ObjectShortHashMap.KeysContainer.removeAll(ObjectPredicate<? super KType> predicate) |
int |
ObjectShortAssociativeContainer.removeAll(ObjectPredicate<? super KType> predicate)
Removes all keys (and associated values) for which the predicate returns
true. |
int |
ObjectByteHashMap.removeAll(ObjectPredicate<? super KType> predicate)
Removes all keys (and associated values) for which the predicate returns
true. |
int |
ObjectByteHashMap.KeysContainer.removeAll(ObjectPredicate<? super KType> predicate) |
int |
ObjectArrayDeque.removeAll(ObjectPredicate<? super KType> predicate)
Removes all elements in this collection for which the given predicate
returns
true. |
int |
ObjectIntHashMap.removeAll(ObjectPredicate<? super KType> predicate)
Removes all keys (and associated values) for which the predicate returns
true. |
int |
ObjectIntHashMap.KeysContainer.removeAll(ObjectPredicate<? super KType> predicate) |
int |
ObjectByteAssociativeContainer.removeAll(ObjectPredicate<? super KType> predicate)
Removes all keys (and associated values) for which the predicate returns
true. |
int |
ObjectCharHashMap.removeAll(ObjectPredicate<? super KType> predicate)
Removes all keys (and associated values) for which the predicate returns
true. |
int |
ObjectCharHashMap.KeysContainer.removeAll(ObjectPredicate<? super KType> predicate) |
int |
ObjectLongAssociativeContainer.removeAll(ObjectPredicate<? super KType> predicate)
Removes all keys (and associated values) for which the predicate returns
true. |
int |
ObjectFloatHashMap.removeAll(ObjectPredicate<? super KType> predicate)
Removes all keys (and associated values) for which the predicate returns
true. |
int |
ObjectFloatHashMap.KeysContainer.removeAll(ObjectPredicate<? super KType> predicate) |
int |
ObjectHashSet.removeAll(ObjectPredicate<? super KType> predicate)
Removes all elements in this collection for which the given predicate
returns
true. |
int |
ObjectDoubleHashMap.removeAll(ObjectPredicate<? super KType> predicate)
Removes all keys (and associated values) for which the predicate returns
true. |
int |
ObjectDoubleHashMap.KeysContainer.removeAll(ObjectPredicate<? super KType> predicate) |
int |
ObjectDoubleAssociativeContainer.removeAll(ObjectPredicate<? super KType> predicate)
Removes all keys (and associated values) for which the predicate returns
true. |
int |
ObjectArrayList.removeAll(ObjectPredicate<? super KType> predicate)
Removes all elements in this collection for which the given predicate
returns
true. |
int |
ObjectCharAssociativeContainer.removeAll(ObjectPredicate<? super KType> predicate)
Removes all keys (and associated values) for which the predicate returns
true. |
int |
ObjectCollection.removeAll(ObjectPredicate<? super KType> predicate)
Removes all elements in this collection for which the given predicate
returns
true. |
int |
ObjectLongHashMap.removeAll(ObjectPredicate<? super KType> predicate)
Removes all keys (and associated values) for which the predicate returns
true. |
int |
ObjectLongHashMap.KeysContainer.removeAll(ObjectPredicate<? super KType> predicate) |
int |
ObjectObjectAssociativeContainer.removeAll(ObjectPredicate<? super KType> predicate)
Removes all keys (and associated values) for which the predicate returns
true. |
int |
ObjectObjectHashMap.removeAll(ObjectPredicate<? super KType> predicate)
Removes all keys (and associated values) for which the predicate returns
true. |
int |
ObjectObjectHashMap.KeysContainer.removeAll(ObjectPredicate<? super KType> predicate) |
int |
IntObjectHashMap.ValuesContainer.removeAll(ObjectPredicate<? super VType> predicate) |
int |
LongObjectHashMap.ValuesContainer.removeAll(ObjectPredicate<? super VType> predicate) |
int |
FloatObjectHashMap.ValuesContainer.removeAll(ObjectPredicate<? super VType> predicate) |
int |
ByteObjectHashMap.ValuesContainer.removeAll(ObjectPredicate<? super VType> predicate) |
int |
DoubleObjectHashMap.ValuesContainer.removeAll(ObjectPredicate<? super VType> predicate) |
int |
CharObjectHashMap.ValuesContainer.removeAll(ObjectPredicate<? super VType> predicate) |
int |
ShortObjectHashMap.ValuesContainer.removeAll(ObjectPredicate<? super VType> predicate) |
int |
ObjectObjectHashMap.ValuesContainer.removeAll(ObjectPredicate<? super VType> predicate) |
int |
AbstractObjectCollection.retainAll(ObjectPredicate<? super KType> predicate)
Default implementation redirects to
ObjectCollection.removeAll(ObjectPredicate) and
negates the predicate. |
int |
ObjectCollection.retainAll(ObjectPredicate<? super KType> predicate)
Keeps all elements in this collection for which the given predicate returns
true. |