| Package | Description |
|---|---|
| com.carrotsearch.hppc |
| Modifier and Type | Method and Description |
|---|---|
<T extends FloatPredicate> |
FloatArrayDeque.descendingForEach(T predicate)
Applies a
predicate to container elements as long, as the
predicate returns true. |
<T extends FloatPredicate> |
FloatDeque.descendingForEach(T predicate)
Applies a
predicate to container elements as long, as the
predicate returns true. |
<T extends FloatPredicate> |
FloatDoubleHashMap.KeysContainer.forEach(T predicate) |
<T extends FloatPredicate> |
FloatArrayDeque.forEach(T predicate)
Applies a
predicate to container elements as long, as the
predicate returns true. |
<T extends FloatPredicate> |
FloatArrayList.forEach(T predicate)
Applies a
predicate to container elements as long, as the
predicate returns true. |
<T extends FloatPredicate> |
FloatCharHashMap.KeysContainer.forEach(T predicate) |
<T extends FloatPredicate> |
FloatByteHashMap.KeysContainer.forEach(T predicate) |
<T extends FloatPredicate> |
FloatHashSet.forEach(T predicate)
Applies a
predicate to container elements as long, as the
predicate returns true. |
<T extends FloatPredicate> |
FloatFloatHashMap.KeysContainer.forEach(T predicate) |
<T extends FloatPredicate> |
FloatShortHashMap.KeysContainer.forEach(T predicate) |
<T extends FloatPredicate> |
FloatObjectHashMap.KeysContainer.forEach(T predicate) |
<T extends FloatPredicate> |
FloatIntHashMap.KeysContainer.forEach(T predicate) |
<T extends FloatPredicate> |
FloatLongHashMap.KeysContainer.forEach(T predicate) |
<T extends FloatPredicate> |
FloatContainer.forEach(T predicate)
Applies a
predicate to container elements as long, as the
predicate returns true. |
<T extends FloatPredicate> |
FloatArrayList.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 |
FloatDoubleHashMap.removeAll(FloatPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true. |
int |
FloatDoubleHashMap.KeysContainer.removeAll(FloatPredicate predicate) |
int |
FloatArrayDeque.removeAll(FloatPredicate predicate)
Removes all elements in this collection for which the given predicate
returns
true. |
int |
FloatArrayList.removeAll(FloatPredicate predicate)
Removes all elements in this collection for which the given predicate
returns
true. |
int |
FloatCharAssociativeContainer.removeAll(FloatPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true. |
int |
FloatCharHashMap.removeAll(FloatPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true. |
int |
FloatCharHashMap.KeysContainer.removeAll(FloatPredicate predicate) |
int |
FloatByteHashMap.removeAll(FloatPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true. |
int |
FloatByteHashMap.KeysContainer.removeAll(FloatPredicate predicate) |
int |
FloatHashSet.removeAll(FloatPredicate predicate)
Removes all elements in this collection for which the given predicate
returns
true. |
int |
FloatFloatHashMap.removeAll(FloatPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true. |
int |
FloatFloatHashMap.KeysContainer.removeAll(FloatPredicate predicate) |
int |
FloatShortAssociativeContainer.removeAll(FloatPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true. |
int |
FloatShortHashMap.removeAll(FloatPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true. |
int |
FloatShortHashMap.KeysContainer.removeAll(FloatPredicate predicate) |
int |
FloatObjectAssociativeContainer.removeAll(FloatPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true. |
int |
FloatObjectHashMap.removeAll(FloatPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true. |
int |
FloatObjectHashMap.KeysContainer.removeAll(FloatPredicate predicate) |
int |
FloatFloatAssociativeContainer.removeAll(FloatPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true. |
int |
FloatIntHashMap.removeAll(FloatPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true. |
int |
FloatIntHashMap.KeysContainer.removeAll(FloatPredicate predicate) |
int |
FloatIntAssociativeContainer.removeAll(FloatPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true. |
int |
FloatDoubleAssociativeContainer.removeAll(FloatPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true. |
int |
FloatLongAssociativeContainer.removeAll(FloatPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true. |
int |
FloatLongHashMap.removeAll(FloatPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true. |
int |
FloatLongHashMap.KeysContainer.removeAll(FloatPredicate predicate) |
int |
FloatCollection.removeAll(FloatPredicate predicate)
Removes all elements in this collection for which the given predicate
returns
true. |
int |
FloatByteAssociativeContainer.removeAll(FloatPredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true. |
int |
FloatCollection.retainAll(FloatPredicate predicate)
Keeps all elements in this collection for which the given predicate returns
true. |
Copyright © 2025 Carrot Search s.c.. All rights reserved.