| 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) |
boolean |
LongIterable.anySatisfy(LongPredicate predicate) |
int |
LongIterable.count(LongPredicate predicate) |
long |
LongIterable.detectIfNone(LongPredicate predicate,
long ifNone) |
boolean |
LongIterable.noneSatisfy(LongPredicate predicate) |
LongIterable |
LongIterable.reject(LongPredicate predicate) |
LazyLongIterable |
LazyLongIterable.reject(LongPredicate predicate) |
LongIterable |
LongIterable.select(LongPredicate predicate) |
LazyLongIterable |
LazyLongIterable.select(LongPredicate predicate) |
| Modifier and Type | Method and Description |
|---|---|
LongBag |
LongBag.reject(LongPredicate predicate) |
MutableLongBag |
MutableLongBag.reject(LongPredicate predicate) |
ImmutableLongBag |
ImmutableLongBag.reject(LongPredicate predicate) |
LongBag |
LongBag.select(LongPredicate predicate) |
MutableLongBag |
MutableLongBag.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 |
|---|---|
LongList |
LongList.reject(LongPredicate predicate) |
MutableLongList |
MutableLongList.reject(LongPredicate predicate) |
ImmutableLongList |
ImmutableLongList.reject(LongPredicate predicate) |
LongList |
LongList.select(LongPredicate predicate) |
MutableLongList |
MutableLongList.select(LongPredicate predicate) |
ImmutableLongList |
ImmutableLongList.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 |
|---|---|
LongSet |
LongSet.reject(LongPredicate predicate) |
MutableLongSet |
MutableLongSet.reject(LongPredicate predicate) |
ImmutableLongSet |
ImmutableLongSet.reject(LongPredicate predicate) |
LongSet |
LongSet.select(LongPredicate predicate) |
MutableLongSet |
MutableLongSet.select(LongPredicate predicate) |
ImmutableLongSet |
ImmutableLongSet.select(LongPredicate predicate) |
| Modifier and Type | Method and Description |
|---|---|
LongStack |
LongStack.reject(LongPredicate predicate) |
MutableLongStack |
MutableLongStack.reject(LongPredicate predicate) |
ImmutableLongStack |
ImmutableLongStack.reject(LongPredicate predicate) |
LongStack |
LongStack.select(LongPredicate predicate) |
MutableLongStack |
MutableLongStack.select(LongPredicate predicate) |
ImmutableLongStack |
ImmutableLongStack.select(LongPredicate predicate) |
Copyright © 2004–2017. All rights reserved.