| Package | Description |
|---|---|
| com.carrotsearch.hppc |
| Modifier and Type | Method and Description |
|---|---|
<T extends FloatPredicate> |
FloatDeque.descendingForEach(T predicate)
Applies a
predicate to container elements as long, as the
predicate returns true. |
<T extends FloatPredicate> |
FloatArrayDeque.descendingForEach(T predicate)
Applies a
predicate to container elements as long, as the
predicate returns true. |
<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)
Applies a
predicate to container elements as long, as the
predicate returns true. |
<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,
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 |
FloatCollection.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 |
FloatArrayDeque.removeAll(FloatPredicate predicate)
Removes all elements in this collection for which the given predicate
returns
true. |
int |
FloatCollection.retainAll(FloatPredicate predicate)
Keeps all elements in this collection for which the given predicate returns
true. |
Copyright © 2024 Carrot Search s.c.. All rights reserved.