| 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.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
LongIterable.allSatisfy(LongPredicate predicate)
Returns true if all of the elements in the LongIterable return true for the
specified predicate, otherwise returns false.
|
boolean |
LongIterable.anySatisfy(LongPredicate predicate)
Returns true if any of the elements in the LongIterable return true for the
specified predicate, otherwise returns false.
|
int |
LongIterable.count(LongPredicate predicate)
Returns a count of the number of elements in the LongIterable that return true for the
specified predicate.
|
long |
LongIterable.detectIfNone(LongPredicate predicate,
long ifNone) |
boolean |
LongIterable.noneSatisfy(LongPredicate predicate)
Returns true if none of the elements in the LongIterable return true for the
specified predicate, otherwise returns false.
|
LazyLongIterable |
LazyLongIterable.reject(LongPredicate predicate) |
LongIterable |
LongIterable.reject(LongPredicate predicate)
Returns a new LongIterable with all of the elements in the LongIterable that
return false for the specified predicate.
|
default <R extends MutableLongCollection> |
LongIterable.reject(LongPredicate predicate,
R target)
Same as
LongIterable.reject(LongPredicate) , only the results are added to the target MutableLongCollection. |
LazyLongIterable |
LazyLongIterable.select(LongPredicate predicate) |
LongIterable |
LongIterable.select(LongPredicate predicate)
Returns a new LongIterable with all of the elements in the LongIterable that
return true for the specified predicate.
|
default <R extends MutableLongCollection> |
LongIterable.select(LongPredicate predicate,
R target)
Same as
LongIterable.select(LongPredicate) , only the results are added to the target MutableLongCollection. |
| Modifier and Type | Method and Description |
|---|---|
MutableLongBag |
MutableLongBag.reject(LongPredicate predicate) |
LongBag |
LongBag.reject(LongPredicate predicate) |
ImmutableLongBag |
ImmutableLongBag.reject(LongPredicate predicate) |
MutableLongBag |
MutableLongBag.select(LongPredicate predicate) |
LongBag |
LongBag.select(LongPredicate predicate) |
ImmutableLongBag |
ImmutableLongBag.select(LongPredicate predicate) |
| Modifier and Type | Method and Description |
|---|---|
MutableLongCollection |
MutableLongCollection.reject(LongPredicate predicate) |
ImmutableLongCollection |
ImmutableLongCollection.reject(LongPredicate predicate) |
MutableLongCollection |
MutableLongCollection.select(LongPredicate predicate) |
ImmutableLongCollection |
ImmutableLongCollection.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 |
|---|---|
MutableLongCollection |
MutableObjectLongMap.reject(LongPredicate predicate) |
ImmutableLongBag |
ImmutableCharLongMap.reject(LongPredicate predicate) |
ImmutableLongBag |
ImmutableByteLongMap.reject(LongPredicate predicate) |
ImmutableLongBag |
ImmutableShortLongMap.reject(LongPredicate predicate) |
ImmutableLongBag |
ImmutableLongLongMap.reject(LongPredicate predicate) |
ImmutableLongBag |
ImmutableDoubleLongMap.reject(LongPredicate predicate) |
ImmutableLongBag |
ImmutableFloatLongMap.reject(LongPredicate predicate) |
ImmutableLongBag |
ImmutableIntLongMap.reject(LongPredicate predicate) |
LongBag |
LongValuesMap.reject(LongPredicate predicate) |
ImmutableLongCollection |
ImmutableObjectLongMap.reject(LongPredicate predicate) |
MutableLongBag |
MutableLongValuesMap.reject(LongPredicate predicate) |
MutableLongCollection |
MutableObjectLongMap.select(LongPredicate predicate) |
ImmutableLongBag |
ImmutableCharLongMap.select(LongPredicate predicate) |
ImmutableLongBag |
ImmutableByteLongMap.select(LongPredicate predicate) |
ImmutableLongBag |
ImmutableShortLongMap.select(LongPredicate predicate) |
ImmutableLongBag |
ImmutableLongLongMap.select(LongPredicate predicate) |
ImmutableLongBag |
ImmutableDoubleLongMap.select(LongPredicate predicate) |
ImmutableLongBag |
ImmutableFloatLongMap.select(LongPredicate predicate) |
ImmutableLongBag |
ImmutableIntLongMap.select(LongPredicate predicate) |
LongBag |
LongValuesMap.select(LongPredicate predicate) |
ImmutableLongCollection |
ImmutableObjectLongMap.select(LongPredicate predicate) |
MutableLongBag |
MutableLongValuesMap.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 |
|---|---|
ImmutableLongSet |
ImmutableLongSet.reject(LongPredicate predicate) |
LongSet |
LongSet.reject(LongPredicate predicate) |
MutableLongSet |
MutableLongSet.reject(LongPredicate predicate) |
ImmutableLongSet |
ImmutableLongSet.select(LongPredicate predicate) |
LongSet |
LongSet.select(LongPredicate predicate) |
MutableLongSet |
MutableLongSet.select(LongPredicate predicate) |
| Modifier and Type | Method and Description |
|---|---|
MutableLongStack |
MutableLongStack.reject(LongPredicate predicate) |
ImmutableLongStack |
ImmutableLongStack.reject(LongPredicate predicate) |
LongStack |
LongStack.reject(LongPredicate predicate) |
MutableLongStack |
MutableLongStack.select(LongPredicate predicate) |
ImmutableLongStack |
ImmutableLongStack.select(LongPredicate predicate) |
LongStack |
LongStack.select(LongPredicate predicate) |
Copyright © 2004–2017. All rights reserved.