Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.ShortPredicate
-
Packages that use ShortPredicate 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.immutable.primitive This package contains implementations of the immutable primitive bag interfaces.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.immutable.primitive This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.org.eclipse.collections.impl.list.mutable.primitive This package contains implementations of the mutable primitive list interfaces.org.eclipse.collections.impl.map.immutable.primitive This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map 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.immutable.primitive This package contains implementations of the immutable primitive set interfaces.org.eclipse.collections.impl.set.mutable.primitive This package contains implementations of the mutable primitive set interfaces.org.eclipse.collections.impl.stack.immutable.primitive This package contains implementations of the immutable primitive stack 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 -
-
Uses of ShortPredicate in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type ShortPredicate 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)
default 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>
RShortIterable. reject(ShortPredicate predicate, R target)
Same asShortIterable.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>
RShortIterable. select(ShortPredicate predicate, R target)
Same asShortIterable.select(ShortPredicate)
, only the results are added to the target MutableShortCollection. -
Uses of ShortPredicate in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive with parameters of type ShortPredicate 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)
-
Uses of ShortPredicate in org.eclipse.collections.api.collection.primitive
Methods in org.eclipse.collections.api.collection.primitive with parameters of type ShortPredicate 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)
-
Uses of ShortPredicate in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive with parameters of type ShortPredicate 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)
-
Uses of ShortPredicate in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type ShortPredicate 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)
-
Uses of ShortPredicate in org.eclipse.collections.api.ordered.primitive
Methods in org.eclipse.collections.api.ordered.primitive with parameters of type ShortPredicate 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)
-
Uses of ShortPredicate in org.eclipse.collections.api.set.primitive
Methods in org.eclipse.collections.api.set.primitive with parameters of type ShortPredicate 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)
-
Uses of ShortPredicate in org.eclipse.collections.api.stack.primitive
Methods in org.eclipse.collections.api.stack.primitive with parameters of type ShortPredicate 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)
-
Uses of ShortPredicate in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive with parameters of type ShortPredicate Modifier and Type Method Description boolean
ImmutableShortEmptyBag. allSatisfy(ShortPredicate predicate)
boolean
ImmutableShortHashBag. allSatisfy(ShortPredicate predicate)
boolean
ImmutableShortSingletonBag. allSatisfy(ShortPredicate predicate)
boolean
ImmutableShortEmptyBag. anySatisfy(ShortPredicate predicate)
boolean
ImmutableShortHashBag. anySatisfy(ShortPredicate predicate)
boolean
ImmutableShortSingletonBag. anySatisfy(ShortPredicate predicate)
int
ImmutableShortEmptyBag. count(ShortPredicate predicate)
int
ImmutableShortHashBag. count(ShortPredicate predicate)
int
ImmutableShortSingletonBag. count(ShortPredicate predicate)
short
ImmutableShortEmptyBag. detectIfNone(ShortPredicate predicate, short ifNone)
short
ImmutableShortHashBag. detectIfNone(ShortPredicate predicate, short ifNone)
short
ImmutableShortSingletonBag. detectIfNone(ShortPredicate predicate, short ifNone)
boolean
ImmutableShortEmptyBag. noneSatisfy(ShortPredicate predicate)
boolean
ImmutableShortHashBag. noneSatisfy(ShortPredicate predicate)
boolean
ImmutableShortSingletonBag. noneSatisfy(ShortPredicate predicate)
ImmutableShortBag
ImmutableShortEmptyBag. reject(ShortPredicate predicate)
ImmutableShortBag
ImmutableShortHashBag. reject(ShortPredicate predicate)
ImmutableShortBag
ImmutableShortSingletonBag. reject(ShortPredicate predicate)
ImmutableShortBag
ImmutableShortEmptyBag. select(ShortPredicate predicate)
ImmutableShortBag
ImmutableShortHashBag. select(ShortPredicate predicate)
ImmutableShortBag
ImmutableShortSingletonBag. select(ShortPredicate predicate)
-
Uses of ShortPredicate in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type ShortPredicate 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)
-
Uses of ShortPredicate in org.eclipse.collections.impl.block.factory.primitive
Classes in org.eclipse.collections.impl.block.factory.primitive that implement ShortPredicate Modifier and Type Class Description private static class
ShortPredicates.AlwaysFalseShortPredicate
private static class
ShortPredicates.AlwaysTrueShortPredicate
private static class
ShortPredicates.AndShortPredicate
private static class
ShortPredicates.EqualsShortPredicate
private static class
ShortPredicates.GreaterThanShortPredicate
private static class
ShortPredicates.LessThanShortPredicate
private static class
ShortPredicates.NotShortPredicate
private static class
ShortPredicates.OrShortPredicate
private static class
ShortPredicates.ShortIsEvenPredicate
private static class
ShortPredicates.ShortIsOddPredicate
Fields in org.eclipse.collections.impl.block.factory.primitive declared as ShortPredicate Modifier and Type Field Description private static ShortPredicate
ShortPredicates. ALWAYS_FALSE
private static ShortPredicate
ShortPredicates. ALWAYS_TRUE
private ShortPredicate
ShortPredicates.NotShortPredicate. negate
private ShortPredicate
ShortPredicates.AndShortPredicate. one
private ShortPredicate
ShortPredicates.OrShortPredicate. one
private ShortPredicate
ShortPredicates.AndShortPredicate. two
private ShortPredicate
ShortPredicates.OrShortPredicate. two
Methods in org.eclipse.collections.impl.block.factory.primitive that return ShortPredicate 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)
Methods in org.eclipse.collections.impl.block.factory.primitive with parameters of type ShortPredicate 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)
Constructors in org.eclipse.collections.impl.block.factory.primitive with parameters of type ShortPredicate Constructor Description AndShortPredicate(ShortPredicate one, ShortPredicate two)
NotShortPredicate(ShortPredicate negate)
OrShortPredicate(ShortPredicate one, ShortPredicate two)
-
Uses of ShortPredicate in org.eclipse.collections.impl.block.function.primitive
Fields in org.eclipse.collections.impl.block.function.primitive with type parameters of type ShortPredicate Modifier and Type Field Description private MutableList<Pair<ShortPredicate,ShortToObjectFunction<? extends V>>>
ShortCaseFunction. predicateFunctions
Methods in org.eclipse.collections.impl.block.function.primitive with parameters of type ShortPredicate Modifier and Type Method Description ShortCaseFunction<V>
ShortCaseFunction. addCase(ShortPredicate predicate, ShortToObjectFunction<? extends V> function)
-
Uses of ShortPredicate in org.eclipse.collections.impl.block.procedure.primitive
Fields in org.eclipse.collections.impl.block.procedure.primitive with type parameters of type ShortPredicate Modifier and Type Field Description private MutableList<Pair<ShortPredicate,ShortProcedure>>
ShortCaseProcedure. predicateProcedures
Methods in org.eclipse.collections.impl.block.procedure.primitive with parameters of type ShortPredicate Modifier and Type Method Description ShortCaseProcedure
ShortCaseProcedure. addCase(ShortPredicate predicate, ShortProcedure procedure)
-
Uses of ShortPredicate in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive with parameters of type ShortPredicate 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)
-
Uses of ShortPredicate in org.eclipse.collections.impl.lazy.primitive
Fields in org.eclipse.collections.impl.lazy.primitive declared as ShortPredicate Modifier and Type Field Description private ShortPredicate
SelectShortIterable.CountShortProcedure. predicate
private ShortPredicate
SelectShortIterable. predicate
private ShortPredicate
SelectShortIterable.SelectShortIterator. predicate
Methods in org.eclipse.collections.impl.lazy.primitive with parameters of type ShortPredicate 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
LazyShortIterableAdapter. noneSatisfy(ShortPredicate predicate)
boolean
TapShortIterable. noneSatisfy(ShortPredicate predicate)
LazyShortIterable
AbstractLazyShortIterable. reject(ShortPredicate predicate)
LazyShortIterable
AbstractLazyShortIterable. select(ShortPredicate predicate)
Constructors in org.eclipse.collections.impl.lazy.primitive with parameters of type ShortPredicate Constructor Description CountShortProcedure(ShortPredicate predicate)
SelectShortIterable(ShortIterable delegate, ShortPredicate predicate)
SelectShortIterator(ShortIterator iterator, ShortPredicate predicate)
SelectShortIterator(ShortIterable iterable, ShortPredicate predicate)
-
Uses of ShortPredicate in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive with parameters of type ShortPredicate Modifier and Type Method Description boolean
ImmutableShortArrayList. allSatisfy(ShortPredicate predicate)
boolean
ImmutableShortEmptyList. allSatisfy(ShortPredicate predicate)
boolean
ImmutableShortSingletonList. allSatisfy(ShortPredicate predicate)
boolean
ImmutableShortArrayList. anySatisfy(ShortPredicate predicate)
boolean
ImmutableShortEmptyList. anySatisfy(ShortPredicate predicate)
boolean
ImmutableShortSingletonList. anySatisfy(ShortPredicate predicate)
int
ImmutableShortArrayList. count(ShortPredicate predicate)
int
ImmutableShortEmptyList. count(ShortPredicate predicate)
int
ImmutableShortSingletonList. count(ShortPredicate predicate)
short
ImmutableShortArrayList. detectIfNone(ShortPredicate predicate, short ifNone)
short
ImmutableShortEmptyList. detectIfNone(ShortPredicate predicate, short ifNone)
short
ImmutableShortSingletonList. detectIfNone(ShortPredicate predicate, short ifNone)
boolean
ImmutableShortEmptyList. noneSatisfy(ShortPredicate predicate)
boolean
ImmutableShortSingletonList. noneSatisfy(ShortPredicate predicate)
ImmutableShortList
ImmutableShortArrayList. reject(ShortPredicate predicate)
<R extends MutableShortCollection>
RImmutableShortArrayList. reject(ShortPredicate predicate, R target)
ImmutableShortList
ImmutableShortEmptyList. reject(ShortPredicate predicate)
ImmutableShortList
ImmutableShortSingletonList. reject(ShortPredicate predicate)
ImmutableShortList
ImmutableShortArrayList. select(ShortPredicate predicate)
<R extends MutableShortCollection>
RImmutableShortArrayList. select(ShortPredicate predicate, R target)
ImmutableShortList
ImmutableShortEmptyList. select(ShortPredicate predicate)
ImmutableShortList
ImmutableShortSingletonList. select(ShortPredicate predicate)
-
Uses of ShortPredicate in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive with parameters of type ShortPredicate 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)
ShortArrayList
ShortArrayList. reject(ShortPredicate predicate)
<R extends MutableShortCollection>
RShortArrayList. 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>
RShortArrayList. select(ShortPredicate predicate, R target)
MutableShortList
SynchronizedShortList. select(ShortPredicate predicate)
MutableShortList
UnmodifiableShortList. select(ShortPredicate predicate)
-
Uses of ShortPredicate in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type ShortPredicate Modifier and Type Method Description boolean
ImmutableByteShortEmptyMap. allSatisfy(ShortPredicate predicate)
boolean
ImmutableByteShortHashMap. allSatisfy(ShortPredicate predicate)
boolean
ImmutableByteShortSingletonMap. allSatisfy(ShortPredicate predicate)
boolean
ImmutableCharShortEmptyMap. allSatisfy(ShortPredicate predicate)
boolean
ImmutableCharShortHashMap. allSatisfy(ShortPredicate predicate)
boolean
ImmutableCharShortSingletonMap. allSatisfy(ShortPredicate predicate)
boolean
ImmutableDoubleShortEmptyMap. allSatisfy(ShortPredicate predicate)
boolean
ImmutableDoubleShortHashMap. allSatisfy(ShortPredicate predicate)
boolean
ImmutableDoubleShortSingletonMap. allSatisfy(ShortPredicate predicate)
boolean
ImmutableFloatShortEmptyMap. allSatisfy(ShortPredicate predicate)
boolean
ImmutableFloatShortHashMap. allSatisfy(ShortPredicate predicate)
boolean
ImmutableFloatShortSingletonMap. allSatisfy(ShortPredicate predicate)
boolean
ImmutableIntShortEmptyMap. allSatisfy(ShortPredicate predicate)
boolean
ImmutableIntShortHashMap. allSatisfy(ShortPredicate predicate)
boolean
ImmutableIntShortSingletonMap. allSatisfy(ShortPredicate predicate)
boolean
ImmutableLongShortEmptyMap. allSatisfy(ShortPredicate predicate)
boolean
ImmutableLongShortHashMap. allSatisfy(ShortPredicate predicate)
boolean
ImmutableLongShortSingletonMap. allSatisfy(ShortPredicate predicate)
boolean
ImmutableObjectShortEmptyMap. allSatisfy(ShortPredicate predicate)
boolean
ImmutableObjectShortHashMap. allSatisfy(ShortPredicate predicate)
boolean
ImmutableObjectShortSingletonMap. allSatisfy(ShortPredicate predicate)
boolean
ImmutableShortShortEmptyMap. allSatisfy(ShortPredicate predicate)
boolean
ImmutableShortShortHashMap. allSatisfy(ShortPredicate predicate)
boolean
ImmutableShortShortSingletonMap. allSatisfy(ShortPredicate predicate)
boolean
ImmutableByteShortEmptyMap. anySatisfy(ShortPredicate predicate)
boolean
ImmutableByteShortHashMap. anySatisfy(ShortPredicate predicate)
boolean
ImmutableByteShortSingletonMap. anySatisfy(ShortPredicate predicate)
boolean
ImmutableCharShortEmptyMap. anySatisfy(ShortPredicate predicate)
boolean
ImmutableCharShortHashMap. anySatisfy(ShortPredicate predicate)
boolean
ImmutableCharShortSingletonMap. anySatisfy(ShortPredicate predicate)
boolean
ImmutableDoubleShortEmptyMap. anySatisfy(ShortPredicate predicate)
boolean
ImmutableDoubleShortHashMap. anySatisfy(ShortPredicate predicate)
boolean
ImmutableDoubleShortSingletonMap. anySatisfy(ShortPredicate predicate)
boolean
ImmutableFloatShortEmptyMap. anySatisfy(ShortPredicate predicate)
boolean
ImmutableFloatShortHashMap. anySatisfy(ShortPredicate predicate)
boolean
ImmutableFloatShortSingletonMap. anySatisfy(ShortPredicate predicate)
boolean
ImmutableIntShortEmptyMap. anySatisfy(ShortPredicate predicate)
boolean
ImmutableIntShortHashMap. anySatisfy(ShortPredicate predicate)
boolean
ImmutableIntShortSingletonMap. anySatisfy(ShortPredicate predicate)
boolean
ImmutableLongShortEmptyMap. anySatisfy(ShortPredicate predicate)
boolean
ImmutableLongShortHashMap. anySatisfy(ShortPredicate predicate)
boolean
ImmutableLongShortSingletonMap. anySatisfy(ShortPredicate predicate)
boolean
ImmutableObjectShortEmptyMap. anySatisfy(ShortPredicate predicate)
boolean
ImmutableObjectShortHashMap. anySatisfy(ShortPredicate predicate)
boolean
ImmutableObjectShortSingletonMap. anySatisfy(ShortPredicate predicate)
boolean
ImmutableShortShortEmptyMap. anySatisfy(ShortPredicate predicate)
boolean
ImmutableShortShortHashMap. anySatisfy(ShortPredicate predicate)
boolean
ImmutableShortShortSingletonMap. anySatisfy(ShortPredicate predicate)
int
ImmutableByteShortEmptyMap. count(ShortPredicate predicate)
int
ImmutableByteShortHashMap. count(ShortPredicate predicate)
int
ImmutableByteShortSingletonMap. count(ShortPredicate predicate)
int
ImmutableCharShortEmptyMap. count(ShortPredicate predicate)
int
ImmutableCharShortHashMap. count(ShortPredicate predicate)
int
ImmutableCharShortSingletonMap. count(ShortPredicate predicate)
int
ImmutableDoubleShortEmptyMap. count(ShortPredicate predicate)
int
ImmutableDoubleShortHashMap. count(ShortPredicate predicate)
int
ImmutableDoubleShortSingletonMap. count(ShortPredicate predicate)
int
ImmutableFloatShortEmptyMap. count(ShortPredicate predicate)
int
ImmutableFloatShortHashMap. count(ShortPredicate predicate)
int
ImmutableFloatShortSingletonMap. count(ShortPredicate predicate)
int
ImmutableIntShortEmptyMap. count(ShortPredicate predicate)
int
ImmutableIntShortHashMap. count(ShortPredicate predicate)
int
ImmutableIntShortSingletonMap. count(ShortPredicate predicate)
int
ImmutableLongShortEmptyMap. count(ShortPredicate predicate)
int
ImmutableLongShortHashMap. count(ShortPredicate predicate)
int
ImmutableLongShortSingletonMap. count(ShortPredicate predicate)
int
ImmutableObjectShortEmptyMap. count(ShortPredicate predicate)
int
ImmutableObjectShortHashMap. count(ShortPredicate predicate)
int
ImmutableObjectShortSingletonMap. count(ShortPredicate predicate)
int
ImmutableShortShortEmptyMap. count(ShortPredicate predicate)
int
ImmutableShortShortHashMap. count(ShortPredicate predicate)
int
ImmutableShortShortSingletonMap. count(ShortPredicate predicate)
short
ImmutableByteShortEmptyMap. detectIfNone(ShortPredicate predicate, short ifNone)
short
ImmutableByteShortHashMap. detectIfNone(ShortPredicate predicate, short ifNone)
short
ImmutableByteShortSingletonMap. detectIfNone(ShortPredicate predicate, short ifNone)
short
ImmutableCharShortEmptyMap. detectIfNone(ShortPredicate predicate, short ifNone)
short
ImmutableCharShortHashMap. detectIfNone(ShortPredicate predicate, short ifNone)
short
ImmutableCharShortSingletonMap. detectIfNone(ShortPredicate predicate, short ifNone)
short
ImmutableDoubleShortEmptyMap. detectIfNone(ShortPredicate predicate, short ifNone)
short
ImmutableDoubleShortHashMap. detectIfNone(ShortPredicate predicate, short ifNone)
short
ImmutableDoubleShortSingletonMap. detectIfNone(ShortPredicate predicate, short ifNone)
short
ImmutableFloatShortEmptyMap. detectIfNone(ShortPredicate predicate, short ifNone)
short
ImmutableFloatShortHashMap. detectIfNone(ShortPredicate predicate, short ifNone)
short
ImmutableFloatShortSingletonMap. detectIfNone(ShortPredicate predicate, short ifNone)
short
ImmutableIntShortEmptyMap. detectIfNone(ShortPredicate predicate, short ifNone)
short
ImmutableIntShortHashMap. detectIfNone(ShortPredicate predicate, short ifNone)
short
ImmutableIntShortSingletonMap. detectIfNone(ShortPredicate predicate, short ifNone)
short
ImmutableLongShortEmptyMap. detectIfNone(ShortPredicate predicate, short ifNone)
short
ImmutableLongShortHashMap. detectIfNone(ShortPredicate predicate, short ifNone)
short
ImmutableLongShortSingletonMap. detectIfNone(ShortPredicate predicate, short ifNone)
short
ImmutableObjectShortEmptyMap. detectIfNone(ShortPredicate predicate, short ifNone)
short
ImmutableObjectShortHashMap. detectIfNone(ShortPredicate predicate, short ifNone)
short
ImmutableObjectShortSingletonMap. detectIfNone(ShortPredicate predicate, short ifNone)
short
ImmutableShortShortEmptyMap. detectIfNone(ShortPredicate predicate, short ifNone)
short
ImmutableShortShortHashMap. detectIfNone(ShortPredicate predicate, short ifNone)
short
ImmutableShortShortSingletonMap. detectIfNone(ShortPredicate predicate, short ifNone)
boolean
ImmutableByteShortEmptyMap. noneSatisfy(ShortPredicate predicate)
boolean
ImmutableByteShortHashMap. noneSatisfy(ShortPredicate predicate)
boolean
ImmutableByteShortSingletonMap. noneSatisfy(ShortPredicate predicate)
boolean
ImmutableCharShortEmptyMap. noneSatisfy(ShortPredicate predicate)
boolean
ImmutableCharShortHashMap. noneSatisfy(ShortPredicate predicate)
boolean
ImmutableCharShortSingletonMap. noneSatisfy(ShortPredicate predicate)
boolean
ImmutableDoubleShortEmptyMap. noneSatisfy(ShortPredicate predicate)
boolean
ImmutableDoubleShortHashMap. noneSatisfy(ShortPredicate predicate)
boolean
ImmutableDoubleShortSingletonMap. noneSatisfy(ShortPredicate predicate)
boolean
ImmutableFloatShortEmptyMap. noneSatisfy(ShortPredicate predicate)
boolean
ImmutableFloatShortHashMap. noneSatisfy(ShortPredicate predicate)
boolean
ImmutableFloatShortSingletonMap. noneSatisfy(ShortPredicate predicate)
boolean
ImmutableIntShortEmptyMap. noneSatisfy(ShortPredicate predicate)
boolean
ImmutableIntShortHashMap. noneSatisfy(ShortPredicate predicate)
boolean
ImmutableIntShortSingletonMap. noneSatisfy(ShortPredicate predicate)
boolean
ImmutableLongShortEmptyMap. noneSatisfy(ShortPredicate predicate)
boolean
ImmutableLongShortHashMap. noneSatisfy(ShortPredicate predicate)
boolean
ImmutableLongShortSingletonMap. noneSatisfy(ShortPredicate predicate)
boolean
ImmutableObjectShortEmptyMap. noneSatisfy(ShortPredicate predicate)
boolean
ImmutableObjectShortHashMap. noneSatisfy(ShortPredicate predicate)
boolean
ImmutableObjectShortSingletonMap. noneSatisfy(ShortPredicate predicate)
boolean
ImmutableShortShortEmptyMap. noneSatisfy(ShortPredicate predicate)
boolean
ImmutableShortShortHashMap. noneSatisfy(ShortPredicate predicate)
boolean
ImmutableShortShortSingletonMap. noneSatisfy(ShortPredicate predicate)
ImmutableShortBag
ImmutableByteShortEmptyMap. reject(ShortPredicate predicate)
ImmutableShortBag
ImmutableByteShortHashMap. reject(ShortPredicate predicate)
ImmutableShortBag
ImmutableByteShortSingletonMap. reject(ShortPredicate predicate)
ImmutableShortBag
ImmutableCharShortEmptyMap. reject(ShortPredicate predicate)
ImmutableShortBag
ImmutableCharShortHashMap. reject(ShortPredicate predicate)
ImmutableShortBag
ImmutableCharShortSingletonMap. reject(ShortPredicate predicate)
ImmutableShortBag
ImmutableDoubleShortEmptyMap. reject(ShortPredicate predicate)
ImmutableShortBag
ImmutableDoubleShortHashMap. reject(ShortPredicate predicate)
ImmutableShortBag
ImmutableDoubleShortSingletonMap. reject(ShortPredicate predicate)
ImmutableShortBag
ImmutableFloatShortEmptyMap. reject(ShortPredicate predicate)
ImmutableShortBag
ImmutableFloatShortHashMap. reject(ShortPredicate predicate)
ImmutableShortBag
ImmutableFloatShortSingletonMap. reject(ShortPredicate predicate)
ImmutableShortBag
ImmutableIntShortEmptyMap. reject(ShortPredicate predicate)
ImmutableShortBag
ImmutableIntShortHashMap. reject(ShortPredicate predicate)
ImmutableShortBag
ImmutableIntShortSingletonMap. reject(ShortPredicate predicate)
ImmutableShortBag
ImmutableLongShortEmptyMap. reject(ShortPredicate predicate)
ImmutableShortBag
ImmutableLongShortHashMap. reject(ShortPredicate predicate)
ImmutableShortBag
ImmutableLongShortSingletonMap. reject(ShortPredicate predicate)
ImmutableShortCollection
ImmutableObjectShortEmptyMap. reject(ShortPredicate predicate)
ImmutableShortCollection
ImmutableObjectShortHashMap. reject(ShortPredicate predicate)
ImmutableShortCollection
ImmutableObjectShortSingletonMap. reject(ShortPredicate predicate)
ImmutableShortBag
ImmutableShortShortEmptyMap. reject(ShortPredicate predicate)
ImmutableShortBag
ImmutableShortShortHashMap. reject(ShortPredicate predicate)
ImmutableShortBag
ImmutableShortShortSingletonMap. reject(ShortPredicate predicate)
ImmutableShortBag
ImmutableByteShortEmptyMap. select(ShortPredicate predicate)
ImmutableShortBag
ImmutableByteShortHashMap. select(ShortPredicate predicate)
ImmutableShortBag
ImmutableByteShortSingletonMap. select(ShortPredicate predicate)
ImmutableShortBag
ImmutableCharShortEmptyMap. select(ShortPredicate predicate)
ImmutableShortBag
ImmutableCharShortHashMap. select(ShortPredicate predicate)
ImmutableShortBag
ImmutableCharShortSingletonMap. select(ShortPredicate predicate)
ImmutableShortBag
ImmutableDoubleShortEmptyMap. select(ShortPredicate predicate)
ImmutableShortBag
ImmutableDoubleShortHashMap. select(ShortPredicate predicate)
ImmutableShortBag
ImmutableDoubleShortSingletonMap. select(ShortPredicate predicate)
ImmutableShortBag
ImmutableFloatShortEmptyMap. select(ShortPredicate predicate)
ImmutableShortBag
ImmutableFloatShortHashMap. select(ShortPredicate predicate)
ImmutableShortBag
ImmutableFloatShortSingletonMap. select(ShortPredicate predicate)
ImmutableShortBag
ImmutableIntShortEmptyMap. select(ShortPredicate predicate)
ImmutableShortBag
ImmutableIntShortHashMap. select(ShortPredicate predicate)
ImmutableShortBag
ImmutableIntShortSingletonMap. select(ShortPredicate predicate)
ImmutableShortBag
ImmutableLongShortEmptyMap. select(ShortPredicate predicate)
ImmutableShortBag
ImmutableLongShortHashMap. select(ShortPredicate predicate)
ImmutableShortBag
ImmutableLongShortSingletonMap. select(ShortPredicate predicate)
ImmutableShortCollection
ImmutableObjectShortEmptyMap. select(ShortPredicate predicate)
ImmutableShortCollection
ImmutableObjectShortHashMap. select(ShortPredicate predicate)
ImmutableShortCollection
ImmutableObjectShortSingletonMap. select(ShortPredicate predicate)
ImmutableShortBag
ImmutableShortShortEmptyMap. select(ShortPredicate predicate)
ImmutableShortBag
ImmutableShortShortHashMap. select(ShortPredicate predicate)
ImmutableShortBag
ImmutableShortShortSingletonMap. select(ShortPredicate predicate)
-
Uses of ShortPredicate in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ShortPredicate Modifier and Type Method Description boolean
AbstractMutableShortKeySet. allSatisfy(ShortPredicate predicate)
boolean
AbstractMutableShortValuesMap.AbstractShortValuesCollection. allSatisfy(ShortPredicate predicate)
boolean
AbstractMutableShortValuesMap. allSatisfy(ShortPredicate predicate)
boolean
ImmutableShortMapKeySet. allSatisfy(ShortPredicate predicate)
boolean
ImmutableShortShortMapKeySet. allSatisfy(ShortPredicate predicate)
boolean
ObjectShortHashMap. allSatisfy(ShortPredicate predicate)
boolean
ObjectShortHashMap.ValuesCollection. allSatisfy(ShortPredicate predicate)
boolean
ObjectShortHashMapWithHashingStrategy. allSatisfy(ShortPredicate predicate)
boolean
ObjectShortHashMapWithHashingStrategy.ValuesCollection. allSatisfy(ShortPredicate predicate)
boolean
ShortBooleanHashMap.KeysView. 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.AbstractShortValuesCollection. anySatisfy(ShortPredicate predicate)
boolean
AbstractMutableShortValuesMap. anySatisfy(ShortPredicate predicate)
boolean
ImmutableShortMapKeySet. anySatisfy(ShortPredicate predicate)
boolean
ImmutableShortShortMapKeySet. anySatisfy(ShortPredicate predicate)
boolean
ObjectShortHashMap. anySatisfy(ShortPredicate predicate)
boolean
ObjectShortHashMap.ValuesCollection. anySatisfy(ShortPredicate predicate)
boolean
ObjectShortHashMapWithHashingStrategy. anySatisfy(ShortPredicate predicate)
boolean
ObjectShortHashMapWithHashingStrategy.ValuesCollection. anySatisfy(ShortPredicate predicate)
boolean
ShortBooleanHashMap.KeysView. 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.AbstractShortValuesCollection. count(ShortPredicate predicate)
int
AbstractMutableShortValuesMap. count(ShortPredicate predicate)
int
ImmutableShortMapKeySet. count(ShortPredicate predicate)
int
ImmutableShortShortMapKeySet. count(ShortPredicate predicate)
int
ObjectShortHashMap. count(ShortPredicate predicate)
int
ObjectShortHashMap.ValuesCollection. count(ShortPredicate predicate)
int
ObjectShortHashMapWithHashingStrategy. count(ShortPredicate predicate)
int
ObjectShortHashMapWithHashingStrategy.ValuesCollection. count(ShortPredicate predicate)
int
ShortBooleanHashMap.KeysView. 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.AbstractShortValuesCollection. detectIfNone(ShortPredicate predicate, short ifNone)
short
AbstractMutableShortValuesMap. detectIfNone(ShortPredicate predicate, short value)
short
ImmutableShortMapKeySet. detectIfNone(ShortPredicate predicate, short ifNone)
short
ImmutableShortShortMapKeySet. detectIfNone(ShortPredicate predicate, short ifNone)
short
ObjectShortHashMap. detectIfNone(ShortPredicate predicate, short ifNone)
short
ObjectShortHashMap.ValuesCollection. detectIfNone(ShortPredicate predicate, short ifNone)
short
ObjectShortHashMapWithHashingStrategy. detectIfNone(ShortPredicate predicate, short ifNone)
short
ObjectShortHashMapWithHashingStrategy.ValuesCollection. detectIfNone(ShortPredicate predicate, short ifNone)
short
ShortBooleanHashMap.KeysView. detectIfNone(ShortPredicate predicate, short value)
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
AbstractMutableShortValuesMap.AbstractShortValuesCollection. noneSatisfy(ShortPredicate predicate)
boolean
ImmutableShortMapKeySet. noneSatisfy(ShortPredicate predicate)
boolean
ImmutableShortShortMapKeySet. noneSatisfy(ShortPredicate predicate)
boolean
ObjectShortHashMap. noneSatisfy(ShortPredicate predicate)
boolean
ObjectShortHashMap.ValuesCollection. noneSatisfy(ShortPredicate predicate)
boolean
ObjectShortHashMapWithHashingStrategy. noneSatisfy(ShortPredicate predicate)
boolean
ObjectShortHashMapWithHashingStrategy.ValuesCollection. 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)
MutableShortCollection
AbstractMutableShortValuesMap.AbstractShortValuesCollection. reject(ShortPredicate predicate)
MutableShortBag
AbstractMutableShortValuesMap. reject(ShortPredicate predicate)
ImmutableShortSet
ImmutableShortMapKeySet. reject(ShortPredicate predicate)
ImmutableShortSet
ImmutableShortShortMapKeySet. reject(ShortPredicate predicate)
MutableShortCollection
ObjectShortHashMap. reject(ShortPredicate predicate)
MutableShortCollection
ObjectShortHashMap.ValuesCollection. reject(ShortPredicate predicate)
MutableShortCollection
ObjectShortHashMapWithHashingStrategy. reject(ShortPredicate predicate)
MutableShortCollection
ObjectShortHashMapWithHashingStrategy.ValuesCollection. 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)
MutableShortCollection
AbstractMutableShortValuesMap.AbstractShortValuesCollection. select(ShortPredicate predicate)
MutableShortBag
AbstractMutableShortValuesMap. select(ShortPredicate predicate)
ImmutableShortSet
ImmutableShortMapKeySet. select(ShortPredicate predicate)
ImmutableShortSet
ImmutableShortShortMapKeySet. select(ShortPredicate predicate)
MutableShortCollection
ObjectShortHashMap. select(ShortPredicate predicate)
MutableShortCollection
ObjectShortHashMap.ValuesCollection. select(ShortPredicate predicate)
MutableShortCollection
ObjectShortHashMapWithHashingStrategy. select(ShortPredicate predicate)
MutableShortCollection
ObjectShortHashMapWithHashingStrategy.ValuesCollection. 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)
-
Uses of ShortPredicate in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive with parameters of type ShortPredicate 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)
-
Uses of ShortPredicate in org.eclipse.collections.impl.set.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.primitive with parameters of type ShortPredicate Modifier and Type Method Description boolean
ImmutableShortEmptySet. allSatisfy(ShortPredicate predicate)
boolean
ImmutableShortSingletonSet. allSatisfy(ShortPredicate predicate)
boolean
ImmutableShortEmptySet. anySatisfy(ShortPredicate predicate)
boolean
ImmutableShortSingletonSet. anySatisfy(ShortPredicate predicate)
int
ImmutableShortEmptySet. count(ShortPredicate predicate)
int
ImmutableShortSingletonSet. count(ShortPredicate predicate)
short
ImmutableShortEmptySet. detectIfNone(ShortPredicate predicate, short ifNone)
short
ImmutableShortSingletonSet. detectIfNone(ShortPredicate predicate, short ifNone)
boolean
ImmutableShortEmptySet. noneSatisfy(ShortPredicate predicate)
boolean
ImmutableShortSingletonSet. noneSatisfy(ShortPredicate predicate)
ImmutableShortSet
ImmutableShortEmptySet. reject(ShortPredicate predicate)
ImmutableShortSet
ImmutableShortSingletonSet. reject(ShortPredicate predicate)
ImmutableShortSet
ImmutableShortEmptySet. select(ShortPredicate predicate)
ImmutableShortSet
ImmutableShortSingletonSet. select(ShortPredicate predicate)
-
Uses of ShortPredicate in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive with parameters of type ShortPredicate Modifier and Type Method Description boolean
ShortHashSet. allSatisfy(ShortPredicate predicate)
boolean
ShortHashSet.ImmutableShortHashSet. allSatisfy(ShortPredicate predicate)
boolean
ShortHashSet. anySatisfy(ShortPredicate predicate)
boolean
ShortHashSet.ImmutableShortHashSet. anySatisfy(ShortPredicate predicate)
int
ShortHashSet. count(ShortPredicate predicate)
int
ShortHashSet.ImmutableShortHashSet. count(ShortPredicate predicate)
short
ShortHashSet. detectIfNone(ShortPredicate predicate, short ifNone)
short
ShortHashSet.ImmutableShortHashSet. detectIfNone(ShortPredicate predicate, short ifNone)
boolean
ShortHashSet.ImmutableShortHashSet. noneSatisfy(ShortPredicate predicate)
ImmutableShortSet
ShortHashSet.ImmutableShortHashSet. reject(ShortPredicate predicate)
ShortHashSet
ShortHashSet. reject(ShortPredicate predicate)
<R extends MutableShortCollection>
RShortHashSet. reject(ShortPredicate predicate, R target)
MutableShortSet
SynchronizedShortSet. reject(ShortPredicate predicate)
MutableShortSet
UnmodifiableShortSet. reject(ShortPredicate predicate)
ImmutableShortSet
ShortHashSet.ImmutableShortHashSet. select(ShortPredicate predicate)
ShortHashSet
ShortHashSet. select(ShortPredicate predicate)
<R extends MutableShortCollection>
RShortHashSet. select(ShortPredicate predicate, R target)
MutableShortSet
SynchronizedShortSet. select(ShortPredicate predicate)
MutableShortSet
UnmodifiableShortSet. select(ShortPredicate predicate)
-
Uses of ShortPredicate in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive with parameters of type ShortPredicate Modifier and Type Method Description boolean
ImmutableShortEmptyStack. allSatisfy(ShortPredicate predicate)
boolean
ImmutableShortSingletonStack. allSatisfy(ShortPredicate predicate)
boolean
ImmutableShortEmptyStack. anySatisfy(ShortPredicate predicate)
boolean
ImmutableShortSingletonStack. anySatisfy(ShortPredicate predicate)
int
ImmutableShortEmptyStack. count(ShortPredicate predicate)
int
ImmutableShortSingletonStack. count(ShortPredicate predicate)
short
ImmutableShortEmptyStack. detectIfNone(ShortPredicate predicate, short ifNone)
short
ImmutableShortSingletonStack. detectIfNone(ShortPredicate predicate, short ifNone)
boolean
ImmutableShortEmptyStack. noneSatisfy(ShortPredicate predicate)
boolean
ImmutableShortSingletonStack. noneSatisfy(ShortPredicate predicate)
ImmutableShortStack
ImmutableShortArrayStack. reject(ShortPredicate predicate)
ImmutableShortStack
ImmutableShortEmptyStack. reject(ShortPredicate predicate)
ImmutableShortStack
ImmutableShortSingletonStack. reject(ShortPredicate predicate)
ImmutableShortStack
ImmutableShortArrayStack. select(ShortPredicate predicate)
ImmutableShortStack
ImmutableShortEmptyStack. select(ShortPredicate predicate)
ImmutableShortStack
ImmutableShortSingletonStack. select(ShortPredicate predicate)
-
Uses of ShortPredicate in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive with parameters of type ShortPredicate 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)
-
Uses of ShortPredicate in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive with parameters of type ShortPredicate 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)
-
Uses of ShortPredicate in org.eclipse.collections.impl.utility.internal.primitive
Methods in org.eclipse.collections.impl.utility.internal.primitive with parameters of type ShortPredicate 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>
RShortIterableIterate. reject(ShortIterable iterable, ShortPredicate predicate, R targetCollection)
static <R extends MutableShortCollection>
RShortIteratorIterate. reject(ShortIterator iterator, ShortPredicate predicate, R targetCollection)
static <R extends MutableShortCollection>
RShortIterableIterate. select(ShortIterable iterable, ShortPredicate predicate, R targetCollection)
static <R extends MutableShortCollection>
RShortIteratorIterate. select(ShortIterator iterator, ShortPredicate predicate, R targetCollection)
-
Uses of ShortPredicate in org.eclipse.collections.impl.utility.primitive
Methods in org.eclipse.collections.impl.utility.primitive with parameters of type ShortPredicate 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.
-