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