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.
|
org.eclipse.collections.impl.bag.immutable |
This package contains implementations of the
ImmutableBag interface. |
org.eclipse.collections.impl.bag.mutable |
This package contains implementations of the
MutableBag interface. |
org.eclipse.collections.impl.bag.mutable.primitive |
This package contains implementations of the mutable primitive bag interfaces.
|
org.eclipse.collections.impl.bag.sorted.mutable |
This package contains implementations of
MutableSortedBag . |
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.list.primitive |
This package contains implementations of the 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.string.immutable | |
org.eclipse.collections.impl.utility.internal.primitive | |
org.eclipse.collections.impl.utility.primitive |
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) |
LazyIntIterable |
LazyIntIterable.reject(IntPredicate predicate) |
IntIterable |
IntIterable.reject(IntPredicate predicate) |
LazyIntIterable |
LazyIntIterable.select(IntPredicate predicate) |
IntIterable |
IntIterable.select(IntPredicate predicate) |
Modifier and Type | Method and Description |
---|---|
MutableBagIterable<T> |
MutableBagIterable.selectByOccurrences(IntPredicate predicate) |
UnsortedBag<T> |
UnsortedBag.selectByOccurrences(IntPredicate predicate) |
ImmutableBag<T> |
ImmutableBag.selectByOccurrences(IntPredicate predicate) |
ImmutableBagIterable<T> |
ImmutableBagIterable.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.
|
MutableBag<T> |
MutableBag.selectByOccurrences(IntPredicate predicate) |
Modifier and Type | Method and Description |
---|---|
IntBag |
IntBag.reject(IntPredicate predicate) |
ImmutableIntBag |
ImmutableIntBag.reject(IntPredicate predicate) |
MutableIntBag |
MutableIntBag.reject(IntPredicate predicate) |
IntBag |
IntBag.select(IntPredicate predicate) |
ImmutableIntBag |
ImmutableIntBag.select(IntPredicate predicate) |
MutableIntBag |
MutableIntBag.select(IntPredicate predicate) |
Modifier and Type | Method and Description |
---|---|
SortedBag<T> |
SortedBag.selectByOccurrences(IntPredicate predicate) |
ImmutableSortedBag<T> |
ImmutableSortedBag.selectByOccurrences(IntPredicate predicate) |
MutableSortedBag<T> |
MutableSortedBag.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 |
---|---|
ImmutableIntSet |
ImmutableIntSet.reject(IntPredicate predicate) |
MutableIntSet |
MutableIntSet.reject(IntPredicate predicate) |
IntSet |
IntSet.reject(IntPredicate predicate) |
ImmutableIntSet |
ImmutableIntSet.select(IntPredicate predicate) |
MutableIntSet |
MutableIntSet.select(IntPredicate predicate) |
IntSet |
IntSet.select(IntPredicate predicate) |
Modifier and Type | Method and Description |
---|---|
MutableIntStack |
MutableIntStack.reject(IntPredicate predicate) |
IntStack |
IntStack.reject(IntPredicate predicate) |
ImmutableIntStack |
ImmutableIntStack.reject(IntPredicate predicate) |
MutableIntStack |
MutableIntStack.select(IntPredicate predicate) |
IntStack |
IntStack.select(IntPredicate predicate) |
ImmutableIntStack |
ImmutableIntStack.select(IntPredicate predicate) |
Modifier and Type | Method and Description |
---|---|
ImmutableBag<T> |
ImmutableHashBag.selectByOccurrences(IntPredicate predicate) |
ImmutableBag<T> |
ImmutableArrayBag.selectByOccurrences(IntPredicate predicate) |
Modifier and Type | Method and Description |
---|---|
MutableBag<T> |
HashBag.selectByOccurrences(IntPredicate predicate) |
MutableBag<T> |
MultiReaderHashBag.selectByOccurrences(IntPredicate predicate) |
MutableBag<T> |
SynchronizedBag.selectByOccurrences(IntPredicate predicate) |
MutableBag<T> |
UnmodifiableBag.selectByOccurrences(IntPredicate predicate) |
Modifier and Type | Method and Description |
---|---|
boolean |
IntHashBag.allSatisfy(IntPredicate predicate) |
boolean |
IntHashBag.anySatisfy(IntPredicate predicate) |
int |
IntHashBag.count(IntPredicate predicate) |
int |
IntHashBag.detectIfNone(IntPredicate predicate,
int ifNone) |
boolean |
IntHashBag.noneSatisfy(IntPredicate predicate) |
IntHashBag |
IntHashBag.reject(IntPredicate predicate) |
MutableIntBag |
SynchronizedIntBag.reject(IntPredicate predicate) |
MutableIntBag |
UnmodifiableIntBag.reject(IntPredicate predicate) |
IntHashBag |
IntHashBag.select(IntPredicate predicate) |
MutableIntBag |
SynchronizedIntBag.select(IntPredicate predicate) |
MutableIntBag |
UnmodifiableIntBag.select(IntPredicate predicate) |
Modifier and Type | Method and Description |
---|---|
MutableSortedBag<T> |
TreeBag.selectByOccurrences(IntPredicate predicate) |
MutableSortedBag<T> |
UnmodifiableSortedBag.selectByOccurrences(IntPredicate predicate) |
MutableSortedBag<T> |
SynchronizedSortedBag.selectByOccurrences(IntPredicate predicate) |
Modifier and Type | Method and Description |
---|---|
static IntPredicate |
IntPredicates.alwaysFalse() |
static IntPredicate |
IntPredicates.alwaysTrue() |
static IntPredicate |
IntPredicates.and(IntPredicate one,
IntPredicate two) |
static IntPredicate |
IntPredicates.equal(int expected) |
static IntPredicate |
IntPredicates.greaterThan(int expected) |
static IntPredicate |
IntPredicates.isEven() |
static IntPredicate |
IntPredicates.isOdd() |
static IntPredicate |
IntPredicates.lessThan(int expected) |
static IntPredicate |
IntPredicates.not(IntPredicate negate) |
static IntPredicate |
IntPredicates.or(IntPredicate one,
IntPredicate two) |
Modifier and Type | Method and Description |
---|---|
static IntPredicate |
IntPredicates.and(IntPredicate one,
IntPredicate two) |
static IntPredicate |
IntPredicates.not(IntPredicate negate) |
static IntPredicate |
IntPredicates.or(IntPredicate one,
IntPredicate two) |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractUnmodifiableIntCollection.allSatisfy(IntPredicate predicate) |
boolean |
AbstractSynchronizedIntCollection.allSatisfy(IntPredicate predicate) |
boolean |
AbstractUnmodifiableIntCollection.anySatisfy(IntPredicate predicate) |
boolean |
AbstractSynchronizedIntCollection.anySatisfy(IntPredicate predicate) |
int |
AbstractUnmodifiableIntCollection.count(IntPredicate predicate) |
int |
AbstractSynchronizedIntCollection.count(IntPredicate predicate) |
int |
AbstractUnmodifiableIntCollection.detectIfNone(IntPredicate predicate,
int ifNone) |
int |
AbstractSynchronizedIntCollection.detectIfNone(IntPredicate predicate,
int ifNone) |
boolean |
AbstractUnmodifiableIntCollection.noneSatisfy(IntPredicate predicate) |
boolean |
AbstractSynchronizedIntCollection.noneSatisfy(IntPredicate predicate) |
MutableIntCollection |
AbstractUnmodifiableIntCollection.reject(IntPredicate predicate) |
MutableIntCollection |
AbstractSynchronizedIntCollection.reject(IntPredicate predicate) |
MutableIntCollection |
AbstractUnmodifiableIntCollection.select(IntPredicate predicate) |
MutableIntCollection |
AbstractSynchronizedIntCollection.select(IntPredicate predicate) |
Modifier and Type | Method and Description |
---|---|
boolean |
CollectIntIterable.allSatisfy(IntPredicate predicate) |
boolean |
LazyIntIterableAdapter.allSatisfy(IntPredicate predicate) |
boolean |
AbstractLazyIntIterable.allSatisfy(IntPredicate predicate) |
boolean |
SelectIntIterable.allSatisfy(IntPredicate predicate) |
boolean |
CollectIntIterable.anySatisfy(IntPredicate predicate) |
boolean |
LazyIntIterableAdapter.anySatisfy(IntPredicate predicate) |
boolean |
AbstractLazyIntIterable.anySatisfy(IntPredicate predicate) |
boolean |
SelectIntIterable.anySatisfy(IntPredicate predicate) |
int |
CollectIntIterable.count(IntPredicate predicate) |
int |
LazyIntIterableAdapter.count(IntPredicate predicate) |
int |
AbstractLazyIntIterable.count(IntPredicate predicate) |
int |
SelectIntIterable.count(IntPredicate predicate) |
int |
LazyIntIterableAdapter.detectIfNone(IntPredicate predicate,
int ifNone) |
int |
AbstractLazyIntIterable.detectIfNone(IntPredicate predicate,
int ifNone) |
boolean |
CollectIntIterable.noneSatisfy(IntPredicate predicate) |
boolean |
LazyIntIterableAdapter.noneSatisfy(IntPredicate predicate) |
boolean |
AbstractLazyIntIterable.noneSatisfy(IntPredicate predicate) |
boolean |
SelectIntIterable.noneSatisfy(IntPredicate predicate) |
LazyIntIterable |
AbstractLazyIntIterable.reject(IntPredicate predicate) |
LazyIntIterable |
AbstractLazyIntIterable.select(IntPredicate predicate) |
Constructor and Description |
---|
SelectIntIterable(IntIterable delegate,
IntPredicate predicate) |
Modifier and Type | Method and Description |
---|---|
boolean |
IntArrayList.allSatisfy(IntPredicate predicate) |
boolean |
IntArrayList.anySatisfy(IntPredicate predicate) |
int |
IntArrayList.count(IntPredicate predicate) |
int |
IntArrayList.detectIfNone(IntPredicate predicate,
int ifNone) |
boolean |
IntArrayList.noneSatisfy(IntPredicate predicate) |
MutableIntList |
SynchronizedIntList.reject(IntPredicate predicate) |
MutableIntList |
UnmodifiableIntList.reject(IntPredicate predicate) |
IntArrayList |
IntArrayList.reject(IntPredicate predicate) |
MutableIntList |
SynchronizedIntList.select(IntPredicate predicate) |
MutableIntList |
UnmodifiableIntList.select(IntPredicate predicate) |
IntArrayList |
IntArrayList.select(IntPredicate predicate) |
Modifier and Type | Method and Description |
---|---|
boolean |
IntInterval.allSatisfy(IntPredicate predicate) |
boolean |
IntInterval.anySatisfy(IntPredicate predicate) |
int |
IntInterval.count(IntPredicate predicate) |
int |
IntInterval.detectIfNone(IntPredicate predicate,
int ifNone) |
boolean |
IntInterval.noneSatisfy(IntPredicate predicate) |
ImmutableIntList |
IntInterval.reject(IntPredicate predicate) |
ImmutableIntList |
IntInterval.select(IntPredicate predicate) |
Modifier and Type | Method and Description |
---|---|
boolean |
SynchronizedFloatIntMap.allSatisfy(IntPredicate predicate) |
boolean |
ObjectIntHashMapWithHashingStrategy.allSatisfy(IntPredicate predicate) |
boolean |
SynchronizedObjectIntMap.allSatisfy(IntPredicate predicate) |
boolean |
UnmodifiableByteIntMap.allSatisfy(IntPredicate predicate) |
boolean |
AbstractMutableIntValuesMap.allSatisfy(IntPredicate predicate) |
boolean |
SynchronizedShortIntMap.allSatisfy(IntPredicate predicate) |
boolean |
SynchronizedCharIntMap.allSatisfy(IntPredicate predicate) |
boolean |
UnmodifiableShortIntMap.allSatisfy(IntPredicate predicate) |
boolean |
SynchronizedDoubleIntMap.allSatisfy(IntPredicate predicate) |
boolean |
SynchronizedByteIntMap.allSatisfy(IntPredicate predicate) |
boolean |
UnmodifiableCharIntMap.allSatisfy(IntPredicate predicate) |
boolean |
SynchronizedLongIntMap.allSatisfy(IntPredicate predicate) |
boolean |
AbstractMutableIntKeySet.allSatisfy(IntPredicate predicate) |
boolean |
UnmodifiableIntIntMap.allSatisfy(IntPredicate predicate) |
boolean |
ObjectIntHashMap.allSatisfy(IntPredicate predicate) |
boolean |
UnmodifiableFloatIntMap.allSatisfy(IntPredicate predicate) |
boolean |
UnmodifiableLongIntMap.allSatisfy(IntPredicate predicate) |
boolean |
UnmodifiableObjectIntMap.allSatisfy(IntPredicate predicate) |
boolean |
UnmodifiableDoubleIntMap.allSatisfy(IntPredicate predicate) |
boolean |
SynchronizedIntIntMap.allSatisfy(IntPredicate predicate) |
boolean |
SynchronizedFloatIntMap.anySatisfy(IntPredicate predicate) |
boolean |
ObjectIntHashMapWithHashingStrategy.anySatisfy(IntPredicate predicate) |
boolean |
SynchronizedObjectIntMap.anySatisfy(IntPredicate predicate) |
boolean |
UnmodifiableByteIntMap.anySatisfy(IntPredicate predicate) |
boolean |
AbstractMutableIntValuesMap.anySatisfy(IntPredicate predicate) |
boolean |
SynchronizedShortIntMap.anySatisfy(IntPredicate predicate) |
boolean |
SynchronizedCharIntMap.anySatisfy(IntPredicate predicate) |
boolean |
UnmodifiableShortIntMap.anySatisfy(IntPredicate predicate) |
boolean |
SynchronizedDoubleIntMap.anySatisfy(IntPredicate predicate) |
boolean |
SynchronizedByteIntMap.anySatisfy(IntPredicate predicate) |
boolean |
UnmodifiableCharIntMap.anySatisfy(IntPredicate predicate) |
boolean |
SynchronizedLongIntMap.anySatisfy(IntPredicate predicate) |
boolean |
AbstractMutableIntKeySet.anySatisfy(IntPredicate predicate) |
boolean |
UnmodifiableIntIntMap.anySatisfy(IntPredicate predicate) |
boolean |
ObjectIntHashMap.anySatisfy(IntPredicate predicate) |
boolean |
UnmodifiableFloatIntMap.anySatisfy(IntPredicate predicate) |
boolean |
UnmodifiableLongIntMap.anySatisfy(IntPredicate predicate) |
boolean |
UnmodifiableObjectIntMap.anySatisfy(IntPredicate predicate) |
boolean |
UnmodifiableDoubleIntMap.anySatisfy(IntPredicate predicate) |
boolean |
SynchronizedIntIntMap.anySatisfy(IntPredicate predicate) |
int |
SynchronizedFloatIntMap.count(IntPredicate predicate) |
int |
ObjectIntHashMapWithHashingStrategy.count(IntPredicate predicate) |
int |
SynchronizedObjectIntMap.count(IntPredicate predicate) |
int |
UnmodifiableByteIntMap.count(IntPredicate predicate) |
int |
AbstractMutableIntValuesMap.count(IntPredicate predicate) |
int |
SynchronizedShortIntMap.count(IntPredicate predicate) |
int |
SynchronizedCharIntMap.count(IntPredicate predicate) |
int |
UnmodifiableShortIntMap.count(IntPredicate predicate) |
int |
SynchronizedDoubleIntMap.count(IntPredicate predicate) |
int |
SynchronizedByteIntMap.count(IntPredicate predicate) |
int |
UnmodifiableCharIntMap.count(IntPredicate predicate) |
int |
SynchronizedLongIntMap.count(IntPredicate predicate) |
int |
AbstractMutableIntKeySet.count(IntPredicate predicate) |
int |
UnmodifiableIntIntMap.count(IntPredicate predicate) |
int |
ObjectIntHashMap.count(IntPredicate predicate) |
int |
UnmodifiableFloatIntMap.count(IntPredicate predicate) |
int |
UnmodifiableLongIntMap.count(IntPredicate predicate) |
int |
UnmodifiableObjectIntMap.count(IntPredicate predicate) |
int |
UnmodifiableDoubleIntMap.count(IntPredicate predicate) |
int |
SynchronizedIntIntMap.count(IntPredicate predicate) |
int |
SynchronizedFloatIntMap.detectIfNone(IntPredicate predicate,
int ifNone) |
int |
ObjectIntHashMapWithHashingStrategy.detectIfNone(IntPredicate predicate,
int ifNone) |
int |
SynchronizedObjectIntMap.detectIfNone(IntPredicate predicate,
int ifNone) |
int |
UnmodifiableByteIntMap.detectIfNone(IntPredicate predicate,
int ifNone) |
int |
AbstractMutableIntValuesMap.detectIfNone(IntPredicate predicate,
int value) |
int |
SynchronizedShortIntMap.detectIfNone(IntPredicate predicate,
int ifNone) |
int |
SynchronizedCharIntMap.detectIfNone(IntPredicate predicate,
int ifNone) |
int |
UnmodifiableShortIntMap.detectIfNone(IntPredicate predicate,
int ifNone) |
int |
SynchronizedDoubleIntMap.detectIfNone(IntPredicate predicate,
int ifNone) |
int |
SynchronizedByteIntMap.detectIfNone(IntPredicate predicate,
int ifNone) |
int |
UnmodifiableCharIntMap.detectIfNone(IntPredicate predicate,
int ifNone) |
int |
SynchronizedLongIntMap.detectIfNone(IntPredicate predicate,
int ifNone) |
int |
AbstractMutableIntKeySet.detectIfNone(IntPredicate predicate,
int ifNone) |
int |
UnmodifiableIntIntMap.detectIfNone(IntPredicate predicate,
int ifNone) |
int |
ObjectIntHashMap.detectIfNone(IntPredicate predicate,
int ifNone) |
int |
UnmodifiableFloatIntMap.detectIfNone(IntPredicate predicate,
int ifNone) |
int |
UnmodifiableLongIntMap.detectIfNone(IntPredicate predicate,
int ifNone) |
int |
UnmodifiableObjectIntMap.detectIfNone(IntPredicate predicate,
int ifNone) |
int |
UnmodifiableDoubleIntMap.detectIfNone(IntPredicate predicate,
int ifNone) |
int |
SynchronizedIntIntMap.detectIfNone(IntPredicate predicate,
int ifNone) |
boolean |
SynchronizedFloatIntMap.noneSatisfy(IntPredicate predicate) |
boolean |
ObjectIntHashMapWithHashingStrategy.noneSatisfy(IntPredicate predicate) |
boolean |
SynchronizedObjectIntMap.noneSatisfy(IntPredicate predicate) |
boolean |
UnmodifiableByteIntMap.noneSatisfy(IntPredicate predicate) |
boolean |
AbstractMutableIntValuesMap.noneSatisfy(IntPredicate predicate) |
boolean |
SynchronizedShortIntMap.noneSatisfy(IntPredicate predicate) |
boolean |
SynchronizedCharIntMap.noneSatisfy(IntPredicate predicate) |
boolean |
UnmodifiableShortIntMap.noneSatisfy(IntPredicate predicate) |
boolean |
SynchronizedDoubleIntMap.noneSatisfy(IntPredicate predicate) |
boolean |
SynchronizedByteIntMap.noneSatisfy(IntPredicate predicate) |
boolean |
UnmodifiableCharIntMap.noneSatisfy(IntPredicate predicate) |
boolean |
SynchronizedLongIntMap.noneSatisfy(IntPredicate predicate) |
boolean |
AbstractMutableIntKeySet.noneSatisfy(IntPredicate predicate) |
boolean |
UnmodifiableIntIntMap.noneSatisfy(IntPredicate predicate) |
boolean |
ObjectIntHashMap.noneSatisfy(IntPredicate predicate) |
boolean |
UnmodifiableFloatIntMap.noneSatisfy(IntPredicate predicate) |
boolean |
UnmodifiableLongIntMap.noneSatisfy(IntPredicate predicate) |
boolean |
UnmodifiableObjectIntMap.noneSatisfy(IntPredicate predicate) |
boolean |
UnmodifiableDoubleIntMap.noneSatisfy(IntPredicate predicate) |
boolean |
SynchronizedIntIntMap.noneSatisfy(IntPredicate predicate) |
MutableIntCollection |
SynchronizedFloatIntMap.reject(IntPredicate predicate) |
MutableIntCollection |
ObjectIntHashMapWithHashingStrategy.reject(IntPredicate predicate) |
MutableIntCollection |
SynchronizedObjectIntMap.reject(IntPredicate predicate) |
MutableIntCollection |
UnmodifiableByteIntMap.reject(IntPredicate predicate) |
MutableIntCollection |
AbstractMutableIntValuesMap.reject(IntPredicate predicate) |
MutableIntCollection |
SynchronizedShortIntMap.reject(IntPredicate predicate) |
MutableIntCollection |
SynchronizedCharIntMap.reject(IntPredicate predicate) |
MutableIntCollection |
UnmodifiableShortIntMap.reject(IntPredicate predicate) |
MutableIntCollection |
SynchronizedDoubleIntMap.reject(IntPredicate predicate) |
MutableIntCollection |
SynchronizedByteIntMap.reject(IntPredicate predicate) |
MutableIntCollection |
UnmodifiableCharIntMap.reject(IntPredicate predicate) |
MutableIntCollection |
SynchronizedLongIntMap.reject(IntPredicate predicate) |
MutableIntSet |
AbstractMutableIntKeySet.reject(IntPredicate predicate) |
MutableIntCollection |
UnmodifiableIntIntMap.reject(IntPredicate predicate) |
MutableIntCollection |
ObjectIntHashMap.reject(IntPredicate predicate) |
MutableIntCollection |
UnmodifiableFloatIntMap.reject(IntPredicate predicate) |
MutableIntCollection |
UnmodifiableLongIntMap.reject(IntPredicate predicate) |
MutableIntCollection |
UnmodifiableObjectIntMap.reject(IntPredicate predicate) |
MutableIntCollection |
UnmodifiableDoubleIntMap.reject(IntPredicate predicate) |
MutableIntCollection |
SynchronizedIntIntMap.reject(IntPredicate predicate) |
MutableIntCollection |
SynchronizedFloatIntMap.select(IntPredicate predicate) |
MutableIntCollection |
ObjectIntHashMapWithHashingStrategy.select(IntPredicate predicate) |
MutableIntCollection |
SynchronizedObjectIntMap.select(IntPredicate predicate) |
MutableIntCollection |
UnmodifiableByteIntMap.select(IntPredicate predicate) |
MutableIntCollection |
AbstractMutableIntValuesMap.select(IntPredicate predicate) |
MutableIntCollection |
SynchronizedShortIntMap.select(IntPredicate predicate) |
MutableIntCollection |
SynchronizedCharIntMap.select(IntPredicate predicate) |
MutableIntCollection |
UnmodifiableShortIntMap.select(IntPredicate predicate) |
MutableIntCollection |
SynchronizedDoubleIntMap.select(IntPredicate predicate) |
MutableIntCollection |
SynchronizedByteIntMap.select(IntPredicate predicate) |
MutableIntCollection |
UnmodifiableCharIntMap.select(IntPredicate predicate) |
MutableIntCollection |
SynchronizedLongIntMap.select(IntPredicate predicate) |
MutableIntSet |
AbstractMutableIntKeySet.select(IntPredicate predicate) |
MutableIntCollection |
UnmodifiableIntIntMap.select(IntPredicate predicate) |
MutableIntCollection |
ObjectIntHashMap.select(IntPredicate predicate) |
MutableIntCollection |
UnmodifiableFloatIntMap.select(IntPredicate predicate) |
MutableIntCollection |
UnmodifiableLongIntMap.select(IntPredicate predicate) |
MutableIntCollection |
UnmodifiableObjectIntMap.select(IntPredicate predicate) |
MutableIntCollection |
UnmodifiableDoubleIntMap.select(IntPredicate predicate) |
MutableIntCollection |
SynchronizedIntIntMap.select(IntPredicate predicate) |
Modifier and Type | Method and Description |
---|---|
boolean |
SynchronizedIntIterable.allSatisfy(IntPredicate predicate) |
boolean |
SynchronizedIntIterable.anySatisfy(IntPredicate predicate) |
int |
SynchronizedIntIterable.count(IntPredicate predicate) |
int |
SynchronizedIntIterable.detectIfNone(IntPredicate predicate,
int ifNone) |
boolean |
SynchronizedIntIterable.noneSatisfy(IntPredicate predicate) |
IntIterable |
SynchronizedIntIterable.reject(IntPredicate predicate) |
IntIterable |
SynchronizedIntIterable.select(IntPredicate predicate) |
Modifier and Type | Method and Description |
---|---|
boolean |
IntHashSet.allSatisfy(IntPredicate predicate) |
boolean |
IntHashSet.anySatisfy(IntPredicate predicate) |
int |
IntHashSet.count(IntPredicate predicate) |
int |
IntHashSet.detectIfNone(IntPredicate predicate,
int ifNone) |
boolean |
IntHashSet.noneSatisfy(IntPredicate predicate) |
MutableIntSet |
IntHashSet.reject(IntPredicate predicate) |
MutableIntSet |
UnmodifiableIntSet.reject(IntPredicate predicate) |
MutableIntSet |
SynchronizedIntSet.reject(IntPredicate predicate) |
IntHashSet |
IntHashSet.select(IntPredicate predicate) |
MutableIntSet |
UnmodifiableIntSet.select(IntPredicate predicate) |
MutableIntSet |
SynchronizedIntSet.select(IntPredicate predicate) |
Modifier and Type | Method and Description |
---|---|
boolean |
UnmodifiableIntStack.allSatisfy(IntPredicate predicate) |
boolean |
SynchronizedIntStack.allSatisfy(IntPredicate predicate) |
boolean |
IntArrayStack.allSatisfy(IntPredicate predicate) |
boolean |
UnmodifiableIntStack.anySatisfy(IntPredicate predicate) |
boolean |
SynchronizedIntStack.anySatisfy(IntPredicate predicate) |
boolean |
IntArrayStack.anySatisfy(IntPredicate predicate) |
int |
UnmodifiableIntStack.count(IntPredicate predicate) |
int |
SynchronizedIntStack.count(IntPredicate predicate) |
int |
IntArrayStack.count(IntPredicate predicate) |
int |
UnmodifiableIntStack.detectIfNone(IntPredicate predicate,
int ifNone) |
int |
SynchronizedIntStack.detectIfNone(IntPredicate predicate,
int ifNone) |
int |
IntArrayStack.detectIfNone(IntPredicate predicate,
int ifNone) |
boolean |
UnmodifiableIntStack.noneSatisfy(IntPredicate predicate) |
boolean |
SynchronizedIntStack.noneSatisfy(IntPredicate predicate) |
boolean |
IntArrayStack.noneSatisfy(IntPredicate predicate) |
MutableIntStack |
UnmodifiableIntStack.reject(IntPredicate predicate) |
MutableIntStack |
SynchronizedIntStack.reject(IntPredicate predicate) |
MutableIntStack |
IntArrayStack.reject(IntPredicate predicate) |
MutableIntStack |
UnmodifiableIntStack.select(IntPredicate predicate) |
MutableIntStack |
SynchronizedIntStack.select(IntPredicate predicate) |
MutableIntStack |
IntArrayStack.select(IntPredicate predicate) |
Modifier and Type | Method and Description |
---|---|
boolean |
CodePointList.allSatisfy(IntPredicate predicate) |
boolean |
CodePointAdapter.allSatisfy(IntPredicate predicate) |
boolean |
CodePointList.anySatisfy(IntPredicate predicate) |
boolean |
CodePointAdapter.anySatisfy(IntPredicate predicate) |
int |
CodePointList.count(IntPredicate predicate) |
int |
CodePointAdapter.count(IntPredicate predicate) |
int |
CodePointList.detectIfNone(IntPredicate predicate,
int ifNone) |
int |
CodePointAdapter.detectIfNone(IntPredicate predicate,
int ifNone) |
boolean |
CodePointList.noneSatisfy(IntPredicate predicate) |
boolean |
CodePointAdapter.noneSatisfy(IntPredicate predicate) |
CodePointList |
CodePointList.reject(IntPredicate predicate) |
CodePointAdapter |
CodePointAdapter.reject(IntPredicate predicate) |
CodePointList |
CodePointList.select(IntPredicate predicate) |
CodePointAdapter |
CodePointAdapter.select(IntPredicate predicate) |
Modifier and Type | Method and Description |
---|---|
static boolean |
IntIterableIterate.allSatisfy(IntIterable iterable,
IntPredicate predicate) |
static boolean |
IntIteratorIterate.allSatisfy(IntIterator iterator,
IntPredicate predicate) |
static boolean |
IntIterableIterate.anySatisfy(IntIterable iterable,
IntPredicate predicate) |
static boolean |
IntIteratorIterate.anySatisfy(IntIterator iterator,
IntPredicate predicate) |
static int |
IntIterableIterate.count(IntIterable iterable,
IntPredicate predicate) |
static int |
IntIteratorIterate.count(IntIterator iterator,
IntPredicate predicate) |
static int |
IntIterableIterate.detectIfNone(IntIterable iterable,
IntPredicate predicate,
int ifNone) |
static int |
IntIteratorIterate.detectIfNone(IntIterator iterator,
IntPredicate predicate,
int ifNone) |
static boolean |
IntIterableIterate.noneSatisfy(IntIterable iterable,
IntPredicate predicate) |
static boolean |
IntIteratorIterate.noneSatisfy(IntIterator iterator,
IntPredicate predicate) |
static <R extends MutableIntCollection> |
IntIterableIterate.reject(IntIterable iterable,
IntPredicate predicate,
R targetCollection) |
static <R extends MutableIntCollection> |
IntIteratorIterate.reject(IntIterator iterator,
IntPredicate predicate,
R targetCollection) |
static <R extends MutableIntCollection> |
IntIterableIterate.select(IntIterable iterable,
IntPredicate predicate,
R targetCollection) |
static <R extends MutableIntCollection> |
IntIteratorIterate.select(IntIterator iterator,
IntPredicate predicate,
R targetCollection) |
Modifier and Type | Method and Description |
---|---|
static <V> LazyIterable<V> |
LazyIntIterate.collectIf(IntIterable iterable,
IntPredicate predicate,
IntToObjectFunction<? extends V> function)
Creates a deferred filtering and transforming int iterable for the specified int iterable.
|
static LazyIntIterable |
LazyIntIterate.select(IntIterable iterable,
IntPredicate predicate)
Creates a deferred filtering int iterable for the specified int iterable.
|
Copyright © 2004–2016. All rights reserved.