| Package | Description |
|---|---|
| com.carrotsearch.hppc |
| Modifier and Type | Method and Description |
|---|---|
<T extends BytePredicate> |
ByteDeque.descendingForEach(T predicate)
Applies a
predicate to container elements as long, as the
predicate returns true. |
<T extends BytePredicate> |
ByteArrayDeque.descendingForEach(T predicate)
Applies a
predicate to container elements as long, as the
predicate returns true. |
<T extends BytePredicate> |
ByteLongHashMap.KeysContainer.forEach(T predicate) |
<T extends BytePredicate> |
ByteArrayDeque.forEach(T predicate)
Applies a
predicate to container elements as long, as the
predicate returns true. |
<T extends BytePredicate> |
ByteByteHashMap.KeysContainer.forEach(T predicate) |
<T extends BytePredicate> |
ByteDoubleHashMap.KeysContainer.forEach(T predicate) |
<T extends BytePredicate> |
ByteObjectHashMap.KeysContainer.forEach(T predicate) |
<T extends BytePredicate> |
ByteFloatHashMap.KeysContainer.forEach(T predicate) |
<T extends BytePredicate> |
ByteIntHashMap.KeysContainer.forEach(T predicate) |
<T extends BytePredicate> |
ByteShortHashMap.KeysContainer.forEach(T predicate) |
<T extends BytePredicate> |
ByteCharHashMap.KeysContainer.forEach(T predicate) |
<T extends BytePredicate> |
ByteArrayList.forEach(T predicate)
Applies a
predicate to container elements as long, as the
predicate returns true. |
<T extends BytePredicate> |
ByteContainer.forEach(T predicate)
Applies a
predicate to container elements as long, as the
predicate returns true. |
<T extends BytePredicate> |
ByteHashSet.forEach(T predicate)
Applies a
predicate to container elements as long, as the
predicate returns true. |
<T extends BytePredicate> |
ByteArrayList.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 |
|---|---|
int |
ByteLongHashMap.removeAll(BytePredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true. |
int |
ByteLongHashMap.KeysContainer.removeAll(BytePredicate predicate) |
int |
ByteLongAssociativeContainer.removeAll(BytePredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true. |
int |
ByteArrayDeque.removeAll(BytePredicate predicate)
Removes all elements in this collection for which the given predicate
returns
true. |
int |
ByteByteHashMap.removeAll(BytePredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true. |
int |
ByteByteHashMap.KeysContainer.removeAll(BytePredicate predicate) |
int |
ByteDoubleAssociativeContainer.removeAll(BytePredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true. |
int |
ByteDoubleHashMap.removeAll(BytePredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true. |
int |
ByteDoubleHashMap.KeysContainer.removeAll(BytePredicate predicate) |
int |
ByteObjectAssociativeContainer.removeAll(BytePredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true. |
int |
ByteObjectHashMap.removeAll(BytePredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true. |
int |
ByteObjectHashMap.KeysContainer.removeAll(BytePredicate predicate) |
int |
ByteByteAssociativeContainer.removeAll(BytePredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true. |
int |
ByteFloatAssociativeContainer.removeAll(BytePredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true. |
int |
ByteFloatHashMap.removeAll(BytePredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true. |
int |
ByteFloatHashMap.KeysContainer.removeAll(BytePredicate predicate) |
int |
ByteIntHashMap.removeAll(BytePredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true. |
int |
ByteIntHashMap.KeysContainer.removeAll(BytePredicate predicate) |
int |
ByteShortHashMap.removeAll(BytePredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true. |
int |
ByteShortHashMap.KeysContainer.removeAll(BytePredicate predicate) |
int |
ByteCharAssociativeContainer.removeAll(BytePredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true. |
int |
ByteCharHashMap.removeAll(BytePredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true. |
int |
ByteCharHashMap.KeysContainer.removeAll(BytePredicate predicate) |
int |
ByteIntAssociativeContainer.removeAll(BytePredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true. |
int |
ByteShortAssociativeContainer.removeAll(BytePredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true. |
int |
ByteArrayList.removeAll(BytePredicate predicate)
Removes all elements in this collection for which the given predicate
returns
true. |
int |
ByteCollection.removeAll(BytePredicate predicate)
Removes all elements in this collection for which the given predicate
returns
true. |
int |
ByteHashSet.removeAll(BytePredicate predicate)
Removes all elements in this collection for which the given predicate
returns
true. |
int |
ByteCollection.retainAll(BytePredicate predicate)
Keeps all elements in this collection for which the given predicate returns
true. |
Copyright © 2025 Carrot Search s.c.. All rights reserved.