Uses of Interface
com.carrotsearch.hppc.predicates.DoublePredicate
-
Packages that use DoublePredicate Package Description com.carrotsearch.hppc -
-
Uses of DoublePredicate in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type DoublePredicate Modifier and Type Method Description <T extends DoublePredicate>
TDoubleArrayDeque. descendingForEach(T predicate)
Applies apredicate
to container elements as long, as the predicate returnstrue
.<T extends DoublePredicate>
TDoubleDeque. descendingForEach(T predicate)
Applies apredicate
to container elements as long, as the predicate returnstrue
.<T extends DoublePredicate>
TDoubleArrayDeque. forEach(T predicate)
Applies apredicate
to container elements as long, as the predicate returnstrue
.<T extends DoublePredicate>
TDoubleArrayList. forEach(T predicate)
Applies apredicate
to container elements as long, as the predicate returnstrue
.<T extends DoublePredicate>
TDoubleArrayList. forEach(T predicate, int fromIndex, int toIndex)
Appliespredicate
to a slice of the list,fromIndex
, inclusive, totoIndex
, exclusive, or until predicate returnsfalse
.<T extends DoublePredicate>
TDoubleByteHashMap.KeysContainer. forEach(T predicate)
<T extends DoublePredicate>
TDoubleCharHashMap.KeysContainer. forEach(T predicate)
<T extends DoublePredicate>
TDoubleContainer. forEach(T predicate)
Applies apredicate
to container elements as long, as the predicate returnstrue
.<T extends DoublePredicate>
TDoubleDoubleHashMap.KeysContainer. forEach(T predicate)
<T extends DoublePredicate>
TDoubleFloatHashMap.KeysContainer. forEach(T predicate)
<T extends DoublePredicate>
TDoubleHashSet. forEach(T predicate)
Applies apredicate
to container elements as long, as the predicate returnstrue
.<T extends DoublePredicate>
TDoubleIntHashMap.KeysContainer. forEach(T predicate)
<T extends DoublePredicate>
TDoubleLongHashMap.KeysContainer. forEach(T predicate)
<T extends DoublePredicate>
TDoubleObjectHashMap.KeysContainer. forEach(T predicate)
<T extends DoublePredicate>
TDoubleShortHashMap.KeysContainer. forEach(T predicate)
Methods in com.carrotsearch.hppc with parameters of type DoublePredicate Modifier and Type Method Description int
DoubleArrayDeque. removeAll(DoublePredicate predicate)
Removes all elements in this collection for which the given predicate returnstrue
.int
DoubleArrayList. removeAll(DoublePredicate predicate)
Removes all elements in this collection for which the given predicate returnstrue
.int
DoubleByteAssociativeContainer. removeAll(DoublePredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
DoubleByteHashMap.KeysContainer. removeAll(DoublePredicate predicate)
int
DoubleByteHashMap. removeAll(DoublePredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
DoubleCharAssociativeContainer. removeAll(DoublePredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
DoubleCharHashMap.KeysContainer. removeAll(DoublePredicate predicate)
int
DoubleCharHashMap. removeAll(DoublePredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
DoubleCollection. removeAll(DoublePredicate predicate)
Removes all elements in this collection for which the given predicate returnstrue
.int
DoubleDoubleAssociativeContainer. removeAll(DoublePredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
DoubleDoubleHashMap.KeysContainer. removeAll(DoublePredicate predicate)
int
DoubleDoubleHashMap. removeAll(DoublePredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
DoubleFloatAssociativeContainer. removeAll(DoublePredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
DoubleFloatHashMap.KeysContainer. removeAll(DoublePredicate predicate)
int
DoubleFloatHashMap. removeAll(DoublePredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
DoubleHashSet. removeAll(DoublePredicate predicate)
Removes all elements in this collection for which the given predicate returnstrue
.int
DoubleIntAssociativeContainer. removeAll(DoublePredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
DoubleIntHashMap.KeysContainer. removeAll(DoublePredicate predicate)
int
DoubleIntHashMap. removeAll(DoublePredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
DoubleLongAssociativeContainer. removeAll(DoublePredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
DoubleLongHashMap.KeysContainer. removeAll(DoublePredicate predicate)
int
DoubleLongHashMap. removeAll(DoublePredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
DoubleObjectAssociativeContainer. removeAll(DoublePredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
DoubleObjectHashMap.KeysContainer. removeAll(DoublePredicate predicate)
int
DoubleObjectHashMap. removeAll(DoublePredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
DoubleShortAssociativeContainer. removeAll(DoublePredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
DoubleShortHashMap.KeysContainer. removeAll(DoublePredicate predicate)
int
DoubleShortHashMap. removeAll(DoublePredicate predicate)
Removes all keys (and associated values) for which the predicate returnstrue
.int
DoubleCollection. retainAll(DoublePredicate predicate)
Keeps all elements in this collection for which the given predicate returnstrue
.
-