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.
|
org.eclipse.collections.impl.bag.mutable.primitive |
This package contains implementations of the mutable primitive bag interfaces.
|
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.block.function.primitive |
This package contains implementations of primitive functions.
|
org.eclipse.collections.impl.block.procedure.primitive |
This package contains implementations of primitive procedures.
|
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.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.stack.primitive | |
org.eclipse.collections.impl.utility.internal.primitive | |
org.eclipse.collections.impl.utility.primitive |
Modifier and Type | Method | Description |
---|---|---|
boolean |
ShortIterable.allSatisfy(ShortPredicate predicate) |
Returns true if all of the elements in the ShortIterable return true for the
specified predicate, otherwise returns false.
|
boolean |
ShortIterable.anySatisfy(ShortPredicate predicate) |
Returns true if any of the elements in the ShortIterable return true for the
specified predicate, otherwise returns false.
|
int |
ShortIterable.count(ShortPredicate predicate) |
Returns a count of the number of elements in the ShortIterable that return true for the
specified predicate.
|
short |
ShortIterable.detectIfNone(ShortPredicate predicate,
short ifNone) |
|
boolean |
ShortIterable.noneSatisfy(ShortPredicate predicate) |
Returns true if none of the elements in the ShortIterable return true for the
specified predicate, otherwise returns false.
|
LazyShortIterable |
LazyShortIterable.reject(ShortPredicate predicate) |
|
ShortIterable |
ShortIterable.reject(ShortPredicate predicate) |
Returns a new ShortIterable with all of the elements in the ShortIterable that
return false for the specified predicate.
|
default <R extends MutableShortCollection> |
ShortIterable.reject(ShortPredicate predicate,
R target) |
Same as
ShortIterable.reject(ShortPredicate) , only the results are added to the target MutableShortCollection. |
LazyShortIterable |
LazyShortIterable.select(ShortPredicate predicate) |
|
ShortIterable |
ShortIterable.select(ShortPredicate predicate) |
Returns a new ShortIterable with all of the elements in the ShortIterable that
return true for the specified predicate.
|
default <R extends MutableShortCollection> |
ShortIterable.select(ShortPredicate predicate,
R target) |
Same as
ShortIterable.select(ShortPredicate) , only the results are added to the target MutableShortCollection. |
Modifier and Type | Method | Description |
---|---|---|
ImmutableShortBag |
ImmutableShortBag.reject(ShortPredicate predicate) |
|
MutableShortBag |
MutableShortBag.reject(ShortPredicate predicate) |
|
ShortBag |
ShortBag.reject(ShortPredicate predicate) |
|
ImmutableShortBag |
ImmutableShortBag.select(ShortPredicate predicate) |
|
MutableShortBag |
MutableShortBag.select(ShortPredicate predicate) |
|
ShortBag |
ShortBag.select(ShortPredicate predicate) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableShortCollection |
ImmutableShortCollection.reject(ShortPredicate predicate) |
|
MutableShortCollection |
MutableShortCollection.reject(ShortPredicate predicate) |
|
default boolean |
MutableShortCollection.removeIf(ShortPredicate predicate) |
|
ImmutableShortCollection |
ImmutableShortCollection.select(ShortPredicate predicate) |
|
MutableShortCollection |
MutableShortCollection.select(ShortPredicate predicate) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableShortList |
ImmutableShortList.reject(ShortPredicate predicate) |
|
MutableShortList |
MutableShortList.reject(ShortPredicate predicate) |
|
ShortList |
ShortList.reject(ShortPredicate predicate) |
|
ImmutableShortList |
ImmutableShortList.select(ShortPredicate predicate) |
|
MutableShortList |
MutableShortList.select(ShortPredicate predicate) |
|
ShortList |
ShortList.select(ShortPredicate predicate) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableShortBag |
ImmutableByteShortMap.reject(ShortPredicate predicate) |
|
ImmutableShortBag |
ImmutableCharShortMap.reject(ShortPredicate predicate) |
|
ImmutableShortBag |
ImmutableDoubleShortMap.reject(ShortPredicate predicate) |
|
ImmutableShortBag |
ImmutableFloatShortMap.reject(ShortPredicate predicate) |
|
ImmutableShortBag |
ImmutableIntShortMap.reject(ShortPredicate predicate) |
|
ImmutableShortBag |
ImmutableLongShortMap.reject(ShortPredicate predicate) |
|
ImmutableShortCollection |
ImmutableObjectShortMap.reject(ShortPredicate predicate) |
|
ImmutableShortBag |
ImmutableShortShortMap.reject(ShortPredicate predicate) |
|
MutableShortCollection |
MutableObjectShortMap.reject(ShortPredicate predicate) |
|
MutableShortBag |
MutableShortValuesMap.reject(ShortPredicate predicate) |
|
ShortBag |
ShortValuesMap.reject(ShortPredicate predicate) |
|
ImmutableShortBag |
ImmutableByteShortMap.select(ShortPredicate predicate) |
|
ImmutableShortBag |
ImmutableCharShortMap.select(ShortPredicate predicate) |
|
ImmutableShortBag |
ImmutableDoubleShortMap.select(ShortPredicate predicate) |
|
ImmutableShortBag |
ImmutableFloatShortMap.select(ShortPredicate predicate) |
|
ImmutableShortBag |
ImmutableIntShortMap.select(ShortPredicate predicate) |
|
ImmutableShortBag |
ImmutableLongShortMap.select(ShortPredicate predicate) |
|
ImmutableShortCollection |
ImmutableObjectShortMap.select(ShortPredicate predicate) |
|
ImmutableShortBag |
ImmutableShortShortMap.select(ShortPredicate predicate) |
|
MutableShortCollection |
MutableObjectShortMap.select(ShortPredicate predicate) |
|
MutableShortBag |
MutableShortValuesMap.select(ShortPredicate predicate) |
|
ShortBag |
ShortValuesMap.select(ShortPredicate predicate) |
Modifier and Type | Method | Description |
---|---|---|
OrderedShortIterable |
OrderedShortIterable.reject(ShortPredicate predicate) |
|
ReversibleShortIterable |
ReversibleShortIterable.reject(ShortPredicate predicate) |
|
OrderedShortIterable |
OrderedShortIterable.select(ShortPredicate predicate) |
|
ReversibleShortIterable |
ReversibleShortIterable.select(ShortPredicate predicate) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableShortSet |
ImmutableShortSet.reject(ShortPredicate predicate) |
|
MutableShortSet |
MutableShortSet.reject(ShortPredicate predicate) |
|
ShortSet |
ShortSet.reject(ShortPredicate predicate) |
|
ImmutableShortSet |
ImmutableShortSet.select(ShortPredicate predicate) |
|
MutableShortSet |
MutableShortSet.select(ShortPredicate predicate) |
|
ShortSet |
ShortSet.select(ShortPredicate predicate) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableShortStack |
ImmutableShortStack.reject(ShortPredicate predicate) |
|
MutableShortStack |
MutableShortStack.reject(ShortPredicate predicate) |
|
ShortStack |
ShortStack.reject(ShortPredicate predicate) |
|
ImmutableShortStack |
ImmutableShortStack.select(ShortPredicate predicate) |
|
MutableShortStack |
MutableShortStack.select(ShortPredicate predicate) |
|
ShortStack |
ShortStack.select(ShortPredicate predicate) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
ShortHashBag.allSatisfy(ShortPredicate predicate) |
|
boolean |
ShortHashBag.anySatisfy(ShortPredicate predicate) |
|
int |
ShortHashBag.count(ShortPredicate predicate) |
|
short |
ShortHashBag.detectIfNone(ShortPredicate predicate,
short ifNone) |
|
boolean |
ShortHashBag.noneSatisfy(ShortPredicate predicate) |
|
ShortHashBag |
ShortHashBag.reject(ShortPredicate predicate) |
|
MutableShortBag |
SynchronizedShortBag.reject(ShortPredicate predicate) |
|
MutableShortBag |
UnmodifiableShortBag.reject(ShortPredicate predicate) |
|
boolean |
ShortHashBag.removeIf(ShortPredicate predicate) |
|
ShortHashBag |
ShortHashBag.select(ShortPredicate predicate) |
|
MutableShortBag |
SynchronizedShortBag.select(ShortPredicate predicate) |
|
MutableShortBag |
UnmodifiableShortBag.select(ShortPredicate predicate) |
Modifier and Type | Method | Description |
---|---|---|
static ShortPredicate |
ShortPredicates.alwaysFalse() |
|
static ShortPredicate |
ShortPredicates.alwaysTrue() |
|
static ShortPredicate |
ShortPredicates.and(ShortPredicate one,
ShortPredicate two) |
|
static ShortPredicate |
ShortPredicates.equal(short expected) |
|
static ShortPredicate |
ShortPredicates.greaterThan(short expected) |
|
static ShortPredicate |
ShortPredicates.isEven() |
|
static ShortPredicate |
ShortPredicates.isOdd() |
|
static ShortPredicate |
ShortPredicates.lessThan(short expected) |
|
static ShortPredicate |
ShortPredicates.not(ShortPredicate negate) |
|
static ShortPredicate |
ShortPredicates.or(ShortPredicate one,
ShortPredicate two) |
Modifier and Type | Method | Description |
---|---|---|
static ShortPredicate |
ShortPredicates.and(ShortPredicate one,
ShortPredicate two) |
|
static ShortPredicate |
ShortPredicates.not(ShortPredicate negate) |
|
static ShortPredicate |
ShortPredicates.or(ShortPredicate one,
ShortPredicate two) |
Modifier and Type | Method | Description |
---|---|---|
ShortCaseFunction<V> |
ShortCaseFunction.addCase(ShortPredicate predicate,
ShortToObjectFunction<? extends V> function) |
Modifier and Type | Method | Description |
---|---|---|
ShortCaseProcedure |
ShortCaseProcedure.addCase(ShortPredicate predicate,
ShortProcedure procedure) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
AbstractSynchronizedShortCollection.allSatisfy(ShortPredicate predicate) |
|
boolean |
AbstractUnmodifiableShortCollection.allSatisfy(ShortPredicate predicate) |
|
boolean |
AbstractSynchronizedShortCollection.anySatisfy(ShortPredicate predicate) |
|
boolean |
AbstractUnmodifiableShortCollection.anySatisfy(ShortPredicate predicate) |
|
int |
AbstractSynchronizedShortCollection.count(ShortPredicate predicate) |
|
int |
AbstractUnmodifiableShortCollection.count(ShortPredicate predicate) |
|
short |
AbstractSynchronizedShortCollection.detectIfNone(ShortPredicate predicate,
short ifNone) |
|
short |
AbstractUnmodifiableShortCollection.detectIfNone(ShortPredicate predicate,
short ifNone) |
|
boolean |
AbstractSynchronizedShortCollection.noneSatisfy(ShortPredicate predicate) |
|
boolean |
AbstractUnmodifiableShortCollection.noneSatisfy(ShortPredicate predicate) |
|
MutableShortCollection |
AbstractSynchronizedShortCollection.reject(ShortPredicate predicate) |
|
MutableShortCollection |
AbstractUnmodifiableShortCollection.reject(ShortPredicate predicate) |
|
boolean |
AbstractSynchronizedShortCollection.removeIf(ShortPredicate predicate) |
|
boolean |
AbstractUnmodifiableShortCollection.removeIf(ShortPredicate predicate) |
|
MutableShortCollection |
AbstractSynchronizedShortCollection.select(ShortPredicate predicate) |
|
MutableShortCollection |
AbstractUnmodifiableShortCollection.select(ShortPredicate predicate) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
AbstractLazyShortIterable.allSatisfy(ShortPredicate predicate) |
|
boolean |
CollectShortIterable.allSatisfy(ShortPredicate predicate) |
|
boolean |
LazyShortIterableAdapter.allSatisfy(ShortPredicate predicate) |
|
boolean |
SelectShortIterable.allSatisfy(ShortPredicate predicate) |
|
boolean |
TapShortIterable.allSatisfy(ShortPredicate predicate) |
|
boolean |
AbstractLazyShortIterable.anySatisfy(ShortPredicate predicate) |
|
boolean |
CollectShortIterable.anySatisfy(ShortPredicate predicate) |
|
boolean |
LazyShortIterableAdapter.anySatisfy(ShortPredicate predicate) |
|
boolean |
SelectShortIterable.anySatisfy(ShortPredicate predicate) |
|
boolean |
TapShortIterable.anySatisfy(ShortPredicate predicate) |
|
int |
AbstractLazyShortIterable.count(ShortPredicate predicate) |
|
int |
CollectShortIterable.count(ShortPredicate predicate) |
|
int |
LazyShortIterableAdapter.count(ShortPredicate predicate) |
|
int |
SelectShortIterable.count(ShortPredicate predicate) |
|
short |
AbstractLazyShortIterable.detectIfNone(ShortPredicate predicate,
short ifNone) |
|
short |
LazyShortIterableAdapter.detectIfNone(ShortPredicate predicate,
short ifNone) |
|
short |
TapShortIterable.detectIfNone(ShortPredicate predicate,
short ifNone) |
|
boolean |
AbstractLazyShortIterable.noneSatisfy(ShortPredicate predicate) |
|
boolean |
CollectShortIterable.noneSatisfy(ShortPredicate predicate) |
|
boolean |
LazyShortIterableAdapter.noneSatisfy(ShortPredicate predicate) |
|
boolean |
SelectShortIterable.noneSatisfy(ShortPredicate predicate) |
|
boolean |
TapShortIterable.noneSatisfy(ShortPredicate predicate) |
|
LazyShortIterable |
AbstractLazyShortIterable.reject(ShortPredicate predicate) |
|
LazyShortIterable |
AbstractLazyShortIterable.select(ShortPredicate predicate) |
Constructor | Description |
---|---|
SelectShortIterable(ShortIterable delegate,
ShortPredicate predicate) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
ShortArrayList.allSatisfy(ShortPredicate predicate) |
|
boolean |
ShortArrayList.anySatisfy(ShortPredicate predicate) |
|
int |
ShortArrayList.count(ShortPredicate predicate) |
|
short |
ShortArrayList.detectIfNone(ShortPredicate predicate,
short ifNone) |
|
boolean |
ShortArrayList.noneSatisfy(ShortPredicate predicate) |
|
ShortArrayList |
ShortArrayList.reject(ShortPredicate predicate) |
|
<R extends MutableShortCollection> |
ShortArrayList.reject(ShortPredicate predicate,
R target) |
|
MutableShortList |
SynchronizedShortList.reject(ShortPredicate predicate) |
|
MutableShortList |
UnmodifiableShortList.reject(ShortPredicate predicate) |
|
boolean |
ShortArrayList.removeIf(ShortPredicate predicate) |
|
ShortArrayList |
ShortArrayList.select(ShortPredicate predicate) |
|
<R extends MutableShortCollection> |
ShortArrayList.select(ShortPredicate predicate,
R target) |
|
MutableShortList |
SynchronizedShortList.select(ShortPredicate predicate) |
|
MutableShortList |
UnmodifiableShortList.select(ShortPredicate predicate) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
AbstractMutableShortKeySet.allSatisfy(ShortPredicate predicate) |
|
boolean |
AbstractMutableShortValuesMap.allSatisfy(ShortPredicate predicate) |
|
boolean |
ObjectShortHashMap.allSatisfy(ShortPredicate predicate) |
|
boolean |
ObjectShortHashMapWithHashingStrategy.allSatisfy(ShortPredicate predicate) |
|
boolean |
SynchronizedByteShortMap.allSatisfy(ShortPredicate predicate) |
|
boolean |
SynchronizedCharShortMap.allSatisfy(ShortPredicate predicate) |
|
boolean |
SynchronizedDoubleShortMap.allSatisfy(ShortPredicate predicate) |
|
boolean |
SynchronizedFloatShortMap.allSatisfy(ShortPredicate predicate) |
|
boolean |
SynchronizedIntShortMap.allSatisfy(ShortPredicate predicate) |
|
boolean |
SynchronizedLongShortMap.allSatisfy(ShortPredicate predicate) |
|
boolean |
SynchronizedObjectShortMap.allSatisfy(ShortPredicate predicate) |
|
boolean |
SynchronizedShortShortMap.allSatisfy(ShortPredicate predicate) |
|
boolean |
UnmodifiableByteShortMap.allSatisfy(ShortPredicate predicate) |
|
boolean |
UnmodifiableCharShortMap.allSatisfy(ShortPredicate predicate) |
|
boolean |
UnmodifiableDoubleShortMap.allSatisfy(ShortPredicate predicate) |
|
boolean |
UnmodifiableFloatShortMap.allSatisfy(ShortPredicate predicate) |
|
boolean |
UnmodifiableIntShortMap.allSatisfy(ShortPredicate predicate) |
|
boolean |
UnmodifiableLongShortMap.allSatisfy(ShortPredicate predicate) |
|
boolean |
UnmodifiableObjectShortMap.allSatisfy(ShortPredicate predicate) |
|
boolean |
UnmodifiableShortShortMap.allSatisfy(ShortPredicate predicate) |
|
boolean |
AbstractMutableShortKeySet.anySatisfy(ShortPredicate predicate) |
|
boolean |
AbstractMutableShortValuesMap.anySatisfy(ShortPredicate predicate) |
|
boolean |
ObjectShortHashMap.anySatisfy(ShortPredicate predicate) |
|
boolean |
ObjectShortHashMapWithHashingStrategy.anySatisfy(ShortPredicate predicate) |
|
boolean |
SynchronizedByteShortMap.anySatisfy(ShortPredicate predicate) |
|
boolean |
SynchronizedCharShortMap.anySatisfy(ShortPredicate predicate) |
|
boolean |
SynchronizedDoubleShortMap.anySatisfy(ShortPredicate predicate) |
|
boolean |
SynchronizedFloatShortMap.anySatisfy(ShortPredicate predicate) |
|
boolean |
SynchronizedIntShortMap.anySatisfy(ShortPredicate predicate) |
|
boolean |
SynchronizedLongShortMap.anySatisfy(ShortPredicate predicate) |
|
boolean |
SynchronizedObjectShortMap.anySatisfy(ShortPredicate predicate) |
|
boolean |
SynchronizedShortShortMap.anySatisfy(ShortPredicate predicate) |
|
boolean |
UnmodifiableByteShortMap.anySatisfy(ShortPredicate predicate) |
|
boolean |
UnmodifiableCharShortMap.anySatisfy(ShortPredicate predicate) |
|
boolean |
UnmodifiableDoubleShortMap.anySatisfy(ShortPredicate predicate) |
|
boolean |
UnmodifiableFloatShortMap.anySatisfy(ShortPredicate predicate) |
|
boolean |
UnmodifiableIntShortMap.anySatisfy(ShortPredicate predicate) |
|
boolean |
UnmodifiableLongShortMap.anySatisfy(ShortPredicate predicate) |
|
boolean |
UnmodifiableObjectShortMap.anySatisfy(ShortPredicate predicate) |
|
boolean |
UnmodifiableShortShortMap.anySatisfy(ShortPredicate predicate) |
|
int |
AbstractMutableShortKeySet.count(ShortPredicate predicate) |
|
int |
AbstractMutableShortValuesMap.count(ShortPredicate predicate) |
|
int |
ObjectShortHashMap.count(ShortPredicate predicate) |
|
int |
ObjectShortHashMapWithHashingStrategy.count(ShortPredicate predicate) |
|
int |
SynchronizedByteShortMap.count(ShortPredicate predicate) |
|
int |
SynchronizedCharShortMap.count(ShortPredicate predicate) |
|
int |
SynchronizedDoubleShortMap.count(ShortPredicate predicate) |
|
int |
SynchronizedFloatShortMap.count(ShortPredicate predicate) |
|
int |
SynchronizedIntShortMap.count(ShortPredicate predicate) |
|
int |
SynchronizedLongShortMap.count(ShortPredicate predicate) |
|
int |
SynchronizedObjectShortMap.count(ShortPredicate predicate) |
|
int |
SynchronizedShortShortMap.count(ShortPredicate predicate) |
|
int |
UnmodifiableByteShortMap.count(ShortPredicate predicate) |
|
int |
UnmodifiableCharShortMap.count(ShortPredicate predicate) |
|
int |
UnmodifiableDoubleShortMap.count(ShortPredicate predicate) |
|
int |
UnmodifiableFloatShortMap.count(ShortPredicate predicate) |
|
int |
UnmodifiableIntShortMap.count(ShortPredicate predicate) |
|
int |
UnmodifiableLongShortMap.count(ShortPredicate predicate) |
|
int |
UnmodifiableObjectShortMap.count(ShortPredicate predicate) |
|
int |
UnmodifiableShortShortMap.count(ShortPredicate predicate) |
|
short |
AbstractMutableShortKeySet.detectIfNone(ShortPredicate predicate,
short ifNone) |
|
short |
AbstractMutableShortValuesMap.detectIfNone(ShortPredicate predicate,
short value) |
|
short |
ObjectShortHashMap.detectIfNone(ShortPredicate predicate,
short ifNone) |
|
short |
ObjectShortHashMapWithHashingStrategy.detectIfNone(ShortPredicate predicate,
short ifNone) |
|
short |
SynchronizedByteShortMap.detectIfNone(ShortPredicate predicate,
short ifNone) |
|
short |
SynchronizedCharShortMap.detectIfNone(ShortPredicate predicate,
short ifNone) |
|
short |
SynchronizedDoubleShortMap.detectIfNone(ShortPredicate predicate,
short ifNone) |
|
short |
SynchronizedFloatShortMap.detectIfNone(ShortPredicate predicate,
short ifNone) |
|
short |
SynchronizedIntShortMap.detectIfNone(ShortPredicate predicate,
short ifNone) |
|
short |
SynchronizedLongShortMap.detectIfNone(ShortPredicate predicate,
short ifNone) |
|
short |
SynchronizedObjectShortMap.detectIfNone(ShortPredicate predicate,
short ifNone) |
|
short |
SynchronizedShortShortMap.detectIfNone(ShortPredicate predicate,
short ifNone) |
|
short |
UnmodifiableByteShortMap.detectIfNone(ShortPredicate predicate,
short ifNone) |
|
short |
UnmodifiableCharShortMap.detectIfNone(ShortPredicate predicate,
short ifNone) |
|
short |
UnmodifiableDoubleShortMap.detectIfNone(ShortPredicate predicate,
short ifNone) |
|
short |
UnmodifiableFloatShortMap.detectIfNone(ShortPredicate predicate,
short ifNone) |
|
short |
UnmodifiableIntShortMap.detectIfNone(ShortPredicate predicate,
short ifNone) |
|
short |
UnmodifiableLongShortMap.detectIfNone(ShortPredicate predicate,
short ifNone) |
|
short |
UnmodifiableObjectShortMap.detectIfNone(ShortPredicate predicate,
short ifNone) |
|
short |
UnmodifiableShortShortMap.detectIfNone(ShortPredicate predicate,
short ifNone) |
|
boolean |
AbstractMutableShortKeySet.noneSatisfy(ShortPredicate predicate) |
|
boolean |
AbstractMutableShortValuesMap.noneSatisfy(ShortPredicate predicate) |
|
boolean |
ObjectShortHashMap.noneSatisfy(ShortPredicate predicate) |
|
boolean |
ObjectShortHashMapWithHashingStrategy.noneSatisfy(ShortPredicate predicate) |
|
boolean |
SynchronizedByteShortMap.noneSatisfy(ShortPredicate predicate) |
|
boolean |
SynchronizedCharShortMap.noneSatisfy(ShortPredicate predicate) |
|
boolean |
SynchronizedDoubleShortMap.noneSatisfy(ShortPredicate predicate) |
|
boolean |
SynchronizedFloatShortMap.noneSatisfy(ShortPredicate predicate) |
|
boolean |
SynchronizedIntShortMap.noneSatisfy(ShortPredicate predicate) |
|
boolean |
SynchronizedLongShortMap.noneSatisfy(ShortPredicate predicate) |
|
boolean |
SynchronizedObjectShortMap.noneSatisfy(ShortPredicate predicate) |
|
boolean |
SynchronizedShortShortMap.noneSatisfy(ShortPredicate predicate) |
|
boolean |
UnmodifiableByteShortMap.noneSatisfy(ShortPredicate predicate) |
|
boolean |
UnmodifiableCharShortMap.noneSatisfy(ShortPredicate predicate) |
|
boolean |
UnmodifiableDoubleShortMap.noneSatisfy(ShortPredicate predicate) |
|
boolean |
UnmodifiableFloatShortMap.noneSatisfy(ShortPredicate predicate) |
|
boolean |
UnmodifiableIntShortMap.noneSatisfy(ShortPredicate predicate) |
|
boolean |
UnmodifiableLongShortMap.noneSatisfy(ShortPredicate predicate) |
|
boolean |
UnmodifiableObjectShortMap.noneSatisfy(ShortPredicate predicate) |
|
boolean |
UnmodifiableShortShortMap.noneSatisfy(ShortPredicate predicate) |
|
MutableShortSet |
AbstractMutableShortKeySet.reject(ShortPredicate predicate) |
|
MutableShortBag |
AbstractMutableShortValuesMap.reject(ShortPredicate predicate) |
|
MutableShortCollection |
ObjectShortHashMap.reject(ShortPredicate predicate) |
|
MutableShortCollection |
ObjectShortHashMapWithHashingStrategy.reject(ShortPredicate predicate) |
|
MutableShortBag |
SynchronizedByteShortMap.reject(ShortPredicate predicate) |
|
MutableShortBag |
SynchronizedCharShortMap.reject(ShortPredicate predicate) |
|
MutableShortBag |
SynchronizedDoubleShortMap.reject(ShortPredicate predicate) |
|
MutableShortBag |
SynchronizedFloatShortMap.reject(ShortPredicate predicate) |
|
MutableShortBag |
SynchronizedIntShortMap.reject(ShortPredicate predicate) |
|
MutableShortBag |
SynchronizedLongShortMap.reject(ShortPredicate predicate) |
|
MutableShortCollection |
SynchronizedObjectShortMap.reject(ShortPredicate predicate) |
|
MutableShortBag |
SynchronizedShortShortMap.reject(ShortPredicate predicate) |
|
MutableShortBag |
UnmodifiableByteShortMap.reject(ShortPredicate predicate) |
|
MutableShortBag |
UnmodifiableCharShortMap.reject(ShortPredicate predicate) |
|
MutableShortBag |
UnmodifiableDoubleShortMap.reject(ShortPredicate predicate) |
|
MutableShortBag |
UnmodifiableFloatShortMap.reject(ShortPredicate predicate) |
|
MutableShortBag |
UnmodifiableIntShortMap.reject(ShortPredicate predicate) |
|
MutableShortBag |
UnmodifiableLongShortMap.reject(ShortPredicate predicate) |
|
MutableShortCollection |
UnmodifiableObjectShortMap.reject(ShortPredicate predicate) |
|
MutableShortBag |
UnmodifiableShortShortMap.reject(ShortPredicate predicate) |
|
MutableShortSet |
AbstractMutableShortKeySet.select(ShortPredicate predicate) |
|
MutableShortBag |
AbstractMutableShortValuesMap.select(ShortPredicate predicate) |
|
MutableShortCollection |
ObjectShortHashMap.select(ShortPredicate predicate) |
|
MutableShortCollection |
ObjectShortHashMapWithHashingStrategy.select(ShortPredicate predicate) |
|
MutableShortBag |
SynchronizedByteShortMap.select(ShortPredicate predicate) |
|
MutableShortBag |
SynchronizedCharShortMap.select(ShortPredicate predicate) |
|
MutableShortBag |
SynchronizedDoubleShortMap.select(ShortPredicate predicate) |
|
MutableShortBag |
SynchronizedFloatShortMap.select(ShortPredicate predicate) |
|
MutableShortBag |
SynchronizedIntShortMap.select(ShortPredicate predicate) |
|
MutableShortBag |
SynchronizedLongShortMap.select(ShortPredicate predicate) |
|
MutableShortCollection |
SynchronizedObjectShortMap.select(ShortPredicate predicate) |
|
MutableShortBag |
SynchronizedShortShortMap.select(ShortPredicate predicate) |
|
MutableShortBag |
UnmodifiableByteShortMap.select(ShortPredicate predicate) |
|
MutableShortBag |
UnmodifiableCharShortMap.select(ShortPredicate predicate) |
|
MutableShortBag |
UnmodifiableDoubleShortMap.select(ShortPredicate predicate) |
|
MutableShortBag |
UnmodifiableFloatShortMap.select(ShortPredicate predicate) |
|
MutableShortBag |
UnmodifiableIntShortMap.select(ShortPredicate predicate) |
|
MutableShortBag |
UnmodifiableLongShortMap.select(ShortPredicate predicate) |
|
MutableShortCollection |
UnmodifiableObjectShortMap.select(ShortPredicate predicate) |
|
MutableShortBag |
UnmodifiableShortShortMap.select(ShortPredicate predicate) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
SynchronizedShortIterable.allSatisfy(ShortPredicate predicate) |
|
boolean |
SynchronizedShortIterable.anySatisfy(ShortPredicate predicate) |
|
int |
SynchronizedShortIterable.count(ShortPredicate predicate) |
|
short |
SynchronizedShortIterable.detectIfNone(ShortPredicate predicate,
short ifNone) |
|
boolean |
SynchronizedShortIterable.noneSatisfy(ShortPredicate predicate) |
|
ShortIterable |
SynchronizedShortIterable.reject(ShortPredicate predicate) |
|
ShortIterable |
SynchronizedShortIterable.select(ShortPredicate predicate) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
ShortHashSet.allSatisfy(ShortPredicate predicate) |
|
boolean |
ShortHashSet.anySatisfy(ShortPredicate predicate) |
|
int |
ShortHashSet.count(ShortPredicate predicate) |
|
short |
ShortHashSet.detectIfNone(ShortPredicate predicate,
short ifNone) |
|
boolean |
ShortHashSet.noneSatisfy(ShortPredicate predicate) |
|
ShortHashSet |
ShortHashSet.reject(ShortPredicate predicate) |
|
<R extends MutableShortCollection> |
ShortHashSet.reject(ShortPredicate predicate,
R target) |
|
MutableShortSet |
SynchronizedShortSet.reject(ShortPredicate predicate) |
|
MutableShortSet |
UnmodifiableShortSet.reject(ShortPredicate predicate) |
|
ShortHashSet |
ShortHashSet.select(ShortPredicate predicate) |
|
<R extends MutableShortCollection> |
ShortHashSet.select(ShortPredicate predicate,
R target) |
|
MutableShortSet |
SynchronizedShortSet.select(ShortPredicate predicate) |
|
MutableShortSet |
UnmodifiableShortSet.select(ShortPredicate predicate) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
SynchronizedShortStack.allSatisfy(ShortPredicate predicate) |
|
boolean |
UnmodifiableShortStack.allSatisfy(ShortPredicate predicate) |
|
boolean |
SynchronizedShortStack.anySatisfy(ShortPredicate predicate) |
|
boolean |
UnmodifiableShortStack.anySatisfy(ShortPredicate predicate) |
|
int |
SynchronizedShortStack.count(ShortPredicate predicate) |
|
int |
UnmodifiableShortStack.count(ShortPredicate predicate) |
|
short |
SynchronizedShortStack.detectIfNone(ShortPredicate predicate,
short ifNone) |
|
short |
UnmodifiableShortStack.detectIfNone(ShortPredicate predicate,
short ifNone) |
|
boolean |
SynchronizedShortStack.noneSatisfy(ShortPredicate predicate) |
|
boolean |
UnmodifiableShortStack.noneSatisfy(ShortPredicate predicate) |
|
MutableShortStack |
ShortArrayStack.reject(ShortPredicate predicate) |
|
MutableShortStack |
SynchronizedShortStack.reject(ShortPredicate predicate) |
|
MutableShortStack |
UnmodifiableShortStack.reject(ShortPredicate predicate) |
|
MutableShortStack |
ShortArrayStack.select(ShortPredicate predicate) |
|
MutableShortStack |
SynchronizedShortStack.select(ShortPredicate predicate) |
|
MutableShortStack |
UnmodifiableShortStack.select(ShortPredicate predicate) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
AbstractShortStack.allSatisfy(ShortPredicate predicate) |
|
boolean |
AbstractShortStack.anySatisfy(ShortPredicate predicate) |
|
int |
AbstractShortStack.count(ShortPredicate predicate) |
|
short |
AbstractShortStack.detectIfNone(ShortPredicate predicate,
short ifNone) |
|
boolean |
AbstractShortStack.noneSatisfy(ShortPredicate predicate) |
Modifier and Type | Method | Description |
---|---|---|
static boolean |
ShortIterableIterate.allSatisfy(ShortIterable iterable,
ShortPredicate predicate) |
|
static boolean |
ShortIteratorIterate.allSatisfy(ShortIterator iterator,
ShortPredicate predicate) |
|
static boolean |
ShortIterableIterate.anySatisfy(ShortIterable iterable,
ShortPredicate predicate) |
|
static boolean |
ShortIteratorIterate.anySatisfy(ShortIterator iterator,
ShortPredicate predicate) |
|
static int |
ShortIterableIterate.count(ShortIterable iterable,
ShortPredicate predicate) |
|
static int |
ShortIteratorIterate.count(ShortIterator iterator,
ShortPredicate predicate) |
|
static short |
ShortIterableIterate.detectIfNone(ShortIterable iterable,
ShortPredicate predicate,
short ifNone) |
|
static short |
ShortIteratorIterate.detectIfNone(ShortIterator iterator,
ShortPredicate predicate,
short ifNone) |
|
static boolean |
ShortIterableIterate.noneSatisfy(ShortIterable iterable,
ShortPredicate predicate) |
|
static boolean |
ShortIteratorIterate.noneSatisfy(ShortIterator iterator,
ShortPredicate predicate) |
|
static <R extends MutableShortCollection> |
ShortIterableIterate.reject(ShortIterable iterable,
ShortPredicate predicate,
R targetCollection) |
|
static <R extends MutableShortCollection> |
ShortIteratorIterate.reject(ShortIterator iterator,
ShortPredicate predicate,
R targetCollection) |
|
static <R extends MutableShortCollection> |
ShortIterableIterate.select(ShortIterable iterable,
ShortPredicate predicate,
R targetCollection) |
|
static <R extends MutableShortCollection> |
ShortIteratorIterate.select(ShortIterator iterator,
ShortPredicate predicate,
R targetCollection) |
Modifier and Type | Method | Description |
---|---|---|
static <V> LazyIterable<V> |
LazyShortIterate.collectIf(ShortIterable iterable,
ShortPredicate predicate,
ShortToObjectFunction<? extends V> function) |
Creates a deferred filtering and transforming short iterable for the specified short iterable.
|
static LazyShortIterable |
LazyShortIterate.select(ShortIterable iterable,
ShortPredicate predicate) |
Creates a deferred filtering short iterable for the specified short iterable.
|
Copyright © 2004–2019. All rights reserved.