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>
TByteDoubleHashMap.ValuesContainer. forEach(T predicate)
<T extends DoublePredicate>
TCharDoubleHashMap.ValuesContainer. forEach(T predicate)
<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>
TDoubleDoubleHashMap.ValuesContainer. 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)
<T extends DoublePredicate>
TFloatDoubleHashMap.ValuesContainer. forEach(T predicate)
<T extends DoublePredicate>
TIntDoubleHashMap.ValuesContainer. forEach(T predicate)
<T extends DoublePredicate>
TLongDoubleHashMap.ValuesContainer. forEach(T predicate)
<T extends DoublePredicate>
TObjectDoubleHashMap.ValuesContainer. forEach(T predicate)
<T extends DoublePredicate>
TShortDoubleHashMap.ValuesContainer. forEach(T predicate)
Methods in com.carrotsearch.hppc with parameters of type DoublePredicate Modifier and Type Method Description private void
DoubleArrayDeque. descendingForEach(DoublePredicate predicate, int fromIndex, int toIndex)
Appliespredicate
to a slice of the deque,toIndex
, exclusive, down tofromIndex
, inclusive or until the predicate returnsfalse
.int
ByteDoubleHashMap.ValuesContainer. removeAll(DoublePredicate predicate)
int
CharDoubleHashMap.ValuesContainer. removeAll(DoublePredicate predicate)
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
DoubleDoubleHashMap.ValuesContainer. removeAll(DoublePredicate predicate)
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
FloatDoubleHashMap.ValuesContainer. removeAll(DoublePredicate predicate)
int
IntDoubleHashMap.ValuesContainer. removeAll(DoublePredicate predicate)
int
LongDoubleHashMap.ValuesContainer. removeAll(DoublePredicate predicate)
int
ObjectDoubleHashMap.ValuesContainer. removeAll(DoublePredicate predicate)
int
ShortDoubleHashMap.ValuesContainer. removeAll(DoublePredicate predicate)
int
AbstractDoubleCollection. retainAll(DoublePredicate predicate)
Default implementation redirects toDoubleCollection.removeAll(DoublePredicate)
and negates the predicate.int
DoubleCollection. retainAll(DoublePredicate predicate)
Keeps all elements in this collection for which the given predicate returnstrue
.
-