|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DoublePredicate | |
---|---|
com.carrotsearch.hppc | High Performance Primitive Collections (HPPC) library provides
typical data structures (lists, stacks, maps)
template-generated for all Java primitive types
(byte , int , etc.) to conserve
memory and boost performance. |
Uses of DoublePredicate in com.carrotsearch.hppc |
---|
Methods in com.carrotsearch.hppc with type parameters of type DoublePredicate | ||
---|---|---|
|
DoubleArrayDeque.descendingForEach(T predicate)
Applies a predicate to container elements as long, as the predicate
returns true . |
|
|
DoubleDeque.descendingForEach(T predicate)
Applies a predicate to container elements as long, as the predicate
returns true . |
|
|
DoubleLongOpenHashMap.KeysContainer.forEach(T predicate)
|
|
|
DoubleArrayDeque.forEach(T predicate)
Applies a predicate to container elements as long, as the predicate
returns true . |
|
|
DoubleDoubleOpenHashMap.KeysContainer.forEach(T predicate)
|
|
|
DoubleContainer.forEach(T predicate)
Applies a predicate to container elements as long, as the predicate
returns true . |
|
|
DoubleIntOpenHashMap.KeysContainer.forEach(T predicate)
|
|
|
DoubleOpenHashSet.forEach(T predicate)
Applies a predicate to container elements as long, as the predicate
returns true . |
|
|
DoubleByteOpenHashMap.KeysContainer.forEach(T predicate)
|
|
|
DoubleFloatOpenHashMap.KeysContainer.forEach(T predicate)
|
|
|
DoubleCharOpenHashMap.KeysContainer.forEach(T predicate)
|
|
|
DoubleObjectOpenHashMap.KeysContainer.forEach(T predicate)
|
|
|
DoubleShortOpenHashMap.KeysContainer.forEach(T predicate)
|
|
|
DoubleArrayList.forEach(T predicate)
Applies a predicate to container elements as long, as the predicate
returns true . |
|
|
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 . |
Methods in com.carrotsearch.hppc with parameters of type DoublePredicate | |
---|---|
int |
DoubleLongOpenHashMap.removeAll(DoublePredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
DoubleLongOpenHashMap.KeysContainer.removeAll(DoublePredicate predicate)
|
int |
DoubleObjectAssociativeContainer.removeAll(DoublePredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
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 |
DoubleDoubleOpenHashMap.removeAll(DoublePredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
DoubleDoubleOpenHashMap.KeysContainer.removeAll(DoublePredicate predicate)
|
int |
DoubleCharAssociativeContainer.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 |
DoubleDoubleAssociativeContainer.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 |
DoubleOpenHashSet.removeAll(DoublePredicate predicate)
Removes all elements in this collection for which the given 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 |
DoubleShortAssociativeContainer.removeAll(DoublePredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
DoubleFloatOpenHashMap.removeAll(DoublePredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
DoubleFloatOpenHashMap.KeysContainer.removeAll(DoublePredicate predicate)
|
int |
DoubleCharOpenHashMap.removeAll(DoublePredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
DoubleCharOpenHashMap.KeysContainer.removeAll(DoublePredicate predicate)
|
int |
DoubleByteAssociativeContainer.removeAll(DoublePredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
DoubleIntAssociativeContainer.removeAll(DoublePredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
DoubleObjectOpenHashMap.removeAll(DoublePredicate predicate)
Removes all keys (and associated values) for which the predicate returns true . |
int |
DoubleObjectOpenHashMap.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 |
DoubleArrayList.removeAll(DoublePredicate predicate)
Removes all elements in this collection for which the given predicate returns true . |
int |
DoubleCollection.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 . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |