| Package | Description |
|---|---|
| org.eclipse.collections.api |
This package contains interfaces for Eclipse Collections API.
|
| org.eclipse.collections.api.bag |
This package contains interfaces for Bag API.
|
| org.eclipse.collections.api.bag.primitive |
This package contains API for Primitive Bags with Mutable and Immutable variants.
|
| org.eclipse.collections.api.bag.sorted |
This package contains interfaces for SortedBag API.
|
| 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 |
IntIterable.allSatisfy(IntPredicate predicate) |
boolean |
IntIterable.anySatisfy(IntPredicate predicate) |
int |
IntIterable.count(IntPredicate predicate) |
int |
IntIterable.detectIfNone(IntPredicate predicate,
int ifNone) |
boolean |
IntIterable.noneSatisfy(IntPredicate predicate) |
IntIterable |
IntIterable.reject(IntPredicate predicate) |
LazyIntIterable |
LazyIntIterable.reject(IntPredicate predicate) |
IntIterable |
IntIterable.select(IntPredicate predicate) |
LazyIntIterable |
LazyIntIterable.select(IntPredicate predicate) |
| Modifier and Type | Method and Description |
|---|---|
UnsortedBag<T> |
UnsortedBag.selectByOccurrences(IntPredicate predicate) |
MutableBagIterable<T> |
MutableBagIterable.selectByOccurrences(IntPredicate predicate) |
MutableBag<T> |
MutableBag.selectByOccurrences(IntPredicate predicate) |
ImmutableBagIterable<T> |
ImmutableBagIterable.selectByOccurrences(IntPredicate predicate) |
ImmutableBag<T> |
ImmutableBag.selectByOccurrences(IntPredicate predicate) |
Bag<T> |
Bag.selectByOccurrences(IntPredicate predicate)
Returns all elements of the bag that have a number of occurrences that satisfy the predicate.
|
| Modifier and Type | Method and Description |
|---|---|
IntBag |
IntBag.reject(IntPredicate predicate) |
MutableIntBag |
MutableIntBag.reject(IntPredicate predicate) |
ImmutableIntBag |
ImmutableIntBag.reject(IntPredicate predicate) |
IntBag |
IntBag.select(IntPredicate predicate) |
MutableIntBag |
MutableIntBag.select(IntPredicate predicate) |
ImmutableIntBag |
ImmutableIntBag.select(IntPredicate predicate) |
| Modifier and Type | Method and Description |
|---|---|
SortedBag<T> |
SortedBag.selectByOccurrences(IntPredicate predicate) |
MutableSortedBag<T> |
MutableSortedBag.selectByOccurrences(IntPredicate predicate) |
ImmutableSortedBag<T> |
ImmutableSortedBag.selectByOccurrences(IntPredicate predicate) |
| Modifier and Type | Method and Description |
|---|---|
MutableIntCollection |
MutableIntCollection.reject(IntPredicate predicate) |
ImmutableIntCollection |
ImmutableIntCollection.reject(IntPredicate predicate) |
MutableIntCollection |
MutableIntCollection.select(IntPredicate predicate) |
ImmutableIntCollection |
ImmutableIntCollection.select(IntPredicate predicate) |
| Modifier and Type | Method and Description |
|---|---|
IntList |
IntList.reject(IntPredicate predicate) |
MutableIntList |
MutableIntList.reject(IntPredicate predicate) |
ImmutableIntList |
ImmutableIntList.reject(IntPredicate predicate) |
IntList |
IntList.select(IntPredicate predicate) |
MutableIntList |
MutableIntList.select(IntPredicate predicate) |
ImmutableIntList |
ImmutableIntList.select(IntPredicate predicate) |
| Modifier and Type | Method and Description |
|---|---|
ReversibleIntIterable |
ReversibleIntIterable.reject(IntPredicate predicate) |
OrderedIntIterable |
OrderedIntIterable.reject(IntPredicate predicate) |
ReversibleIntIterable |
ReversibleIntIterable.select(IntPredicate predicate) |
OrderedIntIterable |
OrderedIntIterable.select(IntPredicate predicate) |
| Modifier and Type | Method and Description |
|---|---|
IntSet |
IntSet.reject(IntPredicate predicate) |
MutableIntSet |
MutableIntSet.reject(IntPredicate predicate) |
ImmutableIntSet |
ImmutableIntSet.reject(IntPredicate predicate) |
IntSet |
IntSet.select(IntPredicate predicate) |
MutableIntSet |
MutableIntSet.select(IntPredicate predicate) |
ImmutableIntSet |
ImmutableIntSet.select(IntPredicate predicate) |
| Modifier and Type | Method and Description |
|---|---|
IntStack |
IntStack.reject(IntPredicate predicate) |
MutableIntStack |
MutableIntStack.reject(IntPredicate predicate) |
ImmutableIntStack |
ImmutableIntStack.reject(IntPredicate predicate) |
IntStack |
IntStack.select(IntPredicate predicate) |
MutableIntStack |
MutableIntStack.select(IntPredicate predicate) |
ImmutableIntStack |
ImmutableIntStack.select(IntPredicate predicate) |
Copyright © 2004–2017. All rights reserved.