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.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.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.mutable.primitive |
This package contains implementations of the mutable primitive list 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.mutable.primitive |
This package contains implementations of the mutable primitive set interfaces.
|
org.eclipse.collections.impl.stack.mutable.primitive |
This package contains implementations of the mutable primitive stack interfaces.
|
org.eclipse.collections.impl.utility.internal.primitive | |
org.eclipse.collections.impl.utility.primitive |
Modifier and Type | Method and Description |
---|---|
boolean |
DoubleIterable.allSatisfy(DoublePredicate predicate) |
boolean |
DoubleIterable.anySatisfy(DoublePredicate predicate) |
int |
DoubleIterable.count(DoublePredicate predicate) |
double |
DoubleIterable.detectIfNone(DoublePredicate predicate,
double ifNone) |
boolean |
DoubleIterable.noneSatisfy(DoublePredicate predicate) |
DoubleIterable |
DoubleIterable.reject(DoublePredicate predicate) |
LazyDoubleIterable |
LazyDoubleIterable.reject(DoublePredicate predicate) |
DoubleIterable |
DoubleIterable.select(DoublePredicate predicate) |
LazyDoubleIterable |
LazyDoubleIterable.select(DoublePredicate predicate) |
Modifier and Type | Method and Description |
---|---|
MutableDoubleBag |
MutableDoubleBag.reject(DoublePredicate predicate) |
DoubleBag |
DoubleBag.reject(DoublePredicate predicate) |
ImmutableDoubleBag |
ImmutableDoubleBag.reject(DoublePredicate predicate) |
MutableDoubleBag |
MutableDoubleBag.select(DoublePredicate predicate) |
DoubleBag |
DoubleBag.select(DoublePredicate predicate) |
ImmutableDoubleBag |
ImmutableDoubleBag.select(DoublePredicate predicate) |
Modifier and Type | Method and Description |
---|---|
MutableDoubleCollection |
MutableDoubleCollection.reject(DoublePredicate predicate) |
ImmutableDoubleCollection |
ImmutableDoubleCollection.reject(DoublePredicate predicate) |
MutableDoubleCollection |
MutableDoubleCollection.select(DoublePredicate predicate) |
ImmutableDoubleCollection |
ImmutableDoubleCollection.select(DoublePredicate predicate) |
Modifier and Type | Method and Description |
---|---|
MutableDoubleList |
MutableDoubleList.reject(DoublePredicate predicate) |
DoubleList |
DoubleList.reject(DoublePredicate predicate) |
ImmutableDoubleList |
ImmutableDoubleList.reject(DoublePredicate predicate) |
MutableDoubleList |
MutableDoubleList.select(DoublePredicate predicate) |
DoubleList |
DoubleList.select(DoublePredicate predicate) |
ImmutableDoubleList |
ImmutableDoubleList.select(DoublePredicate predicate) |
Modifier and Type | Method and Description |
---|---|
ReversibleDoubleIterable |
ReversibleDoubleIterable.reject(DoublePredicate predicate) |
OrderedDoubleIterable |
OrderedDoubleIterable.reject(DoublePredicate predicate) |
ReversibleDoubleIterable |
ReversibleDoubleIterable.select(DoublePredicate predicate) |
OrderedDoubleIterable |
OrderedDoubleIterable.select(DoublePredicate predicate) |
Modifier and Type | Method and Description |
---|---|
MutableDoubleSet |
MutableDoubleSet.reject(DoublePredicate predicate) |
ImmutableDoubleSet |
ImmutableDoubleSet.reject(DoublePredicate predicate) |
DoubleSet |
DoubleSet.reject(DoublePredicate predicate) |
MutableDoubleSet |
MutableDoubleSet.select(DoublePredicate predicate) |
ImmutableDoubleSet |
ImmutableDoubleSet.select(DoublePredicate predicate) |
DoubleSet |
DoubleSet.select(DoublePredicate predicate) |
Modifier and Type | Method and Description |
---|---|
MutableDoubleStack |
MutableDoubleStack.reject(DoublePredicate predicate) |
ImmutableDoubleStack |
ImmutableDoubleStack.reject(DoublePredicate predicate) |
DoubleStack |
DoubleStack.reject(DoublePredicate predicate) |
MutableDoubleStack |
MutableDoubleStack.select(DoublePredicate predicate) |
ImmutableDoubleStack |
ImmutableDoubleStack.select(DoublePredicate predicate) |
DoubleStack |
DoubleStack.select(DoublePredicate predicate) |
Modifier and Type | Method and 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 |
UnmodifiableDoubleBag.reject(DoublePredicate predicate) |
MutableDoubleBag |
SynchronizedDoubleBag.reject(DoublePredicate predicate) |
DoubleHashBag |
DoubleHashBag.select(DoublePredicate predicate) |
MutableDoubleBag |
UnmodifiableDoubleBag.select(DoublePredicate predicate) |
MutableDoubleBag |
SynchronizedDoubleBag.select(DoublePredicate predicate) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
static DoublePredicate |
DoublePredicates.and(DoublePredicate one,
DoublePredicate two) |
static DoublePredicate |
DoublePredicates.not(DoublePredicate negate) |
static DoublePredicate |
DoublePredicates.or(DoublePredicate one,
DoublePredicate two) |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractUnmodifiableDoubleCollection.allSatisfy(DoublePredicate predicate) |
boolean |
AbstractSynchronizedDoubleCollection.allSatisfy(DoublePredicate predicate) |
boolean |
AbstractUnmodifiableDoubleCollection.anySatisfy(DoublePredicate predicate) |
boolean |
AbstractSynchronizedDoubleCollection.anySatisfy(DoublePredicate predicate) |
int |
AbstractUnmodifiableDoubleCollection.count(DoublePredicate predicate) |
int |
AbstractSynchronizedDoubleCollection.count(DoublePredicate predicate) |
double |
AbstractUnmodifiableDoubleCollection.detectIfNone(DoublePredicate predicate,
double ifNone) |
double |
AbstractSynchronizedDoubleCollection.detectIfNone(DoublePredicate predicate,
double ifNone) |
boolean |
AbstractUnmodifiableDoubleCollection.noneSatisfy(DoublePredicate predicate) |
boolean |
AbstractSynchronizedDoubleCollection.noneSatisfy(DoublePredicate predicate) |
MutableDoubleCollection |
AbstractUnmodifiableDoubleCollection.reject(DoublePredicate predicate) |
MutableDoubleCollection |
AbstractSynchronizedDoubleCollection.reject(DoublePredicate predicate) |
MutableDoubleCollection |
AbstractUnmodifiableDoubleCollection.select(DoublePredicate predicate) |
MutableDoubleCollection |
AbstractSynchronizedDoubleCollection.select(DoublePredicate predicate) |
Modifier and Type | Method and Description |
---|---|
boolean |
LazyDoubleIterableAdapter.allSatisfy(DoublePredicate predicate) |
boolean |
AbstractLazyDoubleIterable.allSatisfy(DoublePredicate predicate) |
boolean |
SelectDoubleIterable.allSatisfy(DoublePredicate predicate) |
boolean |
CollectDoubleIterable.allSatisfy(DoublePredicate predicate) |
boolean |
LazyDoubleIterableAdapter.anySatisfy(DoublePredicate predicate) |
boolean |
AbstractLazyDoubleIterable.anySatisfy(DoublePredicate predicate) |
boolean |
SelectDoubleIterable.anySatisfy(DoublePredicate predicate) |
boolean |
CollectDoubleIterable.anySatisfy(DoublePredicate predicate) |
int |
LazyDoubleIterableAdapter.count(DoublePredicate predicate) |
int |
AbstractLazyDoubleIterable.count(DoublePredicate predicate) |
int |
SelectDoubleIterable.count(DoublePredicate predicate) |
int |
CollectDoubleIterable.count(DoublePredicate predicate) |
double |
LazyDoubleIterableAdapter.detectIfNone(DoublePredicate predicate,
double ifNone) |
double |
AbstractLazyDoubleIterable.detectIfNone(DoublePredicate predicate,
double ifNone) |
boolean |
LazyDoubleIterableAdapter.noneSatisfy(DoublePredicate predicate) |
boolean |
AbstractLazyDoubleIterable.noneSatisfy(DoublePredicate predicate) |
boolean |
SelectDoubleIterable.noneSatisfy(DoublePredicate predicate) |
boolean |
CollectDoubleIterable.noneSatisfy(DoublePredicate predicate) |
LazyDoubleIterable |
AbstractLazyDoubleIterable.reject(DoublePredicate predicate) |
LazyDoubleIterable |
AbstractLazyDoubleIterable.select(DoublePredicate predicate) |
Constructor and Description |
---|
SelectDoubleIterable(DoubleIterable delegate,
DoublePredicate predicate) |
Modifier and Type | Method and Description |
---|---|
boolean |
DoubleArrayList.allSatisfy(DoublePredicate predicate) |
boolean |
DoubleArrayList.anySatisfy(DoublePredicate predicate) |
int |
DoubleArrayList.count(DoublePredicate predicate) |
double |
DoubleArrayList.detectIfNone(DoublePredicate predicate,
double ifNone) |
boolean |
DoubleArrayList.noneSatisfy(DoublePredicate predicate) |
MutableDoubleList |
UnmodifiableDoubleList.reject(DoublePredicate predicate) |
DoubleArrayList |
DoubleArrayList.reject(DoublePredicate predicate) |
MutableDoubleList |
SynchronizedDoubleList.reject(DoublePredicate predicate) |
MutableDoubleList |
UnmodifiableDoubleList.select(DoublePredicate predicate) |
DoubleArrayList |
DoubleArrayList.select(DoublePredicate predicate) |
MutableDoubleList |
SynchronizedDoubleList.select(DoublePredicate predicate) |
Modifier and Type | Method and Description |
---|---|
boolean |
UnmodifiableObjectDoubleMap.allSatisfy(DoublePredicate predicate) |
boolean |
ObjectDoubleHashMapWithHashingStrategy.allSatisfy(DoublePredicate predicate) |
boolean |
UnmodifiableIntDoubleMap.allSatisfy(DoublePredicate predicate) |
boolean |
UnmodifiableLongDoubleMap.allSatisfy(DoublePredicate predicate) |
boolean |
SynchronizedShortDoubleMap.allSatisfy(DoublePredicate predicate) |
boolean |
UnmodifiableShortDoubleMap.allSatisfy(DoublePredicate predicate) |
boolean |
UnmodifiableFloatDoubleMap.allSatisfy(DoublePredicate predicate) |
boolean |
AbstractMutableDoubleValuesMap.allSatisfy(DoublePredicate predicate) |
boolean |
AbstractMutableDoubleKeySet.allSatisfy(DoublePredicate predicate) |
boolean |
SynchronizedLongDoubleMap.allSatisfy(DoublePredicate predicate) |
boolean |
SynchronizedIntDoubleMap.allSatisfy(DoublePredicate predicate) |
boolean |
SynchronizedCharDoubleMap.allSatisfy(DoublePredicate predicate) |
boolean |
UnmodifiableByteDoubleMap.allSatisfy(DoublePredicate predicate) |
boolean |
SynchronizedDoubleDoubleMap.allSatisfy(DoublePredicate predicate) |
boolean |
SynchronizedObjectDoubleMap.allSatisfy(DoublePredicate predicate) |
boolean |
SynchronizedFloatDoubleMap.allSatisfy(DoublePredicate predicate) |
boolean |
UnmodifiableCharDoubleMap.allSatisfy(DoublePredicate predicate) |
boolean |
ObjectDoubleHashMap.allSatisfy(DoublePredicate predicate) |
boolean |
SynchronizedByteDoubleMap.allSatisfy(DoublePredicate predicate) |
boolean |
UnmodifiableDoubleDoubleMap.allSatisfy(DoublePredicate predicate) |
boolean |
UnmodifiableObjectDoubleMap.anySatisfy(DoublePredicate predicate) |
boolean |
ObjectDoubleHashMapWithHashingStrategy.anySatisfy(DoublePredicate predicate) |
boolean |
UnmodifiableIntDoubleMap.anySatisfy(DoublePredicate predicate) |
boolean |
UnmodifiableLongDoubleMap.anySatisfy(DoublePredicate predicate) |
boolean |
SynchronizedShortDoubleMap.anySatisfy(DoublePredicate predicate) |
boolean |
UnmodifiableShortDoubleMap.anySatisfy(DoublePredicate predicate) |
boolean |
UnmodifiableFloatDoubleMap.anySatisfy(DoublePredicate predicate) |
boolean |
AbstractMutableDoubleValuesMap.anySatisfy(DoublePredicate predicate) |
boolean |
AbstractMutableDoubleKeySet.anySatisfy(DoublePredicate predicate) |
boolean |
SynchronizedLongDoubleMap.anySatisfy(DoublePredicate predicate) |
boolean |
SynchronizedIntDoubleMap.anySatisfy(DoublePredicate predicate) |
boolean |
SynchronizedCharDoubleMap.anySatisfy(DoublePredicate predicate) |
boolean |
UnmodifiableByteDoubleMap.anySatisfy(DoublePredicate predicate) |
boolean |
SynchronizedDoubleDoubleMap.anySatisfy(DoublePredicate predicate) |
boolean |
SynchronizedObjectDoubleMap.anySatisfy(DoublePredicate predicate) |
boolean |
SynchronizedFloatDoubleMap.anySatisfy(DoublePredicate predicate) |
boolean |
UnmodifiableCharDoubleMap.anySatisfy(DoublePredicate predicate) |
boolean |
ObjectDoubleHashMap.anySatisfy(DoublePredicate predicate) |
boolean |
SynchronizedByteDoubleMap.anySatisfy(DoublePredicate predicate) |
boolean |
UnmodifiableDoubleDoubleMap.anySatisfy(DoublePredicate predicate) |
int |
UnmodifiableObjectDoubleMap.count(DoublePredicate predicate) |
int |
ObjectDoubleHashMapWithHashingStrategy.count(DoublePredicate predicate) |
int |
UnmodifiableIntDoubleMap.count(DoublePredicate predicate) |
int |
UnmodifiableLongDoubleMap.count(DoublePredicate predicate) |
int |
SynchronizedShortDoubleMap.count(DoublePredicate predicate) |
int |
UnmodifiableShortDoubleMap.count(DoublePredicate predicate) |
int |
UnmodifiableFloatDoubleMap.count(DoublePredicate predicate) |
int |
AbstractMutableDoubleValuesMap.count(DoublePredicate predicate) |
int |
AbstractMutableDoubleKeySet.count(DoublePredicate predicate) |
int |
SynchronizedLongDoubleMap.count(DoublePredicate predicate) |
int |
SynchronizedIntDoubleMap.count(DoublePredicate predicate) |
int |
SynchronizedCharDoubleMap.count(DoublePredicate predicate) |
int |
UnmodifiableByteDoubleMap.count(DoublePredicate predicate) |
int |
SynchronizedDoubleDoubleMap.count(DoublePredicate predicate) |
int |
SynchronizedObjectDoubleMap.count(DoublePredicate predicate) |
int |
SynchronizedFloatDoubleMap.count(DoublePredicate predicate) |
int |
UnmodifiableCharDoubleMap.count(DoublePredicate predicate) |
int |
ObjectDoubleHashMap.count(DoublePredicate predicate) |
int |
SynchronizedByteDoubleMap.count(DoublePredicate predicate) |
int |
UnmodifiableDoubleDoubleMap.count(DoublePredicate predicate) |
double |
UnmodifiableObjectDoubleMap.detectIfNone(DoublePredicate predicate,
double ifNone) |
double |
ObjectDoubleHashMapWithHashingStrategy.detectIfNone(DoublePredicate predicate,
double ifNone) |
double |
UnmodifiableIntDoubleMap.detectIfNone(DoublePredicate predicate,
double ifNone) |
double |
UnmodifiableLongDoubleMap.detectIfNone(DoublePredicate predicate,
double ifNone) |
double |
SynchronizedShortDoubleMap.detectIfNone(DoublePredicate predicate,
double ifNone) |
double |
UnmodifiableShortDoubleMap.detectIfNone(DoublePredicate predicate,
double ifNone) |
double |
UnmodifiableFloatDoubleMap.detectIfNone(DoublePredicate predicate,
double ifNone) |
double |
AbstractMutableDoubleValuesMap.detectIfNone(DoublePredicate predicate,
double value) |
double |
AbstractMutableDoubleKeySet.detectIfNone(DoublePredicate predicate,
double ifNone) |
double |
SynchronizedLongDoubleMap.detectIfNone(DoublePredicate predicate,
double ifNone) |
double |
SynchronizedIntDoubleMap.detectIfNone(DoublePredicate predicate,
double ifNone) |
double |
SynchronizedCharDoubleMap.detectIfNone(DoublePredicate predicate,
double ifNone) |
double |
UnmodifiableByteDoubleMap.detectIfNone(DoublePredicate predicate,
double ifNone) |
double |
SynchronizedDoubleDoubleMap.detectIfNone(DoublePredicate predicate,
double ifNone) |
double |
SynchronizedObjectDoubleMap.detectIfNone(DoublePredicate predicate,
double ifNone) |
double |
SynchronizedFloatDoubleMap.detectIfNone(DoublePredicate predicate,
double ifNone) |
double |
UnmodifiableCharDoubleMap.detectIfNone(DoublePredicate predicate,
double ifNone) |
double |
ObjectDoubleHashMap.detectIfNone(DoublePredicate predicate,
double ifNone) |
double |
SynchronizedByteDoubleMap.detectIfNone(DoublePredicate predicate,
double ifNone) |
double |
UnmodifiableDoubleDoubleMap.detectIfNone(DoublePredicate predicate,
double ifNone) |
boolean |
UnmodifiableObjectDoubleMap.noneSatisfy(DoublePredicate predicate) |
boolean |
ObjectDoubleHashMapWithHashingStrategy.noneSatisfy(DoublePredicate predicate) |
boolean |
UnmodifiableIntDoubleMap.noneSatisfy(DoublePredicate predicate) |
boolean |
UnmodifiableLongDoubleMap.noneSatisfy(DoublePredicate predicate) |
boolean |
SynchronizedShortDoubleMap.noneSatisfy(DoublePredicate predicate) |
boolean |
UnmodifiableShortDoubleMap.noneSatisfy(DoublePredicate predicate) |
boolean |
UnmodifiableFloatDoubleMap.noneSatisfy(DoublePredicate predicate) |
boolean |
AbstractMutableDoubleValuesMap.noneSatisfy(DoublePredicate predicate) |
boolean |
AbstractMutableDoubleKeySet.noneSatisfy(DoublePredicate predicate) |
boolean |
SynchronizedLongDoubleMap.noneSatisfy(DoublePredicate predicate) |
boolean |
SynchronizedIntDoubleMap.noneSatisfy(DoublePredicate predicate) |
boolean |
SynchronizedCharDoubleMap.noneSatisfy(DoublePredicate predicate) |
boolean |
UnmodifiableByteDoubleMap.noneSatisfy(DoublePredicate predicate) |
boolean |
SynchronizedDoubleDoubleMap.noneSatisfy(DoublePredicate predicate) |
boolean |
SynchronizedObjectDoubleMap.noneSatisfy(DoublePredicate predicate) |
boolean |
SynchronizedFloatDoubleMap.noneSatisfy(DoublePredicate predicate) |
boolean |
UnmodifiableCharDoubleMap.noneSatisfy(DoublePredicate predicate) |
boolean |
ObjectDoubleHashMap.noneSatisfy(DoublePredicate predicate) |
boolean |
SynchronizedByteDoubleMap.noneSatisfy(DoublePredicate predicate) |
boolean |
UnmodifiableDoubleDoubleMap.noneSatisfy(DoublePredicate predicate) |
MutableDoubleCollection |
UnmodifiableObjectDoubleMap.reject(DoublePredicate predicate) |
MutableDoubleCollection |
ObjectDoubleHashMapWithHashingStrategy.reject(DoublePredicate predicate) |
MutableDoubleCollection |
UnmodifiableIntDoubleMap.reject(DoublePredicate predicate) |
MutableDoubleCollection |
UnmodifiableLongDoubleMap.reject(DoublePredicate predicate) |
MutableDoubleCollection |
SynchronizedShortDoubleMap.reject(DoublePredicate predicate) |
MutableDoubleCollection |
UnmodifiableShortDoubleMap.reject(DoublePredicate predicate) |
MutableDoubleCollection |
UnmodifiableFloatDoubleMap.reject(DoublePredicate predicate) |
MutableDoubleCollection |
AbstractMutableDoubleValuesMap.reject(DoublePredicate predicate) |
MutableDoubleSet |
AbstractMutableDoubleKeySet.reject(DoublePredicate predicate) |
MutableDoubleCollection |
SynchronizedLongDoubleMap.reject(DoublePredicate predicate) |
MutableDoubleCollection |
SynchronizedIntDoubleMap.reject(DoublePredicate predicate) |
MutableDoubleCollection |
SynchronizedCharDoubleMap.reject(DoublePredicate predicate) |
MutableDoubleCollection |
UnmodifiableByteDoubleMap.reject(DoublePredicate predicate) |
MutableDoubleCollection |
SynchronizedDoubleDoubleMap.reject(DoublePredicate predicate) |
MutableDoubleCollection |
SynchronizedObjectDoubleMap.reject(DoublePredicate predicate) |
MutableDoubleCollection |
SynchronizedFloatDoubleMap.reject(DoublePredicate predicate) |
MutableDoubleCollection |
UnmodifiableCharDoubleMap.reject(DoublePredicate predicate) |
MutableDoubleCollection |
ObjectDoubleHashMap.reject(DoublePredicate predicate) |
MutableDoubleCollection |
SynchronizedByteDoubleMap.reject(DoublePredicate predicate) |
MutableDoubleCollection |
UnmodifiableDoubleDoubleMap.reject(DoublePredicate predicate) |
MutableDoubleCollection |
UnmodifiableObjectDoubleMap.select(DoublePredicate predicate) |
MutableDoubleCollection |
ObjectDoubleHashMapWithHashingStrategy.select(DoublePredicate predicate) |
MutableDoubleCollection |
UnmodifiableIntDoubleMap.select(DoublePredicate predicate) |
MutableDoubleCollection |
UnmodifiableLongDoubleMap.select(DoublePredicate predicate) |
MutableDoubleCollection |
SynchronizedShortDoubleMap.select(DoublePredicate predicate) |
MutableDoubleCollection |
UnmodifiableShortDoubleMap.select(DoublePredicate predicate) |
MutableDoubleCollection |
UnmodifiableFloatDoubleMap.select(DoublePredicate predicate) |
MutableDoubleCollection |
AbstractMutableDoubleValuesMap.select(DoublePredicate predicate) |
MutableDoubleSet |
AbstractMutableDoubleKeySet.select(DoublePredicate predicate) |
MutableDoubleCollection |
SynchronizedLongDoubleMap.select(DoublePredicate predicate) |
MutableDoubleCollection |
SynchronizedIntDoubleMap.select(DoublePredicate predicate) |
MutableDoubleCollection |
SynchronizedCharDoubleMap.select(DoublePredicate predicate) |
MutableDoubleCollection |
UnmodifiableByteDoubleMap.select(DoublePredicate predicate) |
MutableDoubleCollection |
SynchronizedDoubleDoubleMap.select(DoublePredicate predicate) |
MutableDoubleCollection |
SynchronizedObjectDoubleMap.select(DoublePredicate predicate) |
MutableDoubleCollection |
SynchronizedFloatDoubleMap.select(DoublePredicate predicate) |
MutableDoubleCollection |
UnmodifiableCharDoubleMap.select(DoublePredicate predicate) |
MutableDoubleCollection |
ObjectDoubleHashMap.select(DoublePredicate predicate) |
MutableDoubleCollection |
SynchronizedByteDoubleMap.select(DoublePredicate predicate) |
MutableDoubleCollection |
UnmodifiableDoubleDoubleMap.select(DoublePredicate predicate) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
boolean |
DoubleHashSet.allSatisfy(DoublePredicate predicate) |
boolean |
DoubleHashSet.anySatisfy(DoublePredicate predicate) |
int |
DoubleHashSet.count(DoublePredicate predicate) |
double |
DoubleHashSet.detectIfNone(DoublePredicate predicate,
double ifNone) |
boolean |
DoubleHashSet.noneSatisfy(DoublePredicate predicate) |
MutableDoubleSet |
DoubleHashSet.reject(DoublePredicate predicate) |
MutableDoubleSet |
UnmodifiableDoubleSet.reject(DoublePredicate predicate) |
MutableDoubleSet |
SynchronizedDoubleSet.reject(DoublePredicate predicate) |
DoubleHashSet |
DoubleHashSet.select(DoublePredicate predicate) |
MutableDoubleSet |
UnmodifiableDoubleSet.select(DoublePredicate predicate) |
MutableDoubleSet |
SynchronizedDoubleSet.select(DoublePredicate predicate) |
Modifier and Type | Method and Description |
---|---|
boolean |
SynchronizedDoubleStack.allSatisfy(DoublePredicate predicate) |
boolean |
UnmodifiableDoubleStack.allSatisfy(DoublePredicate predicate) |
boolean |
DoubleArrayStack.allSatisfy(DoublePredicate predicate) |
boolean |
SynchronizedDoubleStack.anySatisfy(DoublePredicate predicate) |
boolean |
UnmodifiableDoubleStack.anySatisfy(DoublePredicate predicate) |
boolean |
DoubleArrayStack.anySatisfy(DoublePredicate predicate) |
int |
SynchronizedDoubleStack.count(DoublePredicate predicate) |
int |
UnmodifiableDoubleStack.count(DoublePredicate predicate) |
int |
DoubleArrayStack.count(DoublePredicate predicate) |
double |
SynchronizedDoubleStack.detectIfNone(DoublePredicate predicate,
double ifNone) |
double |
UnmodifiableDoubleStack.detectIfNone(DoublePredicate predicate,
double ifNone) |
double |
DoubleArrayStack.detectIfNone(DoublePredicate predicate,
double ifNone) |
boolean |
SynchronizedDoubleStack.noneSatisfy(DoublePredicate predicate) |
boolean |
UnmodifiableDoubleStack.noneSatisfy(DoublePredicate predicate) |
boolean |
DoubleArrayStack.noneSatisfy(DoublePredicate predicate) |
MutableDoubleStack |
SynchronizedDoubleStack.reject(DoublePredicate predicate) |
MutableDoubleStack |
UnmodifiableDoubleStack.reject(DoublePredicate predicate) |
MutableDoubleStack |
DoubleArrayStack.reject(DoublePredicate predicate) |
MutableDoubleStack |
SynchronizedDoubleStack.select(DoublePredicate predicate) |
MutableDoubleStack |
UnmodifiableDoubleStack.select(DoublePredicate predicate) |
MutableDoubleStack |
DoubleArrayStack.select(DoublePredicate predicate) |
Modifier and Type | Method and 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> |
DoubleIterableIterate.reject(DoubleIterable iterable,
DoublePredicate predicate,
R targetCollection) |
static <R extends MutableDoubleCollection> |
DoubleIteratorIterate.reject(DoubleIterator iterator,
DoublePredicate predicate,
R targetCollection) |
static <R extends MutableDoubleCollection> |
DoubleIterableIterate.select(DoubleIterable iterable,
DoublePredicate predicate,
R targetCollection) |
static <R extends MutableDoubleCollection> |
DoubleIteratorIterate.select(DoubleIterator iterator,
DoublePredicate predicate,
R targetCollection) |
Modifier and Type | Method and 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.
|
Copyright © 2004–2016. All rights reserved.