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 |
LongIterable.allSatisfy(LongPredicate predicate) |
boolean |
LongIterable.anySatisfy(LongPredicate predicate) |
int |
LongIterable.count(LongPredicate predicate) |
long |
LongIterable.detectIfNone(LongPredicate predicate,
long ifNone) |
boolean |
LongIterable.noneSatisfy(LongPredicate predicate) |
LazyLongIterable |
LazyLongIterable.reject(LongPredicate predicate) |
LongIterable |
LongIterable.reject(LongPredicate predicate) |
LazyLongIterable |
LazyLongIterable.select(LongPredicate predicate) |
LongIterable |
LongIterable.select(LongPredicate predicate) |
Modifier and Type | Method and Description |
---|---|
MutableLongBag |
MutableLongBag.reject(LongPredicate predicate) |
ImmutableLongBag |
ImmutableLongBag.reject(LongPredicate predicate) |
LongBag |
LongBag.reject(LongPredicate predicate) |
MutableLongBag |
MutableLongBag.select(LongPredicate predicate) |
ImmutableLongBag |
ImmutableLongBag.select(LongPredicate predicate) |
LongBag |
LongBag.select(LongPredicate predicate) |
Modifier and Type | Method and Description |
---|---|
ImmutableLongCollection |
ImmutableLongCollection.reject(LongPredicate predicate) |
MutableLongCollection |
MutableLongCollection.reject(LongPredicate predicate) |
ImmutableLongCollection |
ImmutableLongCollection.select(LongPredicate predicate) |
MutableLongCollection |
MutableLongCollection.select(LongPredicate predicate) |
Modifier and Type | Method and Description |
---|---|
MutableLongList |
MutableLongList.reject(LongPredicate predicate) |
LongList |
LongList.reject(LongPredicate predicate) |
ImmutableLongList |
ImmutableLongList.reject(LongPredicate predicate) |
MutableLongList |
MutableLongList.select(LongPredicate predicate) |
LongList |
LongList.select(LongPredicate predicate) |
ImmutableLongList |
ImmutableLongList.select(LongPredicate predicate) |
Modifier and Type | Method and Description |
---|---|
ImmutableLongBag |
ImmutableFloatLongMap.reject(LongPredicate predicate) |
ImmutableLongCollection |
ImmutableObjectLongMap.reject(LongPredicate predicate) |
ImmutableLongBag |
ImmutableByteLongMap.reject(LongPredicate predicate) |
MutableLongBag |
MutableLongValuesMap.reject(LongPredicate predicate) |
ImmutableLongBag |
ImmutableCharLongMap.reject(LongPredicate predicate) |
ImmutableLongBag |
ImmutableShortLongMap.reject(LongPredicate predicate) |
ImmutableLongBag |
ImmutableIntLongMap.reject(LongPredicate predicate) |
MutableLongCollection |
MutableObjectLongMap.reject(LongPredicate predicate) |
ImmutableLongBag |
ImmutableDoubleLongMap.reject(LongPredicate predicate) |
ImmutableLongBag |
ImmutableLongLongMap.reject(LongPredicate predicate) |
LongBag |
LongValuesMap.reject(LongPredicate predicate) |
ImmutableLongBag |
ImmutableFloatLongMap.select(LongPredicate predicate) |
ImmutableLongCollection |
ImmutableObjectLongMap.select(LongPredicate predicate) |
ImmutableLongBag |
ImmutableByteLongMap.select(LongPredicate predicate) |
MutableLongBag |
MutableLongValuesMap.select(LongPredicate predicate) |
ImmutableLongBag |
ImmutableCharLongMap.select(LongPredicate predicate) |
ImmutableLongBag |
ImmutableShortLongMap.select(LongPredicate predicate) |
ImmutableLongBag |
ImmutableIntLongMap.select(LongPredicate predicate) |
MutableLongCollection |
MutableObjectLongMap.select(LongPredicate predicate) |
ImmutableLongBag |
ImmutableDoubleLongMap.select(LongPredicate predicate) |
ImmutableLongBag |
ImmutableLongLongMap.select(LongPredicate predicate) |
LongBag |
LongValuesMap.select(LongPredicate predicate) |
Modifier and Type | Method and Description |
---|---|
ReversibleLongIterable |
ReversibleLongIterable.reject(LongPredicate predicate) |
OrderedLongIterable |
OrderedLongIterable.reject(LongPredicate predicate) |
ReversibleLongIterable |
ReversibleLongIterable.select(LongPredicate predicate) |
OrderedLongIterable |
OrderedLongIterable.select(LongPredicate predicate) |
Modifier and Type | Method and Description |
---|---|
MutableLongSet |
MutableLongSet.reject(LongPredicate predicate) |
LongSet |
LongSet.reject(LongPredicate predicate) |
ImmutableLongSet |
ImmutableLongSet.reject(LongPredicate predicate) |
MutableLongSet |
MutableLongSet.select(LongPredicate predicate) |
LongSet |
LongSet.select(LongPredicate predicate) |
ImmutableLongSet |
ImmutableLongSet.select(LongPredicate predicate) |
Modifier and Type | Method and Description |
---|---|
ImmutableLongStack |
ImmutableLongStack.reject(LongPredicate predicate) |
MutableLongStack |
MutableLongStack.reject(LongPredicate predicate) |
LongStack |
LongStack.reject(LongPredicate predicate) |
ImmutableLongStack |
ImmutableLongStack.select(LongPredicate predicate) |
MutableLongStack |
MutableLongStack.select(LongPredicate predicate) |
LongStack |
LongStack.select(LongPredicate predicate) |
Modifier and Type | Method and Description |
---|---|
boolean |
LongHashBag.allSatisfy(LongPredicate predicate) |
boolean |
LongHashBag.anySatisfy(LongPredicate predicate) |
int |
LongHashBag.count(LongPredicate predicate) |
long |
LongHashBag.detectIfNone(LongPredicate predicate,
long ifNone) |
boolean |
LongHashBag.noneSatisfy(LongPredicate predicate) |
MutableLongBag |
SynchronizedLongBag.reject(LongPredicate predicate) |
MutableLongBag |
UnmodifiableLongBag.reject(LongPredicate predicate) |
LongHashBag |
LongHashBag.reject(LongPredicate predicate) |
MutableLongBag |
SynchronizedLongBag.select(LongPredicate predicate) |
MutableLongBag |
UnmodifiableLongBag.select(LongPredicate predicate) |
LongHashBag |
LongHashBag.select(LongPredicate predicate) |
Modifier and Type | Method and Description |
---|---|
static LongPredicate |
LongPredicates.alwaysFalse() |
static LongPredicate |
LongPredicates.alwaysTrue() |
static LongPredicate |
LongPredicates.and(LongPredicate one,
LongPredicate two) |
static LongPredicate |
LongPredicates.equal(long expected) |
static LongPredicate |
LongPredicates.greaterThan(long expected) |
static LongPredicate |
LongPredicates.isEven() |
static LongPredicate |
LongPredicates.isOdd() |
static LongPredicate |
LongPredicates.lessThan(long expected) |
static LongPredicate |
LongPredicates.not(LongPredicate negate) |
static LongPredicate |
LongPredicates.or(LongPredicate one,
LongPredicate two) |
Modifier and Type | Method and Description |
---|---|
static LongPredicate |
LongPredicates.and(LongPredicate one,
LongPredicate two) |
static LongPredicate |
LongPredicates.not(LongPredicate negate) |
static LongPredicate |
LongPredicates.or(LongPredicate one,
LongPredicate two) |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractUnmodifiableLongCollection.allSatisfy(LongPredicate predicate) |
boolean |
AbstractSynchronizedLongCollection.allSatisfy(LongPredicate predicate) |
boolean |
AbstractUnmodifiableLongCollection.anySatisfy(LongPredicate predicate) |
boolean |
AbstractSynchronizedLongCollection.anySatisfy(LongPredicate predicate) |
int |
AbstractUnmodifiableLongCollection.count(LongPredicate predicate) |
int |
AbstractSynchronizedLongCollection.count(LongPredicate predicate) |
long |
AbstractUnmodifiableLongCollection.detectIfNone(LongPredicate predicate,
long ifNone) |
long |
AbstractSynchronizedLongCollection.detectIfNone(LongPredicate predicate,
long ifNone) |
boolean |
AbstractUnmodifiableLongCollection.noneSatisfy(LongPredicate predicate) |
boolean |
AbstractSynchronizedLongCollection.noneSatisfy(LongPredicate predicate) |
MutableLongCollection |
AbstractUnmodifiableLongCollection.reject(LongPredicate predicate) |
MutableLongCollection |
AbstractSynchronizedLongCollection.reject(LongPredicate predicate) |
MutableLongCollection |
AbstractUnmodifiableLongCollection.select(LongPredicate predicate) |
MutableLongCollection |
AbstractSynchronizedLongCollection.select(LongPredicate predicate) |
Modifier and Type | Method and Description |
---|---|
boolean |
SelectLongIterable.allSatisfy(LongPredicate predicate) |
boolean |
LazyLongIterableAdapter.allSatisfy(LongPredicate predicate) |
boolean |
CollectLongIterable.allSatisfy(LongPredicate predicate) |
boolean |
AbstractLazyLongIterable.allSatisfy(LongPredicate predicate) |
boolean |
SelectLongIterable.anySatisfy(LongPredicate predicate) |
boolean |
LazyLongIterableAdapter.anySatisfy(LongPredicate predicate) |
boolean |
CollectLongIterable.anySatisfy(LongPredicate predicate) |
boolean |
AbstractLazyLongIterable.anySatisfy(LongPredicate predicate) |
int |
SelectLongIterable.count(LongPredicate predicate) |
int |
LazyLongIterableAdapter.count(LongPredicate predicate) |
int |
CollectLongIterable.count(LongPredicate predicate) |
int |
AbstractLazyLongIterable.count(LongPredicate predicate) |
long |
LazyLongIterableAdapter.detectIfNone(LongPredicate predicate,
long ifNone) |
long |
AbstractLazyLongIterable.detectIfNone(LongPredicate predicate,
long ifNone) |
boolean |
SelectLongIterable.noneSatisfy(LongPredicate predicate) |
boolean |
LazyLongIterableAdapter.noneSatisfy(LongPredicate predicate) |
boolean |
CollectLongIterable.noneSatisfy(LongPredicate predicate) |
boolean |
AbstractLazyLongIterable.noneSatisfy(LongPredicate predicate) |
LazyLongIterable |
AbstractLazyLongIterable.reject(LongPredicate predicate) |
LazyLongIterable |
AbstractLazyLongIterable.select(LongPredicate predicate) |
Constructor and Description |
---|
SelectLongIterable(LongIterable delegate,
LongPredicate predicate) |
Modifier and Type | Method and Description |
---|---|
boolean |
LongArrayList.allSatisfy(LongPredicate predicate) |
boolean |
LongArrayList.anySatisfy(LongPredicate predicate) |
int |
LongArrayList.count(LongPredicate predicate) |
long |
LongArrayList.detectIfNone(LongPredicate predicate,
long ifNone) |
boolean |
LongArrayList.noneSatisfy(LongPredicate predicate) |
MutableLongList |
UnmodifiableLongList.reject(LongPredicate predicate) |
LongArrayList |
LongArrayList.reject(LongPredicate predicate) |
MutableLongList |
SynchronizedLongList.reject(LongPredicate predicate) |
MutableLongList |
UnmodifiableLongList.select(LongPredicate predicate) |
LongArrayList |
LongArrayList.select(LongPredicate predicate) |
MutableLongList |
SynchronizedLongList.select(LongPredicate predicate) |
Modifier and Type | Method and Description |
---|---|
boolean |
SynchronizedIntLongMap.allSatisfy(LongPredicate predicate) |
boolean |
SynchronizedLongLongMap.allSatisfy(LongPredicate predicate) |
boolean |
SynchronizedDoubleLongMap.allSatisfy(LongPredicate predicate) |
boolean |
UnmodifiableCharLongMap.allSatisfy(LongPredicate predicate) |
boolean |
UnmodifiableShortLongMap.allSatisfy(LongPredicate predicate) |
boolean |
UnmodifiableIntLongMap.allSatisfy(LongPredicate predicate) |
boolean |
AbstractMutableLongValuesMap.allSatisfy(LongPredicate predicate) |
boolean |
AbstractMutableLongKeySet.allSatisfy(LongPredicate predicate) |
boolean |
ObjectLongHashMap.allSatisfy(LongPredicate predicate) |
boolean |
SynchronizedObjectLongMap.allSatisfy(LongPredicate predicate) |
boolean |
UnmodifiableObjectLongMap.allSatisfy(LongPredicate predicate) |
boolean |
SynchronizedCharLongMap.allSatisfy(LongPredicate predicate) |
boolean |
ObjectLongHashMapWithHashingStrategy.allSatisfy(LongPredicate predicate) |
boolean |
UnmodifiableDoubleLongMap.allSatisfy(LongPredicate predicate) |
boolean |
SynchronizedFloatLongMap.allSatisfy(LongPredicate predicate) |
boolean |
UnmodifiableByteLongMap.allSatisfy(LongPredicate predicate) |
boolean |
UnmodifiableFloatLongMap.allSatisfy(LongPredicate predicate) |
boolean |
SynchronizedByteLongMap.allSatisfy(LongPredicate predicate) |
boolean |
UnmodifiableLongLongMap.allSatisfy(LongPredicate predicate) |
boolean |
SynchronizedShortLongMap.allSatisfy(LongPredicate predicate) |
boolean |
SynchronizedIntLongMap.anySatisfy(LongPredicate predicate) |
boolean |
SynchronizedLongLongMap.anySatisfy(LongPredicate predicate) |
boolean |
SynchronizedDoubleLongMap.anySatisfy(LongPredicate predicate) |
boolean |
UnmodifiableCharLongMap.anySatisfy(LongPredicate predicate) |
boolean |
UnmodifiableShortLongMap.anySatisfy(LongPredicate predicate) |
boolean |
UnmodifiableIntLongMap.anySatisfy(LongPredicate predicate) |
boolean |
AbstractMutableLongValuesMap.anySatisfy(LongPredicate predicate) |
boolean |
AbstractMutableLongKeySet.anySatisfy(LongPredicate predicate) |
boolean |
ObjectLongHashMap.anySatisfy(LongPredicate predicate) |
boolean |
SynchronizedObjectLongMap.anySatisfy(LongPredicate predicate) |
boolean |
UnmodifiableObjectLongMap.anySatisfy(LongPredicate predicate) |
boolean |
SynchronizedCharLongMap.anySatisfy(LongPredicate predicate) |
boolean |
ObjectLongHashMapWithHashingStrategy.anySatisfy(LongPredicate predicate) |
boolean |
UnmodifiableDoubleLongMap.anySatisfy(LongPredicate predicate) |
boolean |
SynchronizedFloatLongMap.anySatisfy(LongPredicate predicate) |
boolean |
UnmodifiableByteLongMap.anySatisfy(LongPredicate predicate) |
boolean |
UnmodifiableFloatLongMap.anySatisfy(LongPredicate predicate) |
boolean |
SynchronizedByteLongMap.anySatisfy(LongPredicate predicate) |
boolean |
UnmodifiableLongLongMap.anySatisfy(LongPredicate predicate) |
boolean |
SynchronizedShortLongMap.anySatisfy(LongPredicate predicate) |
int |
SynchronizedIntLongMap.count(LongPredicate predicate) |
int |
SynchronizedLongLongMap.count(LongPredicate predicate) |
int |
SynchronizedDoubleLongMap.count(LongPredicate predicate) |
int |
UnmodifiableCharLongMap.count(LongPredicate predicate) |
int |
UnmodifiableShortLongMap.count(LongPredicate predicate) |
int |
UnmodifiableIntLongMap.count(LongPredicate predicate) |
int |
AbstractMutableLongValuesMap.count(LongPredicate predicate) |
int |
AbstractMutableLongKeySet.count(LongPredicate predicate) |
int |
ObjectLongHashMap.count(LongPredicate predicate) |
int |
SynchronizedObjectLongMap.count(LongPredicate predicate) |
int |
UnmodifiableObjectLongMap.count(LongPredicate predicate) |
int |
SynchronizedCharLongMap.count(LongPredicate predicate) |
int |
ObjectLongHashMapWithHashingStrategy.count(LongPredicate predicate) |
int |
UnmodifiableDoubleLongMap.count(LongPredicate predicate) |
int |
SynchronizedFloatLongMap.count(LongPredicate predicate) |
int |
UnmodifiableByteLongMap.count(LongPredicate predicate) |
int |
UnmodifiableFloatLongMap.count(LongPredicate predicate) |
int |
SynchronizedByteLongMap.count(LongPredicate predicate) |
int |
UnmodifiableLongLongMap.count(LongPredicate predicate) |
int |
SynchronizedShortLongMap.count(LongPredicate predicate) |
long |
SynchronizedIntLongMap.detectIfNone(LongPredicate predicate,
long ifNone) |
long |
SynchronizedLongLongMap.detectIfNone(LongPredicate predicate,
long ifNone) |
long |
SynchronizedDoubleLongMap.detectIfNone(LongPredicate predicate,
long ifNone) |
long |
UnmodifiableCharLongMap.detectIfNone(LongPredicate predicate,
long ifNone) |
long |
UnmodifiableShortLongMap.detectIfNone(LongPredicate predicate,
long ifNone) |
long |
UnmodifiableIntLongMap.detectIfNone(LongPredicate predicate,
long ifNone) |
long |
AbstractMutableLongValuesMap.detectIfNone(LongPredicate predicate,
long value) |
long |
AbstractMutableLongKeySet.detectIfNone(LongPredicate predicate,
long ifNone) |
long |
ObjectLongHashMap.detectIfNone(LongPredicate predicate,
long ifNone) |
long |
SynchronizedObjectLongMap.detectIfNone(LongPredicate predicate,
long ifNone) |
long |
UnmodifiableObjectLongMap.detectIfNone(LongPredicate predicate,
long ifNone) |
long |
SynchronizedCharLongMap.detectIfNone(LongPredicate predicate,
long ifNone) |
long |
ObjectLongHashMapWithHashingStrategy.detectIfNone(LongPredicate predicate,
long ifNone) |
long |
UnmodifiableDoubleLongMap.detectIfNone(LongPredicate predicate,
long ifNone) |
long |
SynchronizedFloatLongMap.detectIfNone(LongPredicate predicate,
long ifNone) |
long |
UnmodifiableByteLongMap.detectIfNone(LongPredicate predicate,
long ifNone) |
long |
UnmodifiableFloatLongMap.detectIfNone(LongPredicate predicate,
long ifNone) |
long |
SynchronizedByteLongMap.detectIfNone(LongPredicate predicate,
long ifNone) |
long |
UnmodifiableLongLongMap.detectIfNone(LongPredicate predicate,
long ifNone) |
long |
SynchronizedShortLongMap.detectIfNone(LongPredicate predicate,
long ifNone) |
boolean |
SynchronizedIntLongMap.noneSatisfy(LongPredicate predicate) |
boolean |
SynchronizedLongLongMap.noneSatisfy(LongPredicate predicate) |
boolean |
SynchronizedDoubleLongMap.noneSatisfy(LongPredicate predicate) |
boolean |
UnmodifiableCharLongMap.noneSatisfy(LongPredicate predicate) |
boolean |
UnmodifiableShortLongMap.noneSatisfy(LongPredicate predicate) |
boolean |
UnmodifiableIntLongMap.noneSatisfy(LongPredicate predicate) |
boolean |
AbstractMutableLongValuesMap.noneSatisfy(LongPredicate predicate) |
boolean |
AbstractMutableLongKeySet.noneSatisfy(LongPredicate predicate) |
boolean |
ObjectLongHashMap.noneSatisfy(LongPredicate predicate) |
boolean |
SynchronizedObjectLongMap.noneSatisfy(LongPredicate predicate) |
boolean |
UnmodifiableObjectLongMap.noneSatisfy(LongPredicate predicate) |
boolean |
SynchronizedCharLongMap.noneSatisfy(LongPredicate predicate) |
boolean |
ObjectLongHashMapWithHashingStrategy.noneSatisfy(LongPredicate predicate) |
boolean |
UnmodifiableDoubleLongMap.noneSatisfy(LongPredicate predicate) |
boolean |
SynchronizedFloatLongMap.noneSatisfy(LongPredicate predicate) |
boolean |
UnmodifiableByteLongMap.noneSatisfy(LongPredicate predicate) |
boolean |
UnmodifiableFloatLongMap.noneSatisfy(LongPredicate predicate) |
boolean |
SynchronizedByteLongMap.noneSatisfy(LongPredicate predicate) |
boolean |
UnmodifiableLongLongMap.noneSatisfy(LongPredicate predicate) |
boolean |
SynchronizedShortLongMap.noneSatisfy(LongPredicate predicate) |
MutableLongBag |
SynchronizedIntLongMap.reject(LongPredicate predicate) |
MutableLongBag |
SynchronizedLongLongMap.reject(LongPredicate predicate) |
MutableLongBag |
SynchronizedDoubleLongMap.reject(LongPredicate predicate) |
MutableLongBag |
UnmodifiableCharLongMap.reject(LongPredicate predicate) |
MutableLongBag |
UnmodifiableShortLongMap.reject(LongPredicate predicate) |
MutableLongBag |
UnmodifiableIntLongMap.reject(LongPredicate predicate) |
MutableLongBag |
AbstractMutableLongValuesMap.reject(LongPredicate predicate) |
MutableLongSet |
AbstractMutableLongKeySet.reject(LongPredicate predicate) |
MutableLongCollection |
ObjectLongHashMap.reject(LongPredicate predicate) |
MutableLongCollection |
SynchronizedObjectLongMap.reject(LongPredicate predicate) |
MutableLongCollection |
UnmodifiableObjectLongMap.reject(LongPredicate predicate) |
MutableLongBag |
SynchronizedCharLongMap.reject(LongPredicate predicate) |
MutableLongCollection |
ObjectLongHashMapWithHashingStrategy.reject(LongPredicate predicate) |
MutableLongBag |
UnmodifiableDoubleLongMap.reject(LongPredicate predicate) |
MutableLongBag |
SynchronizedFloatLongMap.reject(LongPredicate predicate) |
MutableLongBag |
UnmodifiableByteLongMap.reject(LongPredicate predicate) |
MutableLongBag |
UnmodifiableFloatLongMap.reject(LongPredicate predicate) |
MutableLongBag |
SynchronizedByteLongMap.reject(LongPredicate predicate) |
MutableLongBag |
UnmodifiableLongLongMap.reject(LongPredicate predicate) |
MutableLongBag |
SynchronizedShortLongMap.reject(LongPredicate predicate) |
MutableLongBag |
SynchronizedIntLongMap.select(LongPredicate predicate) |
MutableLongBag |
SynchronizedLongLongMap.select(LongPredicate predicate) |
MutableLongBag |
SynchronizedDoubleLongMap.select(LongPredicate predicate) |
MutableLongBag |
UnmodifiableCharLongMap.select(LongPredicate predicate) |
MutableLongBag |
UnmodifiableShortLongMap.select(LongPredicate predicate) |
MutableLongBag |
UnmodifiableIntLongMap.select(LongPredicate predicate) |
MutableLongBag |
AbstractMutableLongValuesMap.select(LongPredicate predicate) |
MutableLongSet |
AbstractMutableLongKeySet.select(LongPredicate predicate) |
MutableLongCollection |
ObjectLongHashMap.select(LongPredicate predicate) |
MutableLongCollection |
SynchronizedObjectLongMap.select(LongPredicate predicate) |
MutableLongCollection |
UnmodifiableObjectLongMap.select(LongPredicate predicate) |
MutableLongBag |
SynchronizedCharLongMap.select(LongPredicate predicate) |
MutableLongCollection |
ObjectLongHashMapWithHashingStrategy.select(LongPredicate predicate) |
MutableLongBag |
UnmodifiableDoubleLongMap.select(LongPredicate predicate) |
MutableLongBag |
SynchronizedFloatLongMap.select(LongPredicate predicate) |
MutableLongBag |
UnmodifiableByteLongMap.select(LongPredicate predicate) |
MutableLongBag |
UnmodifiableFloatLongMap.select(LongPredicate predicate) |
MutableLongBag |
SynchronizedByteLongMap.select(LongPredicate predicate) |
MutableLongBag |
UnmodifiableLongLongMap.select(LongPredicate predicate) |
MutableLongBag |
SynchronizedShortLongMap.select(LongPredicate predicate) |
Modifier and Type | Method and Description |
---|---|
boolean |
SynchronizedLongIterable.allSatisfy(LongPredicate predicate) |
boolean |
SynchronizedLongIterable.anySatisfy(LongPredicate predicate) |
int |
SynchronizedLongIterable.count(LongPredicate predicate) |
long |
SynchronizedLongIterable.detectIfNone(LongPredicate predicate,
long ifNone) |
boolean |
SynchronizedLongIterable.noneSatisfy(LongPredicate predicate) |
LongIterable |
SynchronizedLongIterable.reject(LongPredicate predicate) |
LongIterable |
SynchronizedLongIterable.select(LongPredicate predicate) |
Modifier and Type | Method and Description |
---|---|
boolean |
LongHashSet.allSatisfy(LongPredicate predicate) |
boolean |
LongHashSet.anySatisfy(LongPredicate predicate) |
int |
LongHashSet.count(LongPredicate predicate) |
long |
LongHashSet.detectIfNone(LongPredicate predicate,
long ifNone) |
boolean |
LongHashSet.noneSatisfy(LongPredicate predicate) |
MutableLongSet |
LongHashSet.reject(LongPredicate predicate) |
MutableLongSet |
SynchronizedLongSet.reject(LongPredicate predicate) |
MutableLongSet |
UnmodifiableLongSet.reject(LongPredicate predicate) |
LongHashSet |
LongHashSet.select(LongPredicate predicate) |
MutableLongSet |
SynchronizedLongSet.select(LongPredicate predicate) |
MutableLongSet |
UnmodifiableLongSet.select(LongPredicate predicate) |
Modifier and Type | Method and Description |
---|---|
boolean |
UnmodifiableLongStack.allSatisfy(LongPredicate predicate) |
boolean |
LongArrayStack.allSatisfy(LongPredicate predicate) |
boolean |
SynchronizedLongStack.allSatisfy(LongPredicate predicate) |
boolean |
UnmodifiableLongStack.anySatisfy(LongPredicate predicate) |
boolean |
LongArrayStack.anySatisfy(LongPredicate predicate) |
boolean |
SynchronizedLongStack.anySatisfy(LongPredicate predicate) |
int |
UnmodifiableLongStack.count(LongPredicate predicate) |
int |
LongArrayStack.count(LongPredicate predicate) |
int |
SynchronizedLongStack.count(LongPredicate predicate) |
long |
UnmodifiableLongStack.detectIfNone(LongPredicate predicate,
long ifNone) |
long |
LongArrayStack.detectIfNone(LongPredicate predicate,
long ifNone) |
long |
SynchronizedLongStack.detectIfNone(LongPredicate predicate,
long ifNone) |
boolean |
UnmodifiableLongStack.noneSatisfy(LongPredicate predicate) |
boolean |
LongArrayStack.noneSatisfy(LongPredicate predicate) |
boolean |
SynchronizedLongStack.noneSatisfy(LongPredicate predicate) |
MutableLongStack |
UnmodifiableLongStack.reject(LongPredicate predicate) |
MutableLongStack |
LongArrayStack.reject(LongPredicate predicate) |
MutableLongStack |
SynchronizedLongStack.reject(LongPredicate predicate) |
MutableLongStack |
UnmodifiableLongStack.select(LongPredicate predicate) |
MutableLongStack |
LongArrayStack.select(LongPredicate predicate) |
MutableLongStack |
SynchronizedLongStack.select(LongPredicate predicate) |
Modifier and Type | Method and Description |
---|---|
static boolean |
LongIterableIterate.allSatisfy(LongIterable iterable,
LongPredicate predicate) |
static boolean |
LongIteratorIterate.allSatisfy(LongIterator iterator,
LongPredicate predicate) |
static boolean |
LongIterableIterate.anySatisfy(LongIterable iterable,
LongPredicate predicate) |
static boolean |
LongIteratorIterate.anySatisfy(LongIterator iterator,
LongPredicate predicate) |
static int |
LongIterableIterate.count(LongIterable iterable,
LongPredicate predicate) |
static int |
LongIteratorIterate.count(LongIterator iterator,
LongPredicate predicate) |
static long |
LongIterableIterate.detectIfNone(LongIterable iterable,
LongPredicate predicate,
long ifNone) |
static long |
LongIteratorIterate.detectIfNone(LongIterator iterator,
LongPredicate predicate,
long ifNone) |
static boolean |
LongIterableIterate.noneSatisfy(LongIterable iterable,
LongPredicate predicate) |
static boolean |
LongIteratorIterate.noneSatisfy(LongIterator iterator,
LongPredicate predicate) |
static <R extends MutableLongCollection> |
LongIterableIterate.reject(LongIterable iterable,
LongPredicate predicate,
R targetCollection) |
static <R extends MutableLongCollection> |
LongIteratorIterate.reject(LongIterator iterator,
LongPredicate predicate,
R targetCollection) |
static <R extends MutableLongCollection> |
LongIterableIterate.select(LongIterable iterable,
LongPredicate predicate,
R targetCollection) |
static <R extends MutableLongCollection> |
LongIteratorIterate.select(LongIterator iterator,
LongPredicate predicate,
R targetCollection) |
Modifier and Type | Method and Description |
---|---|
static <V> LazyIterable<V> |
LazyLongIterate.collectIf(LongIterable iterable,
LongPredicate predicate,
LongToObjectFunction<? extends V> function)
Creates a deferred filtering and transforming long iterable for the specified long iterable.
|
static LazyLongIterable |
LazyLongIterate.select(LongIterable iterable,
LongPredicate predicate)
Creates a deferred filtering long iterable for the specified long iterable.
|
Copyright © 2004–2016. All rights reserved.