| 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)
Returns true if all of the elements in the IntIterable return true for the
specified predicate, otherwise returns false.
|
boolean |
IntIterable.anySatisfy(IntPredicate predicate)
Returns true if any of the elements in the IntIterable return true for the
specified predicate, otherwise returns false.
|
int |
IntIterable.count(IntPredicate predicate)
Returns a count of the number of elements in the IntIterable that return true for the
specified predicate.
|
int |
IntIterable.detectIfNone(IntPredicate predicate,
int ifNone) |
default boolean |
IntIterable.noneSatisfy(IntPredicate predicate)
Returns true if none of the elements in the IntIterable return true for the
specified predicate, otherwise returns false.
|
IntIterable |
IntIterable.reject(IntPredicate predicate)
Returns a new IntIterable with all of the elements in the IntIterable that
return false for the specified predicate.
|
LazyIntIterable |
LazyIntIterable.reject(IntPredicate predicate) |
default <R extends MutableIntCollection> |
IntIterable.reject(IntPredicate predicate,
R target)
Same as
IntIterable.reject(IntPredicate) , only the results are added to the target MutableIntCollection. |
IntIterable |
IntIterable.select(IntPredicate predicate)
Returns a new IntIterable with all of the elements in the IntIterable that
return true for the specified predicate.
|
LazyIntIterable |
LazyIntIterable.select(IntPredicate predicate) |
default <R extends MutableIntCollection> |
IntIterable.select(IntPredicate predicate,
R target)
Same as
IntIterable.select(IntPredicate) , only the results are added to the target MutableIntCollection. |
| 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) |
BooleanBag |
BooleanBag.selectByOccurrences(IntPredicate predicate)
Returns all elements of the bag that have a number of occurrences that satisfy the predicate.
|
CharBag |
CharBag.selectByOccurrences(IntPredicate predicate)
Returns all elements of the bag that have a number of occurrences that satisfy the predicate.
|
ByteBag |
ByteBag.selectByOccurrences(IntPredicate predicate)
Returns all elements of the bag that have a number of occurrences that satisfy the predicate.
|
ShortBag |
ShortBag.selectByOccurrences(IntPredicate predicate)
Returns all elements of the bag that have a number of occurrences that satisfy the predicate.
|
LongBag |
LongBag.selectByOccurrences(IntPredicate predicate)
Returns all elements of the bag that have a number of occurrences that satisfy the predicate.
|
DoubleBag |
DoubleBag.selectByOccurrences(IntPredicate predicate)
Returns all elements of the bag that have a number of occurrences that satisfy the predicate.
|
FloatBag |
FloatBag.selectByOccurrences(IntPredicate predicate)
Returns all elements of the bag that have a number of occurrences that satisfy the predicate.
|
IntBag |
IntBag.selectByOccurrences(IntPredicate predicate)
Returns all elements of the bag that have a number of occurrences that satisfy the predicate.
|
MutableBooleanBag |
MutableBooleanBag.selectByOccurrences(IntPredicate predicate)
Returns all elements of the bag that have a number of occurrences that satisfy the predicate.
|
MutableCharBag |
MutableCharBag.selectByOccurrences(IntPredicate predicate)
Returns all elements of the bag that have a number of occurrences that satisfy the predicate.
|
MutableByteBag |
MutableByteBag.selectByOccurrences(IntPredicate predicate)
Returns all elements of the bag that have a number of occurrences that satisfy the predicate.
|
MutableShortBag |
MutableShortBag.selectByOccurrences(IntPredicate predicate)
Returns all elements of the bag that have a number of occurrences that satisfy the predicate.
|
MutableLongBag |
MutableLongBag.selectByOccurrences(IntPredicate predicate)
Returns all elements of the bag that have a number of occurrences that satisfy the predicate.
|
MutableDoubleBag |
MutableDoubleBag.selectByOccurrences(IntPredicate predicate)
Returns all elements of the bag that have a number of occurrences that satisfy the predicate.
|
MutableFloatBag |
MutableFloatBag.selectByOccurrences(IntPredicate predicate)
Returns all elements of the bag that have a number of occurrences that satisfy the predicate.
|
MutableIntBag |
MutableIntBag.selectByOccurrences(IntPredicate predicate)
Returns all elements of the bag that have a number of occurrences that satisfy the predicate.
|
ImmutableBooleanBag |
ImmutableBooleanBag.selectByOccurrences(IntPredicate predicate)
Returns all elements of the bag that have a number of occurrences that satisfy the predicate.
|
ImmutableCharBag |
ImmutableCharBag.selectByOccurrences(IntPredicate predicate)
Returns all elements of the bag that have a number of occurrences that satisfy the predicate.
|
ImmutableByteBag |
ImmutableByteBag.selectByOccurrences(IntPredicate predicate)
Returns all elements of the bag that have a number of occurrences that satisfy the predicate.
|
ImmutableShortBag |
ImmutableShortBag.selectByOccurrences(IntPredicate predicate)
Returns all elements of the bag that have a number of occurrences that satisfy the predicate.
|
ImmutableLongBag |
ImmutableLongBag.selectByOccurrences(IntPredicate predicate)
Returns all elements of the bag that have a number of occurrences that satisfy the predicate.
|
ImmutableDoubleBag |
ImmutableDoubleBag.selectByOccurrences(IntPredicate predicate)
Returns all elements of the bag that have a number of occurrences that satisfy the predicate.
|
ImmutableFloatBag |
ImmutableFloatBag.selectByOccurrences(IntPredicate predicate)
Returns all elements of the bag that have a number of occurrences that satisfy the predicate.
|
ImmutableIntBag |
ImmutableIntBag.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 |
|---|---|
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) |
default boolean |
MutableIntCollection.removeIf(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 |
|---|---|
IntBag |
IntValuesMap.reject(IntPredicate predicate) |
MutableIntBag |
MutableIntValuesMap.reject(IntPredicate predicate) |
MutableIntCollection |
MutableObjectIntMap.reject(IntPredicate predicate) |
ImmutableIntBag |
ImmutableCharIntMap.reject(IntPredicate predicate) |
ImmutableIntBag |
ImmutableByteIntMap.reject(IntPredicate predicate) |
ImmutableIntBag |
ImmutableShortIntMap.reject(IntPredicate predicate) |
ImmutableIntBag |
ImmutableLongIntMap.reject(IntPredicate predicate) |
ImmutableIntBag |
ImmutableDoubleIntMap.reject(IntPredicate predicate) |
ImmutableIntBag |
ImmutableFloatIntMap.reject(IntPredicate predicate) |
ImmutableIntBag |
ImmutableIntIntMap.reject(IntPredicate predicate) |
ImmutableIntCollection |
ImmutableObjectIntMap.reject(IntPredicate predicate) |
IntBag |
IntValuesMap.select(IntPredicate predicate) |
MutableIntBag |
MutableIntValuesMap.select(IntPredicate predicate) |
MutableIntCollection |
MutableObjectIntMap.select(IntPredicate predicate) |
ImmutableIntBag |
ImmutableCharIntMap.select(IntPredicate predicate) |
ImmutableIntBag |
ImmutableByteIntMap.select(IntPredicate predicate) |
ImmutableIntBag |
ImmutableShortIntMap.select(IntPredicate predicate) |
ImmutableIntBag |
ImmutableLongIntMap.select(IntPredicate predicate) |
ImmutableIntBag |
ImmutableDoubleIntMap.select(IntPredicate predicate) |
ImmutableIntBag |
ImmutableFloatIntMap.select(IntPredicate predicate) |
ImmutableIntBag |
ImmutableIntIntMap.select(IntPredicate predicate) |
ImmutableIntCollection |
ImmutableObjectIntMap.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–2023. All rights reserved.