Package | Description |
---|---|
com.carrotsearch.hppc |
Modifier and Type | Method and Description |
---|---|
<T extends DoublePredicate> |
DoubleDeque.descendingForEach(T predicate)
Applies a
predicate to container elements as long, as the
predicate returns true . |
<T extends DoublePredicate> |
DoubleArrayDeque.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> |
DoubleByteHashMap.KeysContainer.forEach(T predicate) |
<T extends DoublePredicate> |
DoubleLongHashMap.KeysContainer.forEach(T predicate) |
<T extends DoublePredicate> |
DoubleHashSet.forEach(T predicate)
Applies a
predicate to container elements as long, as the
predicate returns true . |
<T extends DoublePredicate> |
DoubleFloatHashMap.KeysContainer.forEach(T predicate) |
<T extends DoublePredicate> |
DoubleCharHashMap.KeysContainer.forEach(T predicate) |
<T extends DoublePredicate> |
DoubleShortHashMap.KeysContainer.forEach(T predicate) |
<T extends DoublePredicate> |
DoubleDoubleHashMap.KeysContainer.forEach(T predicate) |
<T extends DoublePredicate> |
DoubleObjectHashMap.KeysContainer.forEach(T predicate) |
<T extends DoublePredicate> |
DoubleContainer.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> |
DoubleIntHashMap.KeysContainer.forEach(T predicate) |
<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 |
DoubleByteAssociativeContainer.removeAll(DoublePredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
DoubleArrayList.removeAll(DoublePredicate predicate)
Removes all elements in this collection for which the given predicate
returns
true . |
int |
DoubleCharAssociativeContainer.removeAll(DoublePredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
DoubleByteHashMap.removeAll(DoublePredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
DoubleByteHashMap.KeysContainer.removeAll(DoublePredicate predicate) |
int |
DoubleLongHashMap.removeAll(DoublePredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
DoubleLongHashMap.KeysContainer.removeAll(DoublePredicate predicate) |
int |
DoubleCollection.removeAll(DoublePredicate predicate)
Removes all elements in this collection for which the given predicate
returns
true . |
int |
DoubleHashSet.removeAll(DoublePredicate predicate)
Removes all elements in this collection for which the given predicate
returns
true . |
int |
DoubleFloatHashMap.removeAll(DoublePredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
DoubleFloatHashMap.KeysContainer.removeAll(DoublePredicate predicate) |
int |
DoubleObjectAssociativeContainer.removeAll(DoublePredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
DoubleLongAssociativeContainer.removeAll(DoublePredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
DoubleCharHashMap.removeAll(DoublePredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
DoubleCharHashMap.KeysContainer.removeAll(DoublePredicate predicate) |
int |
DoubleShortHashMap.removeAll(DoublePredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
DoubleShortHashMap.KeysContainer.removeAll(DoublePredicate predicate) |
int |
DoubleDoubleAssociativeContainer.removeAll(DoublePredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
DoubleDoubleHashMap.removeAll(DoublePredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
DoubleDoubleHashMap.KeysContainer.removeAll(DoublePredicate predicate) |
int |
DoubleObjectHashMap.removeAll(DoublePredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
DoubleObjectHashMap.KeysContainer.removeAll(DoublePredicate predicate) |
int |
DoubleFloatAssociativeContainer.removeAll(DoublePredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
DoubleArrayDeque.removeAll(DoublePredicate predicate)
Removes all elements in this collection for which the given predicate
returns
true . |
int |
DoubleIntHashMap.removeAll(DoublePredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
DoubleIntHashMap.KeysContainer.removeAll(DoublePredicate predicate) |
int |
DoubleIntAssociativeContainer.removeAll(DoublePredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
DoubleShortAssociativeContainer.removeAll(DoublePredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
DoubleCollection.retainAll(DoublePredicate predicate)
Keeps all elements in this collection for which the given predicate returns
true . |
Copyright © 2023 Carrot Search s.c.. All rights reserved.