Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.DoublePredicate
-
Packages that use DoublePredicate Package Description org.eclipse.collections.api This package contains interfaces for Eclipse Collections API.org.eclipse.collections.api.bag.primitive This package contains API for Primitive Bags with Mutable and Immutable variants.org.eclipse.collections.api.collection.primitive This package contains mutable and immutable primitive collection API.org.eclipse.collections.api.list.primitive This package contains mutable and immutable primitive list API.org.eclipse.collections.api.map.primitive This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.org.eclipse.collections.api.ordered.primitive org.eclipse.collections.api.set.primitive This package contains API for mutable and immutable primitive sets.org.eclipse.collections.api.stack.primitive This package contains mutable and immutable primitive stack API.org.eclipse.collections.impl.bag.immutable.primitive This package contains implementations of the immutable primitive bag interfaces.org.eclipse.collections.impl.bag.mutable.primitive This package contains implementations of the mutable primitive bag interfaces.org.eclipse.collections.impl.block.factory.primitive This package contains factory implementations for primitive functions, primitive predicates, primitive procedures and primitive comparators.org.eclipse.collections.impl.block.function.primitive This package contains implementations of primitive functions.org.eclipse.collections.impl.block.procedure.primitive This package contains implementations of primitive procedures.org.eclipse.collections.impl.collection.mutable.primitive This package contains implementations of the mutable primitive collection interfaces.org.eclipse.collections.impl.lazy.primitive This package contains implementations of the lazy primitive iterator interfaces.org.eclipse.collections.impl.list.immutable.primitive This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.org.eclipse.collections.impl.list.mutable.primitive This package contains implementations of the mutable primitive list interfaces.org.eclipse.collections.impl.map.immutable.primitive This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.map.mutable.primitive This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.primitive org.eclipse.collections.impl.set.immutable.primitive This package contains implementations of the immutable primitive set interfaces.org.eclipse.collections.impl.set.mutable.primitive This package contains implementations of the mutable primitive set interfaces.org.eclipse.collections.impl.stack.immutable.primitive This package contains implementations of the immutable primitive stack interfaces.org.eclipse.collections.impl.stack.mutable.primitive This package contains implementations of the mutable primitive stack interfaces.org.eclipse.collections.impl.stack.primitive org.eclipse.collections.impl.utility.internal.primitive org.eclipse.collections.impl.utility.primitive -
-
Uses of DoublePredicate in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type DoublePredicate Modifier and Type Method Description boolean
DoubleIterable. allSatisfy(DoublePredicate predicate)
Returns true if all of the elements in the DoubleIterable return true for the specified predicate, otherwise returns false.boolean
DoubleIterable. anySatisfy(DoublePredicate predicate)
Returns true if any of the elements in the DoubleIterable return true for the specified predicate, otherwise returns false.int
DoubleIterable. count(DoublePredicate predicate)
Returns a count of the number of elements in the DoubleIterable that return true for the specified predicate.double
DoubleIterable. detectIfNone(DoublePredicate predicate, double ifNone)
default boolean
DoubleIterable. noneSatisfy(DoublePredicate predicate)
Returns true if none of the elements in the DoubleIterable return true for the specified predicate, otherwise returns false.DoubleIterable
DoubleIterable. reject(DoublePredicate predicate)
Returns a new DoubleIterable with all of the elements in the DoubleIterable that return false for the specified predicate.default <R extends MutableDoubleCollection>
RDoubleIterable. reject(DoublePredicate predicate, R target)
Same asDoubleIterable.reject(DoublePredicate)
, only the results are added to the target MutableDoubleCollection.LazyDoubleIterable
LazyDoubleIterable. reject(DoublePredicate predicate)
DoubleIterable
DoubleIterable. select(DoublePredicate predicate)
Returns a new DoubleIterable with all of the elements in the DoubleIterable that return true for the specified predicate.default <R extends MutableDoubleCollection>
RDoubleIterable. select(DoublePredicate predicate, R target)
Same asDoubleIterable.select(DoublePredicate)
, only the results are added to the target MutableDoubleCollection.LazyDoubleIterable
LazyDoubleIterable. select(DoublePredicate predicate)
-
Uses of DoublePredicate in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive with parameters of type DoublePredicate Modifier and Type Method Description DoubleBag
DoubleBag. reject(DoublePredicate predicate)
ImmutableDoubleBag
ImmutableDoubleBag. reject(DoublePredicate predicate)
MutableDoubleBag
MutableDoubleBag. reject(DoublePredicate predicate)
DoubleBag
DoubleBag. select(DoublePredicate predicate)
ImmutableDoubleBag
ImmutableDoubleBag. select(DoublePredicate predicate)
MutableDoubleBag
MutableDoubleBag. select(DoublePredicate predicate)
-
Uses of DoublePredicate in org.eclipse.collections.api.collection.primitive
Methods in org.eclipse.collections.api.collection.primitive with parameters of type DoublePredicate Modifier and Type Method Description ImmutableDoubleCollection
ImmutableDoubleCollection. reject(DoublePredicate predicate)
MutableDoubleCollection
MutableDoubleCollection. reject(DoublePredicate predicate)
default boolean
MutableDoubleCollection. removeIf(DoublePredicate predicate)
ImmutableDoubleCollection
ImmutableDoubleCollection. select(DoublePredicate predicate)
MutableDoubleCollection
MutableDoubleCollection. select(DoublePredicate predicate)
-
Uses of DoublePredicate in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive with parameters of type DoublePredicate Modifier and Type Method Description DoubleList
DoubleList. reject(DoublePredicate predicate)
ImmutableDoubleList
ImmutableDoubleList. reject(DoublePredicate predicate)
MutableDoubleList
MutableDoubleList. reject(DoublePredicate predicate)
DoubleList
DoubleList. select(DoublePredicate predicate)
ImmutableDoubleList
ImmutableDoubleList. select(DoublePredicate predicate)
MutableDoubleList
MutableDoubleList. select(DoublePredicate predicate)
-
Uses of DoublePredicate in org.eclipse.collections.api.map.primitive
-
Uses of DoublePredicate in org.eclipse.collections.api.ordered.primitive
Methods in org.eclipse.collections.api.ordered.primitive with parameters of type DoublePredicate Modifier and Type Method Description OrderedDoubleIterable
OrderedDoubleIterable. reject(DoublePredicate predicate)
ReversibleDoubleIterable
ReversibleDoubleIterable. reject(DoublePredicate predicate)
OrderedDoubleIterable
OrderedDoubleIterable. select(DoublePredicate predicate)
ReversibleDoubleIterable
ReversibleDoubleIterable. select(DoublePredicate predicate)
-
Uses of DoublePredicate in org.eclipse.collections.api.set.primitive
Methods in org.eclipse.collections.api.set.primitive with parameters of type DoublePredicate Modifier and Type Method Description DoubleSet
DoubleSet. reject(DoublePredicate predicate)
ImmutableDoubleSet
ImmutableDoubleSet. reject(DoublePredicate predicate)
MutableDoubleSet
MutableDoubleSet. reject(DoublePredicate predicate)
DoubleSet
DoubleSet. select(DoublePredicate predicate)
ImmutableDoubleSet
ImmutableDoubleSet. select(DoublePredicate predicate)
MutableDoubleSet
MutableDoubleSet. select(DoublePredicate predicate)
-
Uses of DoublePredicate in org.eclipse.collections.api.stack.primitive
Methods in org.eclipse.collections.api.stack.primitive with parameters of type DoublePredicate Modifier and Type Method Description DoubleStack
DoubleStack. reject(DoublePredicate predicate)
ImmutableDoubleStack
ImmutableDoubleStack. reject(DoublePredicate predicate)
MutableDoubleStack
MutableDoubleStack. reject(DoublePredicate predicate)
DoubleStack
DoubleStack. select(DoublePredicate predicate)
ImmutableDoubleStack
ImmutableDoubleStack. select(DoublePredicate predicate)
MutableDoubleStack
MutableDoubleStack. select(DoublePredicate predicate)
-
Uses of DoublePredicate in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive with parameters of type DoublePredicate Modifier and Type Method Description boolean
ImmutableDoubleEmptyBag. allSatisfy(DoublePredicate predicate)
boolean
ImmutableDoubleHashBag. allSatisfy(DoublePredicate predicate)
boolean
ImmutableDoubleSingletonBag. allSatisfy(DoublePredicate predicate)
boolean
ImmutableDoubleEmptyBag. anySatisfy(DoublePredicate predicate)
boolean
ImmutableDoubleHashBag. anySatisfy(DoublePredicate predicate)
boolean
ImmutableDoubleSingletonBag. anySatisfy(DoublePredicate predicate)
int
ImmutableDoubleEmptyBag. count(DoublePredicate predicate)
int
ImmutableDoubleHashBag. count(DoublePredicate predicate)
int
ImmutableDoubleSingletonBag. count(DoublePredicate predicate)
double
ImmutableDoubleEmptyBag. detectIfNone(DoublePredicate predicate, double ifNone)
double
ImmutableDoubleHashBag. detectIfNone(DoublePredicate predicate, double ifNone)
double
ImmutableDoubleSingletonBag. detectIfNone(DoublePredicate predicate, double ifNone)
boolean
ImmutableDoubleEmptyBag. noneSatisfy(DoublePredicate predicate)
boolean
ImmutableDoubleHashBag. noneSatisfy(DoublePredicate predicate)
boolean
ImmutableDoubleSingletonBag. noneSatisfy(DoublePredicate predicate)
ImmutableDoubleBag
ImmutableDoubleEmptyBag. reject(DoublePredicate predicate)
ImmutableDoubleBag
ImmutableDoubleHashBag. reject(DoublePredicate predicate)
ImmutableDoubleBag
ImmutableDoubleSingletonBag. reject(DoublePredicate predicate)
ImmutableDoubleBag
ImmutableDoubleEmptyBag. select(DoublePredicate predicate)
ImmutableDoubleBag
ImmutableDoubleHashBag. select(DoublePredicate predicate)
ImmutableDoubleBag
ImmutableDoubleSingletonBag. select(DoublePredicate predicate)
-
Uses of DoublePredicate in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type DoublePredicate Modifier and Type Method Description boolean
DoubleHashBag. allSatisfy(DoublePredicate predicate)
boolean
DoubleHashBag. anySatisfy(DoublePredicate predicate)
int
DoubleHashBag. count(DoublePredicate predicate)
double
DoubleHashBag. detectIfNone(DoublePredicate predicate, double ifNone)
boolean
DoubleHashBag. noneSatisfy(DoublePredicate predicate)
DoubleHashBag
DoubleHashBag. reject(DoublePredicate predicate)
MutableDoubleBag
SynchronizedDoubleBag. reject(DoublePredicate predicate)
MutableDoubleBag
UnmodifiableDoubleBag. reject(DoublePredicate predicate)
boolean
DoubleHashBag. removeIf(DoublePredicate predicate)
DoubleHashBag
DoubleHashBag. select(DoublePredicate predicate)
MutableDoubleBag
SynchronizedDoubleBag. select(DoublePredicate predicate)
MutableDoubleBag
UnmodifiableDoubleBag. select(DoublePredicate predicate)
-
Uses of DoublePredicate in org.eclipse.collections.impl.block.factory.primitive
Classes in org.eclipse.collections.impl.block.factory.primitive that implement DoublePredicate Modifier and Type Class Description private static class
DoublePredicates.AlwaysFalseDoublePredicate
private static class
DoublePredicates.AlwaysTrueDoublePredicate
private static class
DoublePredicates.AndDoublePredicate
private static class
DoublePredicates.EqualsDoublePredicate
private static class
DoublePredicates.EqualsWithDeltaDoublePredicate
private static class
DoublePredicates.GreaterThanDoublePredicate
private static class
DoublePredicates.LessThanDoublePredicate
private static class
DoublePredicates.NotDoublePredicate
private static class
DoublePredicates.OrDoublePredicate
Fields in org.eclipse.collections.impl.block.factory.primitive declared as DoublePredicate Modifier and Type Field Description private static DoublePredicate
DoublePredicates. ALWAYS_FALSE
private static DoublePredicate
DoublePredicates. ALWAYS_TRUE
private DoublePredicate
DoublePredicates.NotDoublePredicate. negate
private DoublePredicate
DoublePredicates.AndDoublePredicate. one
private DoublePredicate
DoublePredicates.OrDoublePredicate. one
private DoublePredicate
DoublePredicates.AndDoublePredicate. two
private DoublePredicate
DoublePredicates.OrDoublePredicate. two
Methods in org.eclipse.collections.impl.block.factory.primitive that return DoublePredicate Modifier and Type Method Description static DoublePredicate
DoublePredicates. alwaysFalse()
static DoublePredicate
DoublePredicates. alwaysTrue()
static DoublePredicate
DoublePredicates. and(DoublePredicate one, DoublePredicate two)
static DoublePredicate
DoublePredicates. equal(double expected)
static DoublePredicate
DoublePredicates. equal(double expected, double delta)
static DoublePredicate
DoublePredicates. greaterThan(double expected)
static DoublePredicate
DoublePredicates. lessThan(double expected)
static DoublePredicate
DoublePredicates. not(DoublePredicate negate)
static DoublePredicate
DoublePredicates. or(DoublePredicate one, DoublePredicate two)
Methods in org.eclipse.collections.impl.block.factory.primitive with parameters of type DoublePredicate Modifier and Type Method Description static DoublePredicate
DoublePredicates. and(DoublePredicate one, DoublePredicate two)
static DoublePredicate
DoublePredicates. not(DoublePredicate negate)
static DoublePredicate
DoublePredicates. or(DoublePredicate one, DoublePredicate two)
Constructors in org.eclipse.collections.impl.block.factory.primitive with parameters of type DoublePredicate Constructor Description AndDoublePredicate(DoublePredicate one, DoublePredicate two)
NotDoublePredicate(DoublePredicate negate)
OrDoublePredicate(DoublePredicate one, DoublePredicate two)
-
Uses of DoublePredicate in org.eclipse.collections.impl.block.function.primitive
Fields in org.eclipse.collections.impl.block.function.primitive with type parameters of type DoublePredicate Modifier and Type Field Description private MutableList<Pair<DoublePredicate,DoubleToObjectFunction<? extends V>>>
DoubleCaseFunction. predicateFunctions
Methods in org.eclipse.collections.impl.block.function.primitive with parameters of type DoublePredicate Modifier and Type Method Description DoubleCaseFunction<V>
DoubleCaseFunction. addCase(DoublePredicate predicate, DoubleToObjectFunction<? extends V> function)
-
Uses of DoublePredicate in org.eclipse.collections.impl.block.procedure.primitive
Fields in org.eclipse.collections.impl.block.procedure.primitive with type parameters of type DoublePredicate Modifier and Type Field Description private MutableList<Pair<DoublePredicate,DoubleProcedure>>
DoubleCaseProcedure. predicateProcedures
Methods in org.eclipse.collections.impl.block.procedure.primitive with parameters of type DoublePredicate Modifier and Type Method Description DoubleCaseProcedure
DoubleCaseProcedure. addCase(DoublePredicate predicate, DoubleProcedure procedure)
-
Uses of DoublePredicate in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive with parameters of type DoublePredicate Modifier and Type Method Description boolean
AbstractSynchronizedDoubleCollection. allSatisfy(DoublePredicate predicate)
boolean
AbstractUnmodifiableDoubleCollection. allSatisfy(DoublePredicate predicate)
boolean
AbstractSynchronizedDoubleCollection. anySatisfy(DoublePredicate predicate)
boolean
AbstractUnmodifiableDoubleCollection. anySatisfy(DoublePredicate predicate)
int
AbstractSynchronizedDoubleCollection. count(DoublePredicate predicate)
int
AbstractUnmodifiableDoubleCollection. count(DoublePredicate predicate)
double
AbstractSynchronizedDoubleCollection. detectIfNone(DoublePredicate predicate, double ifNone)
double
AbstractUnmodifiableDoubleCollection. detectIfNone(DoublePredicate predicate, double ifNone)
boolean
AbstractSynchronizedDoubleCollection. noneSatisfy(DoublePredicate predicate)
boolean
AbstractUnmodifiableDoubleCollection. noneSatisfy(DoublePredicate predicate)
MutableDoubleCollection
AbstractSynchronizedDoubleCollection. reject(DoublePredicate predicate)
MutableDoubleCollection
AbstractUnmodifiableDoubleCollection. reject(DoublePredicate predicate)
boolean
AbstractSynchronizedDoubleCollection. removeIf(DoublePredicate predicate)
boolean
AbstractUnmodifiableDoubleCollection. removeIf(DoublePredicate predicate)
MutableDoubleCollection
AbstractSynchronizedDoubleCollection. select(DoublePredicate predicate)
MutableDoubleCollection
AbstractUnmodifiableDoubleCollection. select(DoublePredicate predicate)
-
Uses of DoublePredicate in org.eclipse.collections.impl.lazy.primitive
Fields in org.eclipse.collections.impl.lazy.primitive declared as DoublePredicate Modifier and Type Field Description private DoublePredicate
SelectDoubleIterable.CountDoubleProcedure. predicate
private DoublePredicate
SelectDoubleIterable. predicate
private DoublePredicate
SelectDoubleIterable.SelectDoubleIterator. predicate
Methods in org.eclipse.collections.impl.lazy.primitive with parameters of type DoublePredicate Modifier and Type Method Description boolean
AbstractLazyDoubleIterable. allSatisfy(DoublePredicate predicate)
boolean
CollectDoubleIterable. allSatisfy(DoublePredicate predicate)
boolean
LazyDoubleIterableAdapter. allSatisfy(DoublePredicate predicate)
boolean
SelectDoubleIterable. allSatisfy(DoublePredicate predicate)
boolean
TapDoubleIterable. allSatisfy(DoublePredicate predicate)
boolean
AbstractLazyDoubleIterable. anySatisfy(DoublePredicate predicate)
boolean
CollectDoubleIterable. anySatisfy(DoublePredicate predicate)
boolean
LazyDoubleIterableAdapter. anySatisfy(DoublePredicate predicate)
boolean
SelectDoubleIterable. anySatisfy(DoublePredicate predicate)
boolean
TapDoubleIterable. anySatisfy(DoublePredicate predicate)
int
AbstractLazyDoubleIterable. count(DoublePredicate predicate)
int
CollectDoubleIterable. count(DoublePredicate predicate)
int
LazyDoubleIterableAdapter. count(DoublePredicate predicate)
int
SelectDoubleIterable. count(DoublePredicate predicate)
double
AbstractLazyDoubleIterable. detectIfNone(DoublePredicate predicate, double ifNone)
double
LazyDoubleIterableAdapter. detectIfNone(DoublePredicate predicate, double ifNone)
double
TapDoubleIterable. detectIfNone(DoublePredicate predicate, double ifNone)
boolean
AbstractLazyDoubleIterable. noneSatisfy(DoublePredicate predicate)
boolean
LazyDoubleIterableAdapter. noneSatisfy(DoublePredicate predicate)
boolean
TapDoubleIterable. noneSatisfy(DoublePredicate predicate)
LazyDoubleIterable
AbstractLazyDoubleIterable. reject(DoublePredicate predicate)
LazyDoubleIterable
AbstractLazyDoubleIterable. select(DoublePredicate predicate)
Constructors in org.eclipse.collections.impl.lazy.primitive with parameters of type DoublePredicate Constructor Description CountDoubleProcedure(DoublePredicate predicate)
SelectDoubleIterable(DoubleIterable delegate, DoublePredicate predicate)
SelectDoubleIterator(DoubleIterable iterable, DoublePredicate predicate)
SelectDoubleIterator(DoubleIterator iterator, DoublePredicate predicate)
-
Uses of DoublePredicate in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive with parameters of type DoublePredicate Modifier and Type Method Description boolean
ImmutableDoubleArrayList. allSatisfy(DoublePredicate predicate)
boolean
ImmutableDoubleEmptyList. allSatisfy(DoublePredicate predicate)
boolean
ImmutableDoubleSingletonList. allSatisfy(DoublePredicate predicate)
boolean
ImmutableDoubleArrayList. anySatisfy(DoublePredicate predicate)
boolean
ImmutableDoubleEmptyList. anySatisfy(DoublePredicate predicate)
boolean
ImmutableDoubleSingletonList. anySatisfy(DoublePredicate predicate)
int
ImmutableDoubleArrayList. count(DoublePredicate predicate)
int
ImmutableDoubleEmptyList. count(DoublePredicate predicate)
int
ImmutableDoubleSingletonList. count(DoublePredicate predicate)
double
ImmutableDoubleArrayList. detectIfNone(DoublePredicate predicate, double ifNone)
double
ImmutableDoubleEmptyList. detectIfNone(DoublePredicate predicate, double ifNone)
double
ImmutableDoubleSingletonList. detectIfNone(DoublePredicate predicate, double ifNone)
boolean
ImmutableDoubleEmptyList. noneSatisfy(DoublePredicate predicate)
boolean
ImmutableDoubleSingletonList. noneSatisfy(DoublePredicate predicate)
ImmutableDoubleList
ImmutableDoubleArrayList. reject(DoublePredicate predicate)
<R extends MutableDoubleCollection>
RImmutableDoubleArrayList. reject(DoublePredicate predicate, R target)
ImmutableDoubleList
ImmutableDoubleEmptyList. reject(DoublePredicate predicate)
ImmutableDoubleList
ImmutableDoubleSingletonList. reject(DoublePredicate predicate)
ImmutableDoubleList
ImmutableDoubleArrayList. select(DoublePredicate predicate)
<R extends MutableDoubleCollection>
RImmutableDoubleArrayList. select(DoublePredicate predicate, R target)
ImmutableDoubleList
ImmutableDoubleEmptyList. select(DoublePredicate predicate)
ImmutableDoubleList
ImmutableDoubleSingletonList. select(DoublePredicate predicate)
-
Uses of DoublePredicate in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive with parameters of type DoublePredicate Modifier and Type Method Description boolean
DoubleArrayList. allSatisfy(DoublePredicate predicate)
boolean
DoubleArrayList. anySatisfy(DoublePredicate predicate)
int
DoubleArrayList. count(DoublePredicate predicate)
double
DoubleArrayList. detectIfNone(DoublePredicate predicate, double ifNone)
DoubleArrayList
DoubleArrayList. reject(DoublePredicate predicate)
<R extends MutableDoubleCollection>
RDoubleArrayList. reject(DoublePredicate predicate, R target)
MutableDoubleList
SynchronizedDoubleList. reject(DoublePredicate predicate)
MutableDoubleList
UnmodifiableDoubleList. reject(DoublePredicate predicate)
boolean
DoubleArrayList. removeIf(DoublePredicate predicate)
DoubleArrayList
DoubleArrayList. select(DoublePredicate predicate)
<R extends MutableDoubleCollection>
RDoubleArrayList. select(DoublePredicate predicate, R target)
MutableDoubleList
SynchronizedDoubleList. select(DoublePredicate predicate)
MutableDoubleList
UnmodifiableDoubleList. select(DoublePredicate predicate)
-
Uses of DoublePredicate in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type DoublePredicate Modifier and Type Method Description boolean
ImmutableByteDoubleEmptyMap. allSatisfy(DoublePredicate predicate)
boolean
ImmutableByteDoubleHashMap. allSatisfy(DoublePredicate predicate)
boolean
ImmutableByteDoubleSingletonMap. allSatisfy(DoublePredicate predicate)
boolean
ImmutableCharDoubleEmptyMap. allSatisfy(DoublePredicate predicate)
boolean
ImmutableCharDoubleHashMap. allSatisfy(DoublePredicate predicate)
boolean
ImmutableCharDoubleSingletonMap. allSatisfy(DoublePredicate predicate)
boolean
ImmutableDoubleDoubleEmptyMap. allSatisfy(DoublePredicate predicate)
boolean
ImmutableDoubleDoubleHashMap. allSatisfy(DoublePredicate predicate)
boolean
ImmutableDoubleDoubleSingletonMap. allSatisfy(DoublePredicate predicate)
boolean
ImmutableFloatDoubleEmptyMap. allSatisfy(DoublePredicate predicate)
boolean
ImmutableFloatDoubleHashMap. allSatisfy(DoublePredicate predicate)
boolean
ImmutableFloatDoubleSingletonMap. allSatisfy(DoublePredicate predicate)
boolean
ImmutableIntDoubleEmptyMap. allSatisfy(DoublePredicate predicate)
boolean
ImmutableIntDoubleHashMap. allSatisfy(DoublePredicate predicate)
boolean
ImmutableIntDoubleSingletonMap. allSatisfy(DoublePredicate predicate)
boolean
ImmutableLongDoubleEmptyMap. allSatisfy(DoublePredicate predicate)
boolean
ImmutableLongDoubleHashMap. allSatisfy(DoublePredicate predicate)
boolean
ImmutableLongDoubleSingletonMap. allSatisfy(DoublePredicate predicate)
boolean
ImmutableObjectDoubleEmptyMap. allSatisfy(DoublePredicate predicate)
boolean
ImmutableObjectDoubleHashMap. allSatisfy(DoublePredicate predicate)
boolean
ImmutableObjectDoubleSingletonMap. allSatisfy(DoublePredicate predicate)
boolean
ImmutableShortDoubleEmptyMap. allSatisfy(DoublePredicate predicate)
boolean
ImmutableShortDoubleHashMap. allSatisfy(DoublePredicate predicate)
boolean
ImmutableShortDoubleSingletonMap. allSatisfy(DoublePredicate predicate)
boolean
ImmutableByteDoubleEmptyMap. anySatisfy(DoublePredicate predicate)
boolean
ImmutableByteDoubleHashMap. anySatisfy(DoublePredicate predicate)
boolean
ImmutableByteDoubleSingletonMap. anySatisfy(DoublePredicate predicate)
boolean
ImmutableCharDoubleEmptyMap. anySatisfy(DoublePredicate predicate)
boolean
ImmutableCharDoubleHashMap. anySatisfy(DoublePredicate predicate)
boolean
ImmutableCharDoubleSingletonMap. anySatisfy(DoublePredicate predicate)
boolean
ImmutableDoubleDoubleEmptyMap. anySatisfy(DoublePredicate predicate)
boolean
ImmutableDoubleDoubleHashMap. anySatisfy(DoublePredicate predicate)
boolean
ImmutableDoubleDoubleSingletonMap. anySatisfy(DoublePredicate predicate)
boolean
ImmutableFloatDoubleEmptyMap. anySatisfy(DoublePredicate predicate)
boolean
ImmutableFloatDoubleHashMap. anySatisfy(DoublePredicate predicate)
boolean
ImmutableFloatDoubleSingletonMap. anySatisfy(DoublePredicate predicate)
boolean
ImmutableIntDoubleEmptyMap. anySatisfy(DoublePredicate predicate)
boolean
ImmutableIntDoubleHashMap. anySatisfy(DoublePredicate predicate)
boolean
ImmutableIntDoubleSingletonMap. anySatisfy(DoublePredicate predicate)
boolean
ImmutableLongDoubleEmptyMap. anySatisfy(DoublePredicate predicate)
boolean
ImmutableLongDoubleHashMap. anySatisfy(DoublePredicate predicate)
boolean
ImmutableLongDoubleSingletonMap. anySatisfy(DoublePredicate predicate)
boolean
ImmutableObjectDoubleEmptyMap. anySatisfy(DoublePredicate predicate)
boolean
ImmutableObjectDoubleHashMap. anySatisfy(DoublePredicate predicate)
boolean
ImmutableObjectDoubleSingletonMap. anySatisfy(DoublePredicate predicate)
boolean
ImmutableShortDoubleEmptyMap. anySatisfy(DoublePredicate predicate)
boolean
ImmutableShortDoubleHashMap. anySatisfy(DoublePredicate predicate)
boolean
ImmutableShortDoubleSingletonMap. anySatisfy(DoublePredicate predicate)
int
ImmutableByteDoubleEmptyMap. count(DoublePredicate predicate)
int
ImmutableByteDoubleHashMap. count(DoublePredicate predicate)
int
ImmutableByteDoubleSingletonMap. count(DoublePredicate predicate)
int
ImmutableCharDoubleEmptyMap. count(DoublePredicate predicate)
int
ImmutableCharDoubleHashMap. count(DoublePredicate predicate)
int
ImmutableCharDoubleSingletonMap. count(DoublePredicate predicate)
int
ImmutableDoubleDoubleEmptyMap. count(DoublePredicate predicate)
int
ImmutableDoubleDoubleHashMap. count(DoublePredicate predicate)
int
ImmutableDoubleDoubleSingletonMap. count(DoublePredicate predicate)
int
ImmutableFloatDoubleEmptyMap. count(DoublePredicate predicate)
int
ImmutableFloatDoubleHashMap. count(DoublePredicate predicate)
int
ImmutableFloatDoubleSingletonMap. count(DoublePredicate predicate)
int
ImmutableIntDoubleEmptyMap. count(DoublePredicate predicate)
int
ImmutableIntDoubleHashMap. count(DoublePredicate predicate)
int
ImmutableIntDoubleSingletonMap. count(DoublePredicate predicate)
int
ImmutableLongDoubleEmptyMap. count(DoublePredicate predicate)
int
ImmutableLongDoubleHashMap. count(DoublePredicate predicate)
int
ImmutableLongDoubleSingletonMap. count(DoublePredicate predicate)
int
ImmutableObjectDoubleEmptyMap. count(DoublePredicate predicate)
int
ImmutableObjectDoubleHashMap. count(DoublePredicate predicate)
int
ImmutableObjectDoubleSingletonMap. count(DoublePredicate predicate)
int
ImmutableShortDoubleEmptyMap. count(DoublePredicate predicate)
int
ImmutableShortDoubleHashMap. count(DoublePredicate predicate)
int
ImmutableShortDoubleSingletonMap. count(DoublePredicate predicate)
double
ImmutableByteDoubleEmptyMap. detectIfNone(DoublePredicate predicate, double ifNone)
double
ImmutableByteDoubleHashMap. detectIfNone(DoublePredicate predicate, double ifNone)
double
ImmutableByteDoubleSingletonMap. detectIfNone(DoublePredicate predicate, double ifNone)
double
ImmutableCharDoubleEmptyMap. detectIfNone(DoublePredicate predicate, double ifNone)
double
ImmutableCharDoubleHashMap. detectIfNone(DoublePredicate predicate, double ifNone)
double
ImmutableCharDoubleSingletonMap. detectIfNone(DoublePredicate predicate, double ifNone)
double
ImmutableDoubleDoubleEmptyMap. detectIfNone(DoublePredicate predicate, double ifNone)
double
ImmutableDoubleDoubleHashMap. detectIfNone(DoublePredicate predicate, double ifNone)
double
ImmutableDoubleDoubleSingletonMap. detectIfNone(DoublePredicate predicate, double ifNone)
double
ImmutableFloatDoubleEmptyMap. detectIfNone(DoublePredicate predicate, double ifNone)
double
ImmutableFloatDoubleHashMap. detectIfNone(DoublePredicate predicate, double ifNone)
double
ImmutableFloatDoubleSingletonMap. detectIfNone(DoublePredicate predicate, double ifNone)
double
ImmutableIntDoubleEmptyMap. detectIfNone(DoublePredicate predicate, double ifNone)
double
ImmutableIntDoubleHashMap. detectIfNone(DoublePredicate predicate, double ifNone)
double
ImmutableIntDoubleSingletonMap. detectIfNone(DoublePredicate predicate, double ifNone)
double
ImmutableLongDoubleEmptyMap. detectIfNone(DoublePredicate predicate, double ifNone)
double
ImmutableLongDoubleHashMap. detectIfNone(DoublePredicate predicate, double ifNone)
double
ImmutableLongDoubleSingletonMap. detectIfNone(DoublePredicate predicate, double ifNone)
double
ImmutableObjectDoubleEmptyMap. detectIfNone(DoublePredicate predicate, double ifNone)
double
ImmutableObjectDoubleHashMap. detectIfNone(DoublePredicate predicate, double ifNone)
double
ImmutableObjectDoubleSingletonMap. detectIfNone(DoublePredicate predicate, double ifNone)
double
ImmutableShortDoubleEmptyMap. detectIfNone(DoublePredicate predicate, double ifNone)
double
ImmutableShortDoubleHashMap. detectIfNone(DoublePredicate predicate, double ifNone)
double
ImmutableShortDoubleSingletonMap. detectIfNone(DoublePredicate predicate, double ifNone)
boolean
ImmutableByteDoubleEmptyMap. noneSatisfy(DoublePredicate predicate)
boolean
ImmutableByteDoubleHashMap. noneSatisfy(DoublePredicate predicate)
boolean
ImmutableByteDoubleSingletonMap. noneSatisfy(DoublePredicate predicate)
boolean
ImmutableCharDoubleEmptyMap. noneSatisfy(DoublePredicate predicate)
boolean
ImmutableCharDoubleHashMap. noneSatisfy(DoublePredicate predicate)
boolean
ImmutableCharDoubleSingletonMap. noneSatisfy(DoublePredicate predicate)
boolean
ImmutableDoubleDoubleEmptyMap. noneSatisfy(DoublePredicate predicate)
boolean
ImmutableDoubleDoubleHashMap. noneSatisfy(DoublePredicate predicate)
boolean
ImmutableDoubleDoubleSingletonMap. noneSatisfy(DoublePredicate predicate)
boolean
ImmutableFloatDoubleEmptyMap. noneSatisfy(DoublePredicate predicate)
boolean
ImmutableFloatDoubleHashMap. noneSatisfy(DoublePredicate predicate)
boolean
ImmutableFloatDoubleSingletonMap. noneSatisfy(DoublePredicate predicate)
boolean
ImmutableIntDoubleEmptyMap. noneSatisfy(DoublePredicate predicate)
boolean
ImmutableIntDoubleHashMap. noneSatisfy(DoublePredicate predicate)
boolean
ImmutableIntDoubleSingletonMap. noneSatisfy(DoublePredicate predicate)
boolean
ImmutableLongDoubleEmptyMap. noneSatisfy(DoublePredicate predicate)
boolean
ImmutableLongDoubleHashMap. noneSatisfy(DoublePredicate predicate)
boolean
ImmutableLongDoubleSingletonMap. noneSatisfy(DoublePredicate predicate)
boolean
ImmutableObjectDoubleEmptyMap. noneSatisfy(DoublePredicate predicate)
boolean
ImmutableObjectDoubleHashMap. noneSatisfy(DoublePredicate predicate)
boolean
ImmutableObjectDoubleSingletonMap. noneSatisfy(DoublePredicate predicate)
boolean
ImmutableShortDoubleEmptyMap. noneSatisfy(DoublePredicate predicate)
boolean
ImmutableShortDoubleHashMap. noneSatisfy(DoublePredicate predicate)
boolean
ImmutableShortDoubleSingletonMap. noneSatisfy(DoublePredicate predicate)
ImmutableDoubleBag
ImmutableByteDoubleEmptyMap. reject(DoublePredicate predicate)
ImmutableDoubleBag
ImmutableByteDoubleHashMap. reject(DoublePredicate predicate)
ImmutableDoubleBag
ImmutableByteDoubleSingletonMap. reject(DoublePredicate predicate)
ImmutableDoubleBag
ImmutableCharDoubleEmptyMap. reject(DoublePredicate predicate)
ImmutableDoubleBag
ImmutableCharDoubleHashMap. reject(DoublePredicate predicate)
ImmutableDoubleBag
ImmutableCharDoubleSingletonMap. reject(DoublePredicate predicate)
ImmutableDoubleBag
ImmutableDoubleDoubleEmptyMap. reject(DoublePredicate predicate)
ImmutableDoubleBag
ImmutableDoubleDoubleHashMap. reject(DoublePredicate predicate)
ImmutableDoubleBag
ImmutableDoubleDoubleSingletonMap. reject(DoublePredicate predicate)
ImmutableDoubleBag
ImmutableFloatDoubleEmptyMap. reject(DoublePredicate predicate)
ImmutableDoubleBag
ImmutableFloatDoubleHashMap. reject(DoublePredicate predicate)
ImmutableDoubleBag
ImmutableFloatDoubleSingletonMap. reject(DoublePredicate predicate)
ImmutableDoubleBag
ImmutableIntDoubleEmptyMap. reject(DoublePredicate predicate)
ImmutableDoubleBag
ImmutableIntDoubleHashMap. reject(DoublePredicate predicate)
ImmutableDoubleBag
ImmutableIntDoubleSingletonMap. reject(DoublePredicate predicate)
ImmutableDoubleBag
ImmutableLongDoubleEmptyMap. reject(DoublePredicate predicate)
ImmutableDoubleBag
ImmutableLongDoubleHashMap. reject(DoublePredicate predicate)
ImmutableDoubleBag
ImmutableLongDoubleSingletonMap. reject(DoublePredicate predicate)
ImmutableDoubleCollection
ImmutableObjectDoubleEmptyMap. reject(DoublePredicate predicate)
ImmutableDoubleCollection
ImmutableObjectDoubleHashMap. reject(DoublePredicate predicate)
ImmutableDoubleCollection
ImmutableObjectDoubleSingletonMap. reject(DoublePredicate predicate)
ImmutableDoubleBag
ImmutableShortDoubleEmptyMap. reject(DoublePredicate predicate)
ImmutableDoubleBag
ImmutableShortDoubleHashMap. reject(DoublePredicate predicate)
ImmutableDoubleBag
ImmutableShortDoubleSingletonMap. reject(DoublePredicate predicate)
ImmutableDoubleBag
ImmutableByteDoubleEmptyMap. select(DoublePredicate predicate)
ImmutableDoubleBag
ImmutableByteDoubleHashMap. select(DoublePredicate predicate)
ImmutableDoubleBag
ImmutableByteDoubleSingletonMap. select(DoublePredicate predicate)
ImmutableDoubleBag
ImmutableCharDoubleEmptyMap. select(DoublePredicate predicate)
ImmutableDoubleBag
ImmutableCharDoubleHashMap. select(DoublePredicate predicate)
ImmutableDoubleBag
ImmutableCharDoubleSingletonMap. select(DoublePredicate predicate)
ImmutableDoubleBag
ImmutableDoubleDoubleEmptyMap. select(DoublePredicate predicate)
ImmutableDoubleBag
ImmutableDoubleDoubleHashMap. select(DoublePredicate predicate)
ImmutableDoubleBag
ImmutableDoubleDoubleSingletonMap. select(DoublePredicate predicate)
ImmutableDoubleBag
ImmutableFloatDoubleEmptyMap. select(DoublePredicate predicate)
ImmutableDoubleBag
ImmutableFloatDoubleHashMap. select(DoublePredicate predicate)
ImmutableDoubleBag
ImmutableFloatDoubleSingletonMap. select(DoublePredicate predicate)
ImmutableDoubleBag
ImmutableIntDoubleEmptyMap. select(DoublePredicate predicate)
ImmutableDoubleBag
ImmutableIntDoubleHashMap. select(DoublePredicate predicate)
ImmutableDoubleBag
ImmutableIntDoubleSingletonMap. select(DoublePredicate predicate)
ImmutableDoubleBag
ImmutableLongDoubleEmptyMap. select(DoublePredicate predicate)
ImmutableDoubleBag
ImmutableLongDoubleHashMap. select(DoublePredicate predicate)
ImmutableDoubleBag
ImmutableLongDoubleSingletonMap. select(DoublePredicate predicate)
ImmutableDoubleCollection
ImmutableObjectDoubleEmptyMap. select(DoublePredicate predicate)
ImmutableDoubleCollection
ImmutableObjectDoubleHashMap. select(DoublePredicate predicate)
ImmutableDoubleCollection
ImmutableObjectDoubleSingletonMap. select(DoublePredicate predicate)
ImmutableDoubleBag
ImmutableShortDoubleEmptyMap. select(DoublePredicate predicate)
ImmutableDoubleBag
ImmutableShortDoubleHashMap. select(DoublePredicate predicate)
ImmutableDoubleBag
ImmutableShortDoubleSingletonMap. select(DoublePredicate predicate)
-
Uses of DoublePredicate in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type DoublePredicate Modifier and Type Method Description boolean
AbstractMutableDoubleKeySet. allSatisfy(DoublePredicate predicate)
boolean
AbstractMutableDoubleValuesMap.AbstractDoubleValuesCollection. allSatisfy(DoublePredicate predicate)
boolean
AbstractMutableDoubleValuesMap. allSatisfy(DoublePredicate predicate)
boolean
DoubleBooleanHashMap.KeysView. allSatisfy(DoublePredicate predicate)
boolean
ImmutableDoubleDoubleMapKeySet. allSatisfy(DoublePredicate predicate)
boolean
ImmutableDoubleMapKeySet. allSatisfy(DoublePredicate predicate)
boolean
ObjectDoubleHashMap. allSatisfy(DoublePredicate predicate)
boolean
ObjectDoubleHashMap.ValuesCollection. allSatisfy(DoublePredicate predicate)
boolean
ObjectDoubleHashMapWithHashingStrategy. allSatisfy(DoublePredicate predicate)
boolean
ObjectDoubleHashMapWithHashingStrategy.ValuesCollection. allSatisfy(DoublePredicate predicate)
boolean
SynchronizedByteDoubleMap. allSatisfy(DoublePredicate predicate)
boolean
SynchronizedCharDoubleMap. allSatisfy(DoublePredicate predicate)
boolean
SynchronizedDoubleDoubleMap. allSatisfy(DoublePredicate predicate)
boolean
SynchronizedFloatDoubleMap. allSatisfy(DoublePredicate predicate)
boolean
SynchronizedIntDoubleMap. allSatisfy(DoublePredicate predicate)
boolean
SynchronizedLongDoubleMap. allSatisfy(DoublePredicate predicate)
boolean
SynchronizedObjectDoubleMap. allSatisfy(DoublePredicate predicate)
boolean
SynchronizedShortDoubleMap. allSatisfy(DoublePredicate predicate)
boolean
UnmodifiableByteDoubleMap. allSatisfy(DoublePredicate predicate)
boolean
UnmodifiableCharDoubleMap. allSatisfy(DoublePredicate predicate)
boolean
UnmodifiableDoubleDoubleMap. allSatisfy(DoublePredicate predicate)
boolean
UnmodifiableFloatDoubleMap. allSatisfy(DoublePredicate predicate)
boolean
UnmodifiableIntDoubleMap. allSatisfy(DoublePredicate predicate)
boolean
UnmodifiableLongDoubleMap. allSatisfy(DoublePredicate predicate)
boolean
UnmodifiableObjectDoubleMap. allSatisfy(DoublePredicate predicate)
boolean
UnmodifiableShortDoubleMap. allSatisfy(DoublePredicate predicate)
boolean
AbstractMutableDoubleKeySet. anySatisfy(DoublePredicate predicate)
boolean
AbstractMutableDoubleValuesMap.AbstractDoubleValuesCollection. anySatisfy(DoublePredicate predicate)
boolean
AbstractMutableDoubleValuesMap. anySatisfy(DoublePredicate predicate)
boolean
DoubleBooleanHashMap.KeysView. anySatisfy(DoublePredicate predicate)
boolean
ImmutableDoubleDoubleMapKeySet. anySatisfy(DoublePredicate predicate)
boolean
ImmutableDoubleMapKeySet. anySatisfy(DoublePredicate predicate)
boolean
ObjectDoubleHashMap. anySatisfy(DoublePredicate predicate)
boolean
ObjectDoubleHashMap.ValuesCollection. anySatisfy(DoublePredicate predicate)
boolean
ObjectDoubleHashMapWithHashingStrategy. anySatisfy(DoublePredicate predicate)
boolean
ObjectDoubleHashMapWithHashingStrategy.ValuesCollection. anySatisfy(DoublePredicate predicate)
boolean
SynchronizedByteDoubleMap. anySatisfy(DoublePredicate predicate)
boolean
SynchronizedCharDoubleMap. anySatisfy(DoublePredicate predicate)
boolean
SynchronizedDoubleDoubleMap. anySatisfy(DoublePredicate predicate)
boolean
SynchronizedFloatDoubleMap. anySatisfy(DoublePredicate predicate)
boolean
SynchronizedIntDoubleMap. anySatisfy(DoublePredicate predicate)
boolean
SynchronizedLongDoubleMap. anySatisfy(DoublePredicate predicate)
boolean
SynchronizedObjectDoubleMap. anySatisfy(DoublePredicate predicate)
boolean
SynchronizedShortDoubleMap. anySatisfy(DoublePredicate predicate)
boolean
UnmodifiableByteDoubleMap. anySatisfy(DoublePredicate predicate)
boolean
UnmodifiableCharDoubleMap. anySatisfy(DoublePredicate predicate)
boolean
UnmodifiableDoubleDoubleMap. anySatisfy(DoublePredicate predicate)
boolean
UnmodifiableFloatDoubleMap. anySatisfy(DoublePredicate predicate)
boolean
UnmodifiableIntDoubleMap. anySatisfy(DoublePredicate predicate)
boolean
UnmodifiableLongDoubleMap. anySatisfy(DoublePredicate predicate)
boolean
UnmodifiableObjectDoubleMap. anySatisfy(DoublePredicate predicate)
boolean
UnmodifiableShortDoubleMap. anySatisfy(DoublePredicate predicate)
int
AbstractMutableDoubleKeySet. count(DoublePredicate predicate)
int
AbstractMutableDoubleValuesMap.AbstractDoubleValuesCollection. count(DoublePredicate predicate)
int
AbstractMutableDoubleValuesMap. count(DoublePredicate predicate)
int
DoubleBooleanHashMap.KeysView. count(DoublePredicate predicate)
int
ImmutableDoubleDoubleMapKeySet. count(DoublePredicate predicate)
int
ImmutableDoubleMapKeySet. count(DoublePredicate predicate)
int
ObjectDoubleHashMap. count(DoublePredicate predicate)
int
ObjectDoubleHashMap.ValuesCollection. count(DoublePredicate predicate)
int
ObjectDoubleHashMapWithHashingStrategy. count(DoublePredicate predicate)
int
ObjectDoubleHashMapWithHashingStrategy.ValuesCollection. count(DoublePredicate predicate)
int
SynchronizedByteDoubleMap. count(DoublePredicate predicate)
int
SynchronizedCharDoubleMap. count(DoublePredicate predicate)
int
SynchronizedDoubleDoubleMap. count(DoublePredicate predicate)
int
SynchronizedFloatDoubleMap. count(DoublePredicate predicate)
int
SynchronizedIntDoubleMap. count(DoublePredicate predicate)
int
SynchronizedLongDoubleMap. count(DoublePredicate predicate)
int
SynchronizedObjectDoubleMap. count(DoublePredicate predicate)
int
SynchronizedShortDoubleMap. count(DoublePredicate predicate)
int
UnmodifiableByteDoubleMap. count(DoublePredicate predicate)
int
UnmodifiableCharDoubleMap. count(DoublePredicate predicate)
int
UnmodifiableDoubleDoubleMap. count(DoublePredicate predicate)
int
UnmodifiableFloatDoubleMap. count(DoublePredicate predicate)
int
UnmodifiableIntDoubleMap. count(DoublePredicate predicate)
int
UnmodifiableLongDoubleMap. count(DoublePredicate predicate)
int
UnmodifiableObjectDoubleMap. count(DoublePredicate predicate)
int
UnmodifiableShortDoubleMap. count(DoublePredicate predicate)
double
AbstractMutableDoubleKeySet. detectIfNone(DoublePredicate predicate, double ifNone)
double
AbstractMutableDoubleValuesMap.AbstractDoubleValuesCollection. detectIfNone(DoublePredicate predicate, double ifNone)
double
AbstractMutableDoubleValuesMap. detectIfNone(DoublePredicate predicate, double value)
double
DoubleBooleanHashMap.KeysView. detectIfNone(DoublePredicate predicate, double value)
double
ImmutableDoubleDoubleMapKeySet. detectIfNone(DoublePredicate predicate, double ifNone)
double
ImmutableDoubleMapKeySet. detectIfNone(DoublePredicate predicate, double ifNone)
double
ObjectDoubleHashMap. detectIfNone(DoublePredicate predicate, double ifNone)
double
ObjectDoubleHashMap.ValuesCollection. detectIfNone(DoublePredicate predicate, double ifNone)
double
ObjectDoubleHashMapWithHashingStrategy. detectIfNone(DoublePredicate predicate, double ifNone)
double
ObjectDoubleHashMapWithHashingStrategy.ValuesCollection. detectIfNone(DoublePredicate predicate, double ifNone)
double
SynchronizedByteDoubleMap. detectIfNone(DoublePredicate predicate, double ifNone)
double
SynchronizedCharDoubleMap. detectIfNone(DoublePredicate predicate, double ifNone)
double
SynchronizedDoubleDoubleMap. detectIfNone(DoublePredicate predicate, double ifNone)
double
SynchronizedFloatDoubleMap. detectIfNone(DoublePredicate predicate, double ifNone)
double
SynchronizedIntDoubleMap. detectIfNone(DoublePredicate predicate, double ifNone)
double
SynchronizedLongDoubleMap. detectIfNone(DoublePredicate predicate, double ifNone)
double
SynchronizedObjectDoubleMap. detectIfNone(DoublePredicate predicate, double ifNone)
double
SynchronizedShortDoubleMap. detectIfNone(DoublePredicate predicate, double ifNone)
double
UnmodifiableByteDoubleMap. detectIfNone(DoublePredicate predicate, double ifNone)
double
UnmodifiableCharDoubleMap. detectIfNone(DoublePredicate predicate, double ifNone)
double
UnmodifiableDoubleDoubleMap. detectIfNone(DoublePredicate predicate, double ifNone)
double
UnmodifiableFloatDoubleMap. detectIfNone(DoublePredicate predicate, double ifNone)
double
UnmodifiableIntDoubleMap. detectIfNone(DoublePredicate predicate, double ifNone)
double
UnmodifiableLongDoubleMap. detectIfNone(DoublePredicate predicate, double ifNone)
double
UnmodifiableObjectDoubleMap. detectIfNone(DoublePredicate predicate, double ifNone)
double
UnmodifiableShortDoubleMap. detectIfNone(DoublePredicate predicate, double ifNone)
boolean
AbstractMutableDoubleValuesMap.AbstractDoubleValuesCollection. noneSatisfy(DoublePredicate predicate)
boolean
ImmutableDoubleDoubleMapKeySet. noneSatisfy(DoublePredicate predicate)
boolean
ImmutableDoubleMapKeySet. noneSatisfy(DoublePredicate predicate)
boolean
ObjectDoubleHashMap. noneSatisfy(DoublePredicate predicate)
boolean
ObjectDoubleHashMap.ValuesCollection. noneSatisfy(DoublePredicate predicate)
boolean
ObjectDoubleHashMapWithHashingStrategy. noneSatisfy(DoublePredicate predicate)
boolean
ObjectDoubleHashMapWithHashingStrategy.ValuesCollection. noneSatisfy(DoublePredicate predicate)
boolean
SynchronizedByteDoubleMap. noneSatisfy(DoublePredicate predicate)
boolean
SynchronizedCharDoubleMap. noneSatisfy(DoublePredicate predicate)
boolean
SynchronizedDoubleDoubleMap. noneSatisfy(DoublePredicate predicate)
boolean
SynchronizedFloatDoubleMap. noneSatisfy(DoublePredicate predicate)
boolean
SynchronizedIntDoubleMap. noneSatisfy(DoublePredicate predicate)
boolean
SynchronizedLongDoubleMap. noneSatisfy(DoublePredicate predicate)
boolean
SynchronizedObjectDoubleMap. noneSatisfy(DoublePredicate predicate)
boolean
SynchronizedShortDoubleMap. noneSatisfy(DoublePredicate predicate)
boolean
UnmodifiableByteDoubleMap. noneSatisfy(DoublePredicate predicate)
boolean
UnmodifiableCharDoubleMap. noneSatisfy(DoublePredicate predicate)
boolean
UnmodifiableDoubleDoubleMap. noneSatisfy(DoublePredicate predicate)
boolean
UnmodifiableFloatDoubleMap. noneSatisfy(DoublePredicate predicate)
boolean
UnmodifiableIntDoubleMap. noneSatisfy(DoublePredicate predicate)
boolean
UnmodifiableLongDoubleMap. noneSatisfy(DoublePredicate predicate)
boolean
UnmodifiableObjectDoubleMap. noneSatisfy(DoublePredicate predicate)
boolean
UnmodifiableShortDoubleMap. noneSatisfy(DoublePredicate predicate)
MutableDoubleSet
AbstractMutableDoubleKeySet. reject(DoublePredicate predicate)
MutableDoubleCollection
AbstractMutableDoubleValuesMap.AbstractDoubleValuesCollection. reject(DoublePredicate predicate)
MutableDoubleBag
AbstractMutableDoubleValuesMap. reject(DoublePredicate predicate)
ImmutableDoubleSet
ImmutableDoubleDoubleMapKeySet. reject(DoublePredicate predicate)
ImmutableDoubleSet
ImmutableDoubleMapKeySet. reject(DoublePredicate predicate)
MutableDoubleCollection
ObjectDoubleHashMap. reject(DoublePredicate predicate)
MutableDoubleCollection
ObjectDoubleHashMap.ValuesCollection. reject(DoublePredicate predicate)
MutableDoubleCollection
ObjectDoubleHashMapWithHashingStrategy. reject(DoublePredicate predicate)
MutableDoubleCollection
ObjectDoubleHashMapWithHashingStrategy.ValuesCollection. reject(DoublePredicate predicate)
MutableDoubleBag
SynchronizedByteDoubleMap. reject(DoublePredicate predicate)
MutableDoubleBag
SynchronizedCharDoubleMap. reject(DoublePredicate predicate)
MutableDoubleBag
SynchronizedDoubleDoubleMap. reject(DoublePredicate predicate)
MutableDoubleBag
SynchronizedFloatDoubleMap. reject(DoublePredicate predicate)
MutableDoubleBag
SynchronizedIntDoubleMap. reject(DoublePredicate predicate)
MutableDoubleBag
SynchronizedLongDoubleMap. reject(DoublePredicate predicate)
MutableDoubleCollection
SynchronizedObjectDoubleMap. reject(DoublePredicate predicate)
MutableDoubleBag
SynchronizedShortDoubleMap. reject(DoublePredicate predicate)
MutableDoubleBag
UnmodifiableByteDoubleMap. reject(DoublePredicate predicate)
MutableDoubleBag
UnmodifiableCharDoubleMap. reject(DoublePredicate predicate)
MutableDoubleBag
UnmodifiableDoubleDoubleMap. reject(DoublePredicate predicate)
MutableDoubleBag
UnmodifiableFloatDoubleMap. reject(DoublePredicate predicate)
MutableDoubleBag
UnmodifiableIntDoubleMap. reject(DoublePredicate predicate)
MutableDoubleBag
UnmodifiableLongDoubleMap. reject(DoublePredicate predicate)
MutableDoubleCollection
UnmodifiableObjectDoubleMap. reject(DoublePredicate predicate)
MutableDoubleBag
UnmodifiableShortDoubleMap. reject(DoublePredicate predicate)
MutableDoubleSet
AbstractMutableDoubleKeySet. select(DoublePredicate predicate)
MutableDoubleCollection
AbstractMutableDoubleValuesMap.AbstractDoubleValuesCollection. select(DoublePredicate predicate)
MutableDoubleBag
AbstractMutableDoubleValuesMap. select(DoublePredicate predicate)
ImmutableDoubleSet
ImmutableDoubleDoubleMapKeySet. select(DoublePredicate predicate)
ImmutableDoubleSet
ImmutableDoubleMapKeySet. select(DoublePredicate predicate)
MutableDoubleCollection
ObjectDoubleHashMap. select(DoublePredicate predicate)
MutableDoubleCollection
ObjectDoubleHashMap.ValuesCollection. select(DoublePredicate predicate)
MutableDoubleCollection
ObjectDoubleHashMapWithHashingStrategy. select(DoublePredicate predicate)
MutableDoubleCollection
ObjectDoubleHashMapWithHashingStrategy.ValuesCollection. select(DoublePredicate predicate)
MutableDoubleBag
SynchronizedByteDoubleMap. select(DoublePredicate predicate)
MutableDoubleBag
SynchronizedCharDoubleMap. select(DoublePredicate predicate)
MutableDoubleBag
SynchronizedDoubleDoubleMap. select(DoublePredicate predicate)
MutableDoubleBag
SynchronizedFloatDoubleMap. select(DoublePredicate predicate)
MutableDoubleBag
SynchronizedIntDoubleMap. select(DoublePredicate predicate)
MutableDoubleBag
SynchronizedLongDoubleMap. select(DoublePredicate predicate)
MutableDoubleCollection
SynchronizedObjectDoubleMap. select(DoublePredicate predicate)
MutableDoubleBag
SynchronizedShortDoubleMap. select(DoublePredicate predicate)
MutableDoubleBag
UnmodifiableByteDoubleMap. select(DoublePredicate predicate)
MutableDoubleBag
UnmodifiableCharDoubleMap. select(DoublePredicate predicate)
MutableDoubleBag
UnmodifiableDoubleDoubleMap. select(DoublePredicate predicate)
MutableDoubleBag
UnmodifiableFloatDoubleMap. select(DoublePredicate predicate)
MutableDoubleBag
UnmodifiableIntDoubleMap. select(DoublePredicate predicate)
MutableDoubleBag
UnmodifiableLongDoubleMap. select(DoublePredicate predicate)
MutableDoubleCollection
UnmodifiableObjectDoubleMap. select(DoublePredicate predicate)
MutableDoubleBag
UnmodifiableShortDoubleMap. select(DoublePredicate predicate)
-
Uses of DoublePredicate in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive with parameters of type DoublePredicate Modifier and Type Method Description boolean
SynchronizedDoubleIterable. allSatisfy(DoublePredicate predicate)
boolean
SynchronizedDoubleIterable. anySatisfy(DoublePredicate predicate)
int
SynchronizedDoubleIterable. count(DoublePredicate predicate)
double
SynchronizedDoubleIterable. detectIfNone(DoublePredicate predicate, double ifNone)
boolean
SynchronizedDoubleIterable. noneSatisfy(DoublePredicate predicate)
DoubleIterable
SynchronizedDoubleIterable. reject(DoublePredicate predicate)
DoubleIterable
SynchronizedDoubleIterable. select(DoublePredicate predicate)
-
Uses of DoublePredicate in org.eclipse.collections.impl.set.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.primitive with parameters of type DoublePredicate Modifier and Type Method Description boolean
ImmutableDoubleEmptySet. allSatisfy(DoublePredicate predicate)
boolean
ImmutableDoubleSingletonSet. allSatisfy(DoublePredicate predicate)
boolean
ImmutableDoubleEmptySet. anySatisfy(DoublePredicate predicate)
boolean
ImmutableDoubleSingletonSet. anySatisfy(DoublePredicate predicate)
int
ImmutableDoubleEmptySet. count(DoublePredicate predicate)
int
ImmutableDoubleSingletonSet. count(DoublePredicate predicate)
double
ImmutableDoubleEmptySet. detectIfNone(DoublePredicate predicate, double ifNone)
double
ImmutableDoubleSingletonSet. detectIfNone(DoublePredicate predicate, double ifNone)
boolean
ImmutableDoubleEmptySet. noneSatisfy(DoublePredicate predicate)
boolean
ImmutableDoubleSingletonSet. noneSatisfy(DoublePredicate predicate)
ImmutableDoubleSet
ImmutableDoubleEmptySet. reject(DoublePredicate predicate)
ImmutableDoubleSet
ImmutableDoubleSingletonSet. reject(DoublePredicate predicate)
ImmutableDoubleSet
ImmutableDoubleEmptySet. select(DoublePredicate predicate)
ImmutableDoubleSet
ImmutableDoubleSingletonSet. select(DoublePredicate predicate)
-
Uses of DoublePredicate in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive with parameters of type DoublePredicate Modifier and Type Method Description boolean
DoubleHashSet. allSatisfy(DoublePredicate predicate)
boolean
DoubleHashSet.ImmutableDoubleHashSet. allSatisfy(DoublePredicate predicate)
boolean
DoubleHashSet. anySatisfy(DoublePredicate predicate)
boolean
DoubleHashSet.ImmutableDoubleHashSet. anySatisfy(DoublePredicate predicate)
int
DoubleHashSet. count(DoublePredicate predicate)
int
DoubleHashSet.ImmutableDoubleHashSet. count(DoublePredicate predicate)
double
DoubleHashSet. detectIfNone(DoublePredicate predicate, double ifNone)
double
DoubleHashSet.ImmutableDoubleHashSet. detectIfNone(DoublePredicate predicate, double ifNone)
boolean
DoubleHashSet.ImmutableDoubleHashSet. noneSatisfy(DoublePredicate predicate)
ImmutableDoubleSet
DoubleHashSet.ImmutableDoubleHashSet. reject(DoublePredicate predicate)
DoubleHashSet
DoubleHashSet. reject(DoublePredicate predicate)
<R extends MutableDoubleCollection>
RDoubleHashSet. reject(DoublePredicate predicate, R target)
MutableDoubleSet
SynchronizedDoubleSet. reject(DoublePredicate predicate)
MutableDoubleSet
UnmodifiableDoubleSet. reject(DoublePredicate predicate)
ImmutableDoubleSet
DoubleHashSet.ImmutableDoubleHashSet. select(DoublePredicate predicate)
DoubleHashSet
DoubleHashSet. select(DoublePredicate predicate)
<R extends MutableDoubleCollection>
RDoubleHashSet. select(DoublePredicate predicate, R target)
MutableDoubleSet
SynchronizedDoubleSet. select(DoublePredicate predicate)
MutableDoubleSet
UnmodifiableDoubleSet. select(DoublePredicate predicate)
-
Uses of DoublePredicate in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive with parameters of type DoublePredicate Modifier and Type Method Description boolean
ImmutableDoubleEmptyStack. allSatisfy(DoublePredicate predicate)
boolean
ImmutableDoubleSingletonStack. allSatisfy(DoublePredicate predicate)
boolean
ImmutableDoubleEmptyStack. anySatisfy(DoublePredicate predicate)
boolean
ImmutableDoubleSingletonStack. anySatisfy(DoublePredicate predicate)
int
ImmutableDoubleEmptyStack. count(DoublePredicate predicate)
int
ImmutableDoubleSingletonStack. count(DoublePredicate predicate)
double
ImmutableDoubleEmptyStack. detectIfNone(DoublePredicate predicate, double ifNone)
double
ImmutableDoubleSingletonStack. detectIfNone(DoublePredicate predicate, double ifNone)
boolean
ImmutableDoubleEmptyStack. noneSatisfy(DoublePredicate predicate)
boolean
ImmutableDoubleSingletonStack. noneSatisfy(DoublePredicate predicate)
ImmutableDoubleStack
ImmutableDoubleArrayStack. reject(DoublePredicate predicate)
ImmutableDoubleStack
ImmutableDoubleEmptyStack. reject(DoublePredicate predicate)
ImmutableDoubleStack
ImmutableDoubleSingletonStack. reject(DoublePredicate predicate)
ImmutableDoubleStack
ImmutableDoubleArrayStack. select(DoublePredicate predicate)
ImmutableDoubleStack
ImmutableDoubleEmptyStack. select(DoublePredicate predicate)
ImmutableDoubleStack
ImmutableDoubleSingletonStack. select(DoublePredicate predicate)
-
Uses of DoublePredicate in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive with parameters of type DoublePredicate Modifier and Type Method Description boolean
SynchronizedDoubleStack. allSatisfy(DoublePredicate predicate)
boolean
UnmodifiableDoubleStack. allSatisfy(DoublePredicate predicate)
boolean
SynchronizedDoubleStack. anySatisfy(DoublePredicate predicate)
boolean
UnmodifiableDoubleStack. anySatisfy(DoublePredicate predicate)
int
SynchronizedDoubleStack. count(DoublePredicate predicate)
int
UnmodifiableDoubleStack. count(DoublePredicate predicate)
double
SynchronizedDoubleStack. detectIfNone(DoublePredicate predicate, double ifNone)
double
UnmodifiableDoubleStack. detectIfNone(DoublePredicate predicate, double ifNone)
boolean
SynchronizedDoubleStack. noneSatisfy(DoublePredicate predicate)
boolean
UnmodifiableDoubleStack. noneSatisfy(DoublePredicate predicate)
MutableDoubleStack
DoubleArrayStack. reject(DoublePredicate predicate)
MutableDoubleStack
SynchronizedDoubleStack. reject(DoublePredicate predicate)
MutableDoubleStack
UnmodifiableDoubleStack. reject(DoublePredicate predicate)
MutableDoubleStack
DoubleArrayStack. select(DoublePredicate predicate)
MutableDoubleStack
SynchronizedDoubleStack. select(DoublePredicate predicate)
MutableDoubleStack
UnmodifiableDoubleStack. select(DoublePredicate predicate)
-
Uses of DoublePredicate in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive with parameters of type DoublePredicate Modifier and Type Method Description boolean
AbstractDoubleStack. allSatisfy(DoublePredicate predicate)
boolean
AbstractDoubleStack. anySatisfy(DoublePredicate predicate)
int
AbstractDoubleStack. count(DoublePredicate predicate)
double
AbstractDoubleStack. detectIfNone(DoublePredicate predicate, double ifNone)
boolean
AbstractDoubleStack. noneSatisfy(DoublePredicate predicate)
-
Uses of DoublePredicate in org.eclipse.collections.impl.utility.internal.primitive
Methods in org.eclipse.collections.impl.utility.internal.primitive with parameters of type DoublePredicate Modifier and Type Method Description static boolean
DoubleIterableIterate. allSatisfy(DoubleIterable iterable, DoublePredicate predicate)
static boolean
DoubleIteratorIterate. allSatisfy(DoubleIterator iterator, DoublePredicate predicate)
static boolean
DoubleIterableIterate. anySatisfy(DoubleIterable iterable, DoublePredicate predicate)
static boolean
DoubleIteratorIterate. anySatisfy(DoubleIterator iterator, DoublePredicate predicate)
static int
DoubleIterableIterate. count(DoubleIterable iterable, DoublePredicate predicate)
static int
DoubleIteratorIterate. count(DoubleIterator iterator, DoublePredicate predicate)
static double
DoubleIterableIterate. detectIfNone(DoubleIterable iterable, DoublePredicate predicate, double ifNone)
static double
DoubleIteratorIterate. detectIfNone(DoubleIterator iterator, DoublePredicate predicate, double ifNone)
static boolean
DoubleIterableIterate. noneSatisfy(DoubleIterable iterable, DoublePredicate predicate)
static boolean
DoubleIteratorIterate. noneSatisfy(DoubleIterator iterator, DoublePredicate predicate)
static <R extends MutableDoubleCollection>
RDoubleIterableIterate. reject(DoubleIterable iterable, DoublePredicate predicate, R targetCollection)
static <R extends MutableDoubleCollection>
RDoubleIteratorIterate. reject(DoubleIterator iterator, DoublePredicate predicate, R targetCollection)
static <R extends MutableDoubleCollection>
RDoubleIterableIterate. select(DoubleIterable iterable, DoublePredicate predicate, R targetCollection)
static <R extends MutableDoubleCollection>
RDoubleIteratorIterate. select(DoubleIterator iterator, DoublePredicate predicate, R targetCollection)
-
Uses of DoublePredicate in org.eclipse.collections.impl.utility.primitive
Methods in org.eclipse.collections.impl.utility.primitive with parameters of type DoublePredicate Modifier and Type Method Description static <V> LazyIterable<V>
LazyDoubleIterate. collectIf(DoubleIterable iterable, DoublePredicate predicate, DoubleToObjectFunction<? extends V> function)
Creates a deferred filtering and transforming double iterable for the specified double iterable.static LazyDoubleIterable
LazyDoubleIterate. select(DoubleIterable iterable, DoublePredicate predicate)
Creates a deferred filtering double iterable for the specified double iterable.
-