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> |
DoubleDoubleOpenHashMap.KeysContainer.forEach(T predicate) |
<T extends DoublePredicate> |
DoubleShortOpenHashMap.KeysContainer.forEach(T predicate) |
<T extends DoublePredicate> |
DoubleArrayDeque.forEach(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> |
DoubleCharOpenHashMap.KeysContainer.forEach(T predicate) |
<T extends DoublePredicate> |
DoubleOpenHashSet.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> |
DoubleByteOpenHashMap.KeysContainer.forEach(T predicate) |
<T extends DoublePredicate> |
DoubleFloatOpenHashMap.KeysContainer.forEach(T predicate) |
<T extends DoublePredicate> |
DoubleLongOpenHashMap.KeysContainer.forEach(T predicate) |
<T extends DoublePredicate> |
DoubleObjectOpenHashMap.KeysContainer.forEach(T predicate) |
<T extends DoublePredicate> |
DoubleIntOpenHashMap.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 |
DoubleDoubleOpenHashMap.removeAll(DoublePredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
DoubleDoubleOpenHashMap.KeysContainer.removeAll(DoublePredicate predicate) |
int |
DoubleShortOpenHashMap.removeAll(DoublePredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
DoubleShortOpenHashMap.KeysContainer.removeAll(DoublePredicate predicate) |
int |
DoubleArrayDeque.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 |
DoubleShortAssociativeContainer.removeAll(DoublePredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
DoubleDoubleAssociativeContainer.removeAll(DoublePredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
DoubleCharOpenHashMap.removeAll(DoublePredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
DoubleCharOpenHashMap.KeysContainer.removeAll(DoublePredicate predicate) |
int |
DoubleFloatAssociativeContainer.removeAll(DoublePredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
DoubleOpenHashSet.removeAll(DoublePredicate predicate)
Removes all elements in this collection for which the
given predicate returns
true . |
int |
DoubleIntAssociativeContainer.removeAll(DoublePredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
DoubleObjectAssociativeContainer.removeAll(DoublePredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
DoubleByteOpenHashMap.removeAll(DoublePredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
DoubleByteOpenHashMap.KeysContainer.removeAll(DoublePredicate predicate) |
int |
DoubleFloatOpenHashMap.removeAll(DoublePredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
DoubleFloatOpenHashMap.KeysContainer.removeAll(DoublePredicate predicate) |
int |
DoubleLongOpenHashMap.removeAll(DoublePredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
DoubleLongOpenHashMap.KeysContainer.removeAll(DoublePredicate predicate) |
int |
DoubleObjectOpenHashMap.removeAll(DoublePredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
DoubleObjectOpenHashMap.KeysContainer.removeAll(DoublePredicate predicate) |
int |
DoubleCollection.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 |
DoubleLongAssociativeContainer.removeAll(DoublePredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
DoubleByteAssociativeContainer.removeAll(DoublePredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
DoubleIntOpenHashMap.removeAll(DoublePredicate predicate)
Removes all keys (and associated values) for which the predicate returns
true . |
int |
DoubleIntOpenHashMap.KeysContainer.removeAll(DoublePredicate predicate) |
int |
DoubleCollection.retainAll(DoublePredicate predicate)
Keeps all elements in this collection for which the
given predicate returns
true . |
Copyright © 2015 Carrot Search s.c.. All rights reserved.