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 booleanShortIterable. allSatisfy(ShortPredicate predicate)Returns true if all of the elements in the ShortIterable return true for the specified predicate, otherwise returns false.booleanShortIterable. anySatisfy(ShortPredicate predicate)Returns true if any of the elements in the ShortIterable return true for the specified predicate, otherwise returns false.intShortIterable. count(ShortPredicate predicate)Returns a count of the number of elements in the ShortIterable that return true for the specified predicate.shortShortIterable. detectIfNone(ShortPredicate predicate, short ifNone)default booleanShortIterable. noneSatisfy(ShortPredicate predicate)Returns true if none of the elements in the ShortIterable return true for the specified predicate, otherwise returns false.LazyShortIterableLazyShortIterable. reject(ShortPredicate predicate)ShortIterableShortIterable. 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.LazyShortIterableLazyShortIterable. select(ShortPredicate predicate)ShortIterableShortIterable. 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 ImmutableShortBagImmutableShortBag. reject(ShortPredicate predicate)MutableShortBagMutableShortBag. reject(ShortPredicate predicate)ShortBagShortBag. reject(ShortPredicate predicate)ImmutableShortBagImmutableShortBag. select(ShortPredicate predicate)MutableShortBagMutableShortBag. select(ShortPredicate predicate)ShortBagShortBag. 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 ImmutableShortCollectionImmutableShortCollection. reject(ShortPredicate predicate)MutableShortCollectionMutableShortCollection. reject(ShortPredicate predicate)default booleanMutableShortCollection. removeIf(ShortPredicate predicate)ImmutableShortCollectionImmutableShortCollection. select(ShortPredicate predicate)MutableShortCollectionMutableShortCollection. 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 ImmutableShortListImmutableShortList. reject(ShortPredicate predicate)MutableShortListMutableShortList. reject(ShortPredicate predicate)ShortListShortList. reject(ShortPredicate predicate)ImmutableShortListImmutableShortList. select(ShortPredicate predicate)MutableShortListMutableShortList. select(ShortPredicate predicate)ShortListShortList. 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 ImmutableShortBagImmutableByteShortMap. reject(ShortPredicate predicate)ImmutableShortBagImmutableCharShortMap. reject(ShortPredicate predicate)ImmutableShortBagImmutableDoubleShortMap. reject(ShortPredicate predicate)ImmutableShortBagImmutableFloatShortMap. reject(ShortPredicate predicate)ImmutableShortBagImmutableIntShortMap. reject(ShortPredicate predicate)ImmutableShortBagImmutableLongShortMap. reject(ShortPredicate predicate)ImmutableShortCollectionImmutableObjectShortMap. reject(ShortPredicate predicate)ImmutableShortBagImmutableShortShortMap. reject(ShortPredicate predicate)MutableShortCollectionMutableObjectShortMap. reject(ShortPredicate predicate)MutableShortBagMutableShortValuesMap. reject(ShortPredicate predicate)ShortBagShortValuesMap. reject(ShortPredicate predicate)ImmutableShortBagImmutableByteShortMap. select(ShortPredicate predicate)ImmutableShortBagImmutableCharShortMap. select(ShortPredicate predicate)ImmutableShortBagImmutableDoubleShortMap. select(ShortPredicate predicate)ImmutableShortBagImmutableFloatShortMap. select(ShortPredicate predicate)ImmutableShortBagImmutableIntShortMap. select(ShortPredicate predicate)ImmutableShortBagImmutableLongShortMap. select(ShortPredicate predicate)ImmutableShortCollectionImmutableObjectShortMap. select(ShortPredicate predicate)ImmutableShortBagImmutableShortShortMap. select(ShortPredicate predicate)MutableShortCollectionMutableObjectShortMap. select(ShortPredicate predicate)MutableShortBagMutableShortValuesMap. select(ShortPredicate predicate)ShortBagShortValuesMap. 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 OrderedShortIterableOrderedShortIterable. reject(ShortPredicate predicate)ReversibleShortIterableReversibleShortIterable. reject(ShortPredicate predicate)OrderedShortIterableOrderedShortIterable. select(ShortPredicate predicate)ReversibleShortIterableReversibleShortIterable. 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 ImmutableShortSetImmutableShortSet. reject(ShortPredicate predicate)MutableShortSetMutableShortSet. reject(ShortPredicate predicate)ShortSetShortSet. reject(ShortPredicate predicate)ImmutableShortSetImmutableShortSet. select(ShortPredicate predicate)MutableShortSetMutableShortSet. select(ShortPredicate predicate)ShortSetShortSet. 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 ImmutableShortStackImmutableShortStack. reject(ShortPredicate predicate)MutableShortStackMutableShortStack. reject(ShortPredicate predicate)ShortStackShortStack. reject(ShortPredicate predicate)ImmutableShortStackImmutableShortStack. select(ShortPredicate predicate)MutableShortStackMutableShortStack. select(ShortPredicate predicate)ShortStackShortStack. 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 booleanImmutableShortEmptyBag. allSatisfy(ShortPredicate predicate)booleanImmutableShortHashBag. allSatisfy(ShortPredicate predicate)booleanImmutableShortSingletonBag. allSatisfy(ShortPredicate predicate)booleanImmutableShortEmptyBag. anySatisfy(ShortPredicate predicate)booleanImmutableShortHashBag. anySatisfy(ShortPredicate predicate)booleanImmutableShortSingletonBag. anySatisfy(ShortPredicate predicate)intImmutableShortEmptyBag. count(ShortPredicate predicate)intImmutableShortHashBag. count(ShortPredicate predicate)intImmutableShortSingletonBag. count(ShortPredicate predicate)shortImmutableShortEmptyBag. detectIfNone(ShortPredicate predicate, short ifNone)shortImmutableShortHashBag. detectIfNone(ShortPredicate predicate, short ifNone)shortImmutableShortSingletonBag. detectIfNone(ShortPredicate predicate, short ifNone)booleanImmutableShortEmptyBag. noneSatisfy(ShortPredicate predicate)booleanImmutableShortHashBag. noneSatisfy(ShortPredicate predicate)booleanImmutableShortSingletonBag. noneSatisfy(ShortPredicate predicate)ImmutableShortBagImmutableShortEmptyBag. reject(ShortPredicate predicate)ImmutableShortBagImmutableShortHashBag. reject(ShortPredicate predicate)ImmutableShortBagImmutableShortSingletonBag. reject(ShortPredicate predicate)ImmutableShortBagImmutableShortEmptyBag. select(ShortPredicate predicate)ImmutableShortBagImmutableShortHashBag. select(ShortPredicate predicate)ImmutableShortBagImmutableShortSingletonBag. 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 booleanShortHashBag. allSatisfy(ShortPredicate predicate)booleanShortHashBag. anySatisfy(ShortPredicate predicate)intShortHashBag. count(ShortPredicate predicate)shortShortHashBag. detectIfNone(ShortPredicate predicate, short ifNone)booleanShortHashBag. noneSatisfy(ShortPredicate predicate)ShortHashBagShortHashBag. reject(ShortPredicate predicate)MutableShortBagSynchronizedShortBag. reject(ShortPredicate predicate)MutableShortBagUnmodifiableShortBag. reject(ShortPredicate predicate)booleanShortHashBag. removeIf(ShortPredicate predicate)ShortHashBagShortHashBag. select(ShortPredicate predicate)MutableShortBagSynchronizedShortBag. select(ShortPredicate predicate)MutableShortBagUnmodifiableShortBag. 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 classShortPredicates.AlwaysFalseShortPredicateprivate static classShortPredicates.AlwaysTrueShortPredicateprivate static classShortPredicates.AndShortPredicateprivate static classShortPredicates.EqualsShortPredicateprivate static classShortPredicates.GreaterThanShortPredicateprivate static classShortPredicates.LessThanShortPredicateprivate static classShortPredicates.NotShortPredicateprivate static classShortPredicates.OrShortPredicateprivate static classShortPredicates.ShortIsEvenPredicateprivate static classShortPredicates.ShortIsOddPredicateFields in org.eclipse.collections.impl.block.factory.primitive declared as ShortPredicate Modifier and Type Field Description private static ShortPredicateShortPredicates. ALWAYS_FALSEprivate static ShortPredicateShortPredicates. ALWAYS_TRUEprivate ShortPredicateShortPredicates.NotShortPredicate. negateprivate ShortPredicateShortPredicates.AndShortPredicate. oneprivate ShortPredicateShortPredicates.OrShortPredicate. oneprivate ShortPredicateShortPredicates.AndShortPredicate. twoprivate ShortPredicateShortPredicates.OrShortPredicate. twoMethods in org.eclipse.collections.impl.block.factory.primitive that return ShortPredicate Modifier and Type Method Description static ShortPredicateShortPredicates. alwaysFalse()static ShortPredicateShortPredicates. alwaysTrue()static ShortPredicateShortPredicates. and(ShortPredicate one, ShortPredicate two)static ShortPredicateShortPredicates. equal(short expected)static ShortPredicateShortPredicates. greaterThan(short expected)static ShortPredicateShortPredicates. isEven()static ShortPredicateShortPredicates. isOdd()static ShortPredicateShortPredicates. lessThan(short expected)static ShortPredicateShortPredicates. not(ShortPredicate negate)static ShortPredicateShortPredicates. 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 ShortPredicateShortPredicates. and(ShortPredicate one, ShortPredicate two)static ShortPredicateShortPredicates. not(ShortPredicate negate)static ShortPredicateShortPredicates. 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. predicateFunctionsMethods 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. predicateProceduresMethods in org.eclipse.collections.impl.block.procedure.primitive with parameters of type ShortPredicate Modifier and Type Method Description ShortCaseProcedureShortCaseProcedure. 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 booleanAbstractSynchronizedShortCollection. allSatisfy(ShortPredicate predicate)booleanAbstractUnmodifiableShortCollection. allSatisfy(ShortPredicate predicate)booleanAbstractSynchronizedShortCollection. anySatisfy(ShortPredicate predicate)booleanAbstractUnmodifiableShortCollection. anySatisfy(ShortPredicate predicate)intAbstractSynchronizedShortCollection. count(ShortPredicate predicate)intAbstractUnmodifiableShortCollection. count(ShortPredicate predicate)shortAbstractSynchronizedShortCollection. detectIfNone(ShortPredicate predicate, short ifNone)shortAbstractUnmodifiableShortCollection. detectIfNone(ShortPredicate predicate, short ifNone)booleanAbstractSynchronizedShortCollection. noneSatisfy(ShortPredicate predicate)booleanAbstractUnmodifiableShortCollection. noneSatisfy(ShortPredicate predicate)MutableShortCollectionAbstractSynchronizedShortCollection. reject(ShortPredicate predicate)MutableShortCollectionAbstractUnmodifiableShortCollection. reject(ShortPredicate predicate)booleanAbstractSynchronizedShortCollection. removeIf(ShortPredicate predicate)booleanAbstractUnmodifiableShortCollection. removeIf(ShortPredicate predicate)MutableShortCollectionAbstractSynchronizedShortCollection. select(ShortPredicate predicate)MutableShortCollectionAbstractUnmodifiableShortCollection. 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 ShortPredicateSelectShortIterable.CountShortProcedure. predicateprivate ShortPredicateSelectShortIterable. predicateprivate ShortPredicateSelectShortIterable.SelectShortIterator. predicateMethods in org.eclipse.collections.impl.lazy.primitive with parameters of type ShortPredicate Modifier and Type Method Description booleanAbstractLazyShortIterable. allSatisfy(ShortPredicate predicate)booleanCollectShortIterable. allSatisfy(ShortPredicate predicate)booleanLazyShortIterableAdapter. allSatisfy(ShortPredicate predicate)booleanSelectShortIterable. allSatisfy(ShortPredicate predicate)booleanTapShortIterable. allSatisfy(ShortPredicate predicate)booleanAbstractLazyShortIterable. anySatisfy(ShortPredicate predicate)booleanCollectShortIterable. anySatisfy(ShortPredicate predicate)booleanLazyShortIterableAdapter. anySatisfy(ShortPredicate predicate)booleanSelectShortIterable. anySatisfy(ShortPredicate predicate)booleanTapShortIterable. anySatisfy(ShortPredicate predicate)intAbstractLazyShortIterable. count(ShortPredicate predicate)intCollectShortIterable. count(ShortPredicate predicate)intLazyShortIterableAdapter. count(ShortPredicate predicate)intSelectShortIterable. count(ShortPredicate predicate)shortAbstractLazyShortIterable. detectIfNone(ShortPredicate predicate, short ifNone)shortLazyShortIterableAdapter. detectIfNone(ShortPredicate predicate, short ifNone)shortTapShortIterable. detectIfNone(ShortPredicate predicate, short ifNone)booleanAbstractLazyShortIterable. noneSatisfy(ShortPredicate predicate)booleanLazyShortIterableAdapter. noneSatisfy(ShortPredicate predicate)booleanTapShortIterable. noneSatisfy(ShortPredicate predicate)LazyShortIterableAbstractLazyShortIterable. reject(ShortPredicate predicate)LazyShortIterableAbstractLazyShortIterable. 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 booleanImmutableShortArrayList. allSatisfy(ShortPredicate predicate)booleanImmutableShortEmptyList. allSatisfy(ShortPredicate predicate)booleanImmutableShortSingletonList. allSatisfy(ShortPredicate predicate)booleanImmutableShortArrayList. anySatisfy(ShortPredicate predicate)booleanImmutableShortEmptyList. anySatisfy(ShortPredicate predicate)booleanImmutableShortSingletonList. anySatisfy(ShortPredicate predicate)intImmutableShortArrayList. count(ShortPredicate predicate)intImmutableShortEmptyList. count(ShortPredicate predicate)intImmutableShortSingletonList. count(ShortPredicate predicate)shortImmutableShortArrayList. detectIfNone(ShortPredicate predicate, short ifNone)shortImmutableShortEmptyList. detectIfNone(ShortPredicate predicate, short ifNone)shortImmutableShortSingletonList. detectIfNone(ShortPredicate predicate, short ifNone)booleanImmutableShortEmptyList. noneSatisfy(ShortPredicate predicate)booleanImmutableShortSingletonList. noneSatisfy(ShortPredicate predicate)ImmutableShortListImmutableShortArrayList. reject(ShortPredicate predicate)<R extends MutableShortCollection>
RImmutableShortArrayList. reject(ShortPredicate predicate, R target)ImmutableShortListImmutableShortEmptyList. reject(ShortPredicate predicate)ImmutableShortListImmutableShortSingletonList. reject(ShortPredicate predicate)ImmutableShortListImmutableShortArrayList. select(ShortPredicate predicate)<R extends MutableShortCollection>
RImmutableShortArrayList. select(ShortPredicate predicate, R target)ImmutableShortListImmutableShortEmptyList. select(ShortPredicate predicate)ImmutableShortListImmutableShortSingletonList. 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 booleanShortArrayList. allSatisfy(ShortPredicate predicate)booleanShortArrayList. anySatisfy(ShortPredicate predicate)intShortArrayList. count(ShortPredicate predicate)shortShortArrayList. detectIfNone(ShortPredicate predicate, short ifNone)ShortArrayListShortArrayList. reject(ShortPredicate predicate)<R extends MutableShortCollection>
RShortArrayList. reject(ShortPredicate predicate, R target)MutableShortListSynchronizedShortList. reject(ShortPredicate predicate)MutableShortListUnmodifiableShortList. reject(ShortPredicate predicate)booleanShortArrayList. removeIf(ShortPredicate predicate)ShortArrayListShortArrayList. select(ShortPredicate predicate)<R extends MutableShortCollection>
RShortArrayList. select(ShortPredicate predicate, R target)MutableShortListSynchronizedShortList. select(ShortPredicate predicate)MutableShortListUnmodifiableShortList. 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 booleanImmutableByteShortEmptyMap. allSatisfy(ShortPredicate predicate)booleanImmutableByteShortHashMap. allSatisfy(ShortPredicate predicate)booleanImmutableByteShortSingletonMap. allSatisfy(ShortPredicate predicate)booleanImmutableCharShortEmptyMap. allSatisfy(ShortPredicate predicate)booleanImmutableCharShortHashMap. allSatisfy(ShortPredicate predicate)booleanImmutableCharShortSingletonMap. allSatisfy(ShortPredicate predicate)booleanImmutableDoubleShortEmptyMap. allSatisfy(ShortPredicate predicate)booleanImmutableDoubleShortHashMap. allSatisfy(ShortPredicate predicate)booleanImmutableDoubleShortSingletonMap. allSatisfy(ShortPredicate predicate)booleanImmutableFloatShortEmptyMap. allSatisfy(ShortPredicate predicate)booleanImmutableFloatShortHashMap. allSatisfy(ShortPredicate predicate)booleanImmutableFloatShortSingletonMap. allSatisfy(ShortPredicate predicate)booleanImmutableIntShortEmptyMap. allSatisfy(ShortPredicate predicate)booleanImmutableIntShortHashMap. allSatisfy(ShortPredicate predicate)booleanImmutableIntShortSingletonMap. allSatisfy(ShortPredicate predicate)booleanImmutableLongShortEmptyMap. allSatisfy(ShortPredicate predicate)booleanImmutableLongShortHashMap. allSatisfy(ShortPredicate predicate)booleanImmutableLongShortSingletonMap. allSatisfy(ShortPredicate predicate)booleanImmutableObjectShortEmptyMap. allSatisfy(ShortPredicate predicate)booleanImmutableObjectShortHashMap. allSatisfy(ShortPredicate predicate)booleanImmutableObjectShortSingletonMap. allSatisfy(ShortPredicate predicate)booleanImmutableShortShortEmptyMap. allSatisfy(ShortPredicate predicate)booleanImmutableShortShortHashMap. allSatisfy(ShortPredicate predicate)booleanImmutableShortShortSingletonMap. allSatisfy(ShortPredicate predicate)booleanImmutableByteShortEmptyMap. anySatisfy(ShortPredicate predicate)booleanImmutableByteShortHashMap. anySatisfy(ShortPredicate predicate)booleanImmutableByteShortSingletonMap. anySatisfy(ShortPredicate predicate)booleanImmutableCharShortEmptyMap. anySatisfy(ShortPredicate predicate)booleanImmutableCharShortHashMap. anySatisfy(ShortPredicate predicate)booleanImmutableCharShortSingletonMap. anySatisfy(ShortPredicate predicate)booleanImmutableDoubleShortEmptyMap. anySatisfy(ShortPredicate predicate)booleanImmutableDoubleShortHashMap. anySatisfy(ShortPredicate predicate)booleanImmutableDoubleShortSingletonMap. anySatisfy(ShortPredicate predicate)booleanImmutableFloatShortEmptyMap. anySatisfy(ShortPredicate predicate)booleanImmutableFloatShortHashMap. anySatisfy(ShortPredicate predicate)booleanImmutableFloatShortSingletonMap. anySatisfy(ShortPredicate predicate)booleanImmutableIntShortEmptyMap. anySatisfy(ShortPredicate predicate)booleanImmutableIntShortHashMap. anySatisfy(ShortPredicate predicate)booleanImmutableIntShortSingletonMap. anySatisfy(ShortPredicate predicate)booleanImmutableLongShortEmptyMap. anySatisfy(ShortPredicate predicate)booleanImmutableLongShortHashMap. anySatisfy(ShortPredicate predicate)booleanImmutableLongShortSingletonMap. anySatisfy(ShortPredicate predicate)booleanImmutableObjectShortEmptyMap. anySatisfy(ShortPredicate predicate)booleanImmutableObjectShortHashMap. anySatisfy(ShortPredicate predicate)booleanImmutableObjectShortSingletonMap. anySatisfy(ShortPredicate predicate)booleanImmutableShortShortEmptyMap. anySatisfy(ShortPredicate predicate)booleanImmutableShortShortHashMap. anySatisfy(ShortPredicate predicate)booleanImmutableShortShortSingletonMap. anySatisfy(ShortPredicate predicate)intImmutableByteShortEmptyMap. count(ShortPredicate predicate)intImmutableByteShortHashMap. count(ShortPredicate predicate)intImmutableByteShortSingletonMap. count(ShortPredicate predicate)intImmutableCharShortEmptyMap. count(ShortPredicate predicate)intImmutableCharShortHashMap. count(ShortPredicate predicate)intImmutableCharShortSingletonMap. count(ShortPredicate predicate)intImmutableDoubleShortEmptyMap. count(ShortPredicate predicate)intImmutableDoubleShortHashMap. count(ShortPredicate predicate)intImmutableDoubleShortSingletonMap. count(ShortPredicate predicate)intImmutableFloatShortEmptyMap. count(ShortPredicate predicate)intImmutableFloatShortHashMap. count(ShortPredicate predicate)intImmutableFloatShortSingletonMap. count(ShortPredicate predicate)intImmutableIntShortEmptyMap. count(ShortPredicate predicate)intImmutableIntShortHashMap. count(ShortPredicate predicate)intImmutableIntShortSingletonMap. count(ShortPredicate predicate)intImmutableLongShortEmptyMap. count(ShortPredicate predicate)intImmutableLongShortHashMap. count(ShortPredicate predicate)intImmutableLongShortSingletonMap. count(ShortPredicate predicate)intImmutableObjectShortEmptyMap. count(ShortPredicate predicate)intImmutableObjectShortHashMap. count(ShortPredicate predicate)intImmutableObjectShortSingletonMap. count(ShortPredicate predicate)intImmutableShortShortEmptyMap. count(ShortPredicate predicate)intImmutableShortShortHashMap. count(ShortPredicate predicate)intImmutableShortShortSingletonMap. count(ShortPredicate predicate)shortImmutableByteShortEmptyMap. detectIfNone(ShortPredicate predicate, short ifNone)shortImmutableByteShortHashMap. detectIfNone(ShortPredicate predicate, short ifNone)shortImmutableByteShortSingletonMap. detectIfNone(ShortPredicate predicate, short ifNone)shortImmutableCharShortEmptyMap. detectIfNone(ShortPredicate predicate, short ifNone)shortImmutableCharShortHashMap. detectIfNone(ShortPredicate predicate, short ifNone)shortImmutableCharShortSingletonMap. detectIfNone(ShortPredicate predicate, short ifNone)shortImmutableDoubleShortEmptyMap. detectIfNone(ShortPredicate predicate, short ifNone)shortImmutableDoubleShortHashMap. detectIfNone(ShortPredicate predicate, short ifNone)shortImmutableDoubleShortSingletonMap. detectIfNone(ShortPredicate predicate, short ifNone)shortImmutableFloatShortEmptyMap. detectIfNone(ShortPredicate predicate, short ifNone)shortImmutableFloatShortHashMap. detectIfNone(ShortPredicate predicate, short ifNone)shortImmutableFloatShortSingletonMap. detectIfNone(ShortPredicate predicate, short ifNone)shortImmutableIntShortEmptyMap. detectIfNone(ShortPredicate predicate, short ifNone)shortImmutableIntShortHashMap. detectIfNone(ShortPredicate predicate, short ifNone)shortImmutableIntShortSingletonMap. detectIfNone(ShortPredicate predicate, short ifNone)shortImmutableLongShortEmptyMap. detectIfNone(ShortPredicate predicate, short ifNone)shortImmutableLongShortHashMap. detectIfNone(ShortPredicate predicate, short ifNone)shortImmutableLongShortSingletonMap. detectIfNone(ShortPredicate predicate, short ifNone)shortImmutableObjectShortEmptyMap. detectIfNone(ShortPredicate predicate, short ifNone)shortImmutableObjectShortHashMap. detectIfNone(ShortPredicate predicate, short ifNone)shortImmutableObjectShortSingletonMap. detectIfNone(ShortPredicate predicate, short ifNone)shortImmutableShortShortEmptyMap. detectIfNone(ShortPredicate predicate, short ifNone)shortImmutableShortShortHashMap. detectIfNone(ShortPredicate predicate, short ifNone)shortImmutableShortShortSingletonMap. detectIfNone(ShortPredicate predicate, short ifNone)booleanImmutableByteShortEmptyMap. noneSatisfy(ShortPredicate predicate)booleanImmutableByteShortHashMap. noneSatisfy(ShortPredicate predicate)booleanImmutableByteShortSingletonMap. noneSatisfy(ShortPredicate predicate)booleanImmutableCharShortEmptyMap. noneSatisfy(ShortPredicate predicate)booleanImmutableCharShortHashMap. noneSatisfy(ShortPredicate predicate)booleanImmutableCharShortSingletonMap. noneSatisfy(ShortPredicate predicate)booleanImmutableDoubleShortEmptyMap. noneSatisfy(ShortPredicate predicate)booleanImmutableDoubleShortHashMap. noneSatisfy(ShortPredicate predicate)booleanImmutableDoubleShortSingletonMap. noneSatisfy(ShortPredicate predicate)booleanImmutableFloatShortEmptyMap. noneSatisfy(ShortPredicate predicate)booleanImmutableFloatShortHashMap. noneSatisfy(ShortPredicate predicate)booleanImmutableFloatShortSingletonMap. noneSatisfy(ShortPredicate predicate)booleanImmutableIntShortEmptyMap. noneSatisfy(ShortPredicate predicate)booleanImmutableIntShortHashMap. noneSatisfy(ShortPredicate predicate)booleanImmutableIntShortSingletonMap. noneSatisfy(ShortPredicate predicate)booleanImmutableLongShortEmptyMap. noneSatisfy(ShortPredicate predicate)booleanImmutableLongShortHashMap. noneSatisfy(ShortPredicate predicate)booleanImmutableLongShortSingletonMap. noneSatisfy(ShortPredicate predicate)booleanImmutableObjectShortEmptyMap. noneSatisfy(ShortPredicate predicate)booleanImmutableObjectShortHashMap. noneSatisfy(ShortPredicate predicate)booleanImmutableObjectShortSingletonMap. noneSatisfy(ShortPredicate predicate)booleanImmutableShortShortEmptyMap. noneSatisfy(ShortPredicate predicate)booleanImmutableShortShortHashMap. noneSatisfy(ShortPredicate predicate)booleanImmutableShortShortSingletonMap. noneSatisfy(ShortPredicate predicate)ImmutableShortBagImmutableByteShortEmptyMap. reject(ShortPredicate predicate)ImmutableShortBagImmutableByteShortHashMap. reject(ShortPredicate predicate)ImmutableShortBagImmutableByteShortSingletonMap. reject(ShortPredicate predicate)ImmutableShortBagImmutableCharShortEmptyMap. reject(ShortPredicate predicate)ImmutableShortBagImmutableCharShortHashMap. reject(ShortPredicate predicate)ImmutableShortBagImmutableCharShortSingletonMap. reject(ShortPredicate predicate)ImmutableShortBagImmutableDoubleShortEmptyMap. reject(ShortPredicate predicate)ImmutableShortBagImmutableDoubleShortHashMap. reject(ShortPredicate predicate)ImmutableShortBagImmutableDoubleShortSingletonMap. reject(ShortPredicate predicate)ImmutableShortBagImmutableFloatShortEmptyMap. reject(ShortPredicate predicate)ImmutableShortBagImmutableFloatShortHashMap. reject(ShortPredicate predicate)ImmutableShortBagImmutableFloatShortSingletonMap. reject(ShortPredicate predicate)ImmutableShortBagImmutableIntShortEmptyMap. reject(ShortPredicate predicate)ImmutableShortBagImmutableIntShortHashMap. reject(ShortPredicate predicate)ImmutableShortBagImmutableIntShortSingletonMap. reject(ShortPredicate predicate)ImmutableShortBagImmutableLongShortEmptyMap. reject(ShortPredicate predicate)ImmutableShortBagImmutableLongShortHashMap. reject(ShortPredicate predicate)ImmutableShortBagImmutableLongShortSingletonMap. reject(ShortPredicate predicate)ImmutableShortCollectionImmutableObjectShortEmptyMap. reject(ShortPredicate predicate)ImmutableShortCollectionImmutableObjectShortHashMap. reject(ShortPredicate predicate)ImmutableShortCollectionImmutableObjectShortSingletonMap. reject(ShortPredicate predicate)ImmutableShortBagImmutableShortShortEmptyMap. reject(ShortPredicate predicate)ImmutableShortBagImmutableShortShortHashMap. reject(ShortPredicate predicate)ImmutableShortBagImmutableShortShortSingletonMap. reject(ShortPredicate predicate)ImmutableShortBagImmutableByteShortEmptyMap. select(ShortPredicate predicate)ImmutableShortBagImmutableByteShortHashMap. select(ShortPredicate predicate)ImmutableShortBagImmutableByteShortSingletonMap. select(ShortPredicate predicate)ImmutableShortBagImmutableCharShortEmptyMap. select(ShortPredicate predicate)ImmutableShortBagImmutableCharShortHashMap. select(ShortPredicate predicate)ImmutableShortBagImmutableCharShortSingletonMap. select(ShortPredicate predicate)ImmutableShortBagImmutableDoubleShortEmptyMap. select(ShortPredicate predicate)ImmutableShortBagImmutableDoubleShortHashMap. select(ShortPredicate predicate)ImmutableShortBagImmutableDoubleShortSingletonMap. select(ShortPredicate predicate)ImmutableShortBagImmutableFloatShortEmptyMap. select(ShortPredicate predicate)ImmutableShortBagImmutableFloatShortHashMap. select(ShortPredicate predicate)ImmutableShortBagImmutableFloatShortSingletonMap. select(ShortPredicate predicate)ImmutableShortBagImmutableIntShortEmptyMap. select(ShortPredicate predicate)ImmutableShortBagImmutableIntShortHashMap. select(ShortPredicate predicate)ImmutableShortBagImmutableIntShortSingletonMap. select(ShortPredicate predicate)ImmutableShortBagImmutableLongShortEmptyMap. select(ShortPredicate predicate)ImmutableShortBagImmutableLongShortHashMap. select(ShortPredicate predicate)ImmutableShortBagImmutableLongShortSingletonMap. select(ShortPredicate predicate)ImmutableShortCollectionImmutableObjectShortEmptyMap. select(ShortPredicate predicate)ImmutableShortCollectionImmutableObjectShortHashMap. select(ShortPredicate predicate)ImmutableShortCollectionImmutableObjectShortSingletonMap. select(ShortPredicate predicate)ImmutableShortBagImmutableShortShortEmptyMap. select(ShortPredicate predicate)ImmutableShortBagImmutableShortShortHashMap. select(ShortPredicate predicate)ImmutableShortBagImmutableShortShortSingletonMap. 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 booleanAbstractMutableShortKeySet. allSatisfy(ShortPredicate predicate)booleanAbstractMutableShortValuesMap.AbstractShortValuesCollection. allSatisfy(ShortPredicate predicate)booleanAbstractMutableShortValuesMap. allSatisfy(ShortPredicate predicate)booleanImmutableShortMapKeySet. allSatisfy(ShortPredicate predicate)booleanImmutableShortShortMapKeySet. allSatisfy(ShortPredicate predicate)booleanObjectShortHashMap. allSatisfy(ShortPredicate predicate)booleanObjectShortHashMap.ValuesCollection. allSatisfy(ShortPredicate predicate)booleanObjectShortHashMapWithHashingStrategy. allSatisfy(ShortPredicate predicate)booleanObjectShortHashMapWithHashingStrategy.ValuesCollection. allSatisfy(ShortPredicate predicate)booleanShortBooleanHashMap.KeysView. allSatisfy(ShortPredicate predicate)booleanSynchronizedByteShortMap. allSatisfy(ShortPredicate predicate)booleanSynchronizedCharShortMap. allSatisfy(ShortPredicate predicate)booleanSynchronizedDoubleShortMap. allSatisfy(ShortPredicate predicate)booleanSynchronizedFloatShortMap. allSatisfy(ShortPredicate predicate)booleanSynchronizedIntShortMap. allSatisfy(ShortPredicate predicate)booleanSynchronizedLongShortMap. allSatisfy(ShortPredicate predicate)booleanSynchronizedObjectShortMap. allSatisfy(ShortPredicate predicate)booleanSynchronizedShortShortMap. allSatisfy(ShortPredicate predicate)booleanUnmodifiableByteShortMap. allSatisfy(ShortPredicate predicate)booleanUnmodifiableCharShortMap. allSatisfy(ShortPredicate predicate)booleanUnmodifiableDoubleShortMap. allSatisfy(ShortPredicate predicate)booleanUnmodifiableFloatShortMap. allSatisfy(ShortPredicate predicate)booleanUnmodifiableIntShortMap. allSatisfy(ShortPredicate predicate)booleanUnmodifiableLongShortMap. allSatisfy(ShortPredicate predicate)booleanUnmodifiableObjectShortMap. allSatisfy(ShortPredicate predicate)booleanUnmodifiableShortShortMap. allSatisfy(ShortPredicate predicate)booleanAbstractMutableShortKeySet. anySatisfy(ShortPredicate predicate)booleanAbstractMutableShortValuesMap.AbstractShortValuesCollection. anySatisfy(ShortPredicate predicate)booleanAbstractMutableShortValuesMap. anySatisfy(ShortPredicate predicate)booleanImmutableShortMapKeySet. anySatisfy(ShortPredicate predicate)booleanImmutableShortShortMapKeySet. anySatisfy(ShortPredicate predicate)booleanObjectShortHashMap. anySatisfy(ShortPredicate predicate)booleanObjectShortHashMap.ValuesCollection. anySatisfy(ShortPredicate predicate)booleanObjectShortHashMapWithHashingStrategy. anySatisfy(ShortPredicate predicate)booleanObjectShortHashMapWithHashingStrategy.ValuesCollection. anySatisfy(ShortPredicate predicate)booleanShortBooleanHashMap.KeysView. anySatisfy(ShortPredicate predicate)booleanSynchronizedByteShortMap. anySatisfy(ShortPredicate predicate)booleanSynchronizedCharShortMap. anySatisfy(ShortPredicate predicate)booleanSynchronizedDoubleShortMap. anySatisfy(ShortPredicate predicate)booleanSynchronizedFloatShortMap. anySatisfy(ShortPredicate predicate)booleanSynchronizedIntShortMap. anySatisfy(ShortPredicate predicate)booleanSynchronizedLongShortMap. anySatisfy(ShortPredicate predicate)booleanSynchronizedObjectShortMap. anySatisfy(ShortPredicate predicate)booleanSynchronizedShortShortMap. anySatisfy(ShortPredicate predicate)booleanUnmodifiableByteShortMap. anySatisfy(ShortPredicate predicate)booleanUnmodifiableCharShortMap. anySatisfy(ShortPredicate predicate)booleanUnmodifiableDoubleShortMap. anySatisfy(ShortPredicate predicate)booleanUnmodifiableFloatShortMap. anySatisfy(ShortPredicate predicate)booleanUnmodifiableIntShortMap. anySatisfy(ShortPredicate predicate)booleanUnmodifiableLongShortMap. anySatisfy(ShortPredicate predicate)booleanUnmodifiableObjectShortMap. anySatisfy(ShortPredicate predicate)booleanUnmodifiableShortShortMap. anySatisfy(ShortPredicate predicate)intAbstractMutableShortKeySet. count(ShortPredicate predicate)intAbstractMutableShortValuesMap.AbstractShortValuesCollection. count(ShortPredicate predicate)intAbstractMutableShortValuesMap. count(ShortPredicate predicate)intImmutableShortMapKeySet. count(ShortPredicate predicate)intImmutableShortShortMapKeySet. count(ShortPredicate predicate)intObjectShortHashMap. count(ShortPredicate predicate)intObjectShortHashMap.ValuesCollection. count(ShortPredicate predicate)intObjectShortHashMapWithHashingStrategy. count(ShortPredicate predicate)intObjectShortHashMapWithHashingStrategy.ValuesCollection. count(ShortPredicate predicate)intShortBooleanHashMap.KeysView. count(ShortPredicate predicate)intSynchronizedByteShortMap. count(ShortPredicate predicate)intSynchronizedCharShortMap. count(ShortPredicate predicate)intSynchronizedDoubleShortMap. count(ShortPredicate predicate)intSynchronizedFloatShortMap. count(ShortPredicate predicate)intSynchronizedIntShortMap. count(ShortPredicate predicate)intSynchronizedLongShortMap. count(ShortPredicate predicate)intSynchronizedObjectShortMap. count(ShortPredicate predicate)intSynchronizedShortShortMap. count(ShortPredicate predicate)intUnmodifiableByteShortMap. count(ShortPredicate predicate)intUnmodifiableCharShortMap. count(ShortPredicate predicate)intUnmodifiableDoubleShortMap. count(ShortPredicate predicate)intUnmodifiableFloatShortMap. count(ShortPredicate predicate)intUnmodifiableIntShortMap. count(ShortPredicate predicate)intUnmodifiableLongShortMap. count(ShortPredicate predicate)intUnmodifiableObjectShortMap. count(ShortPredicate predicate)intUnmodifiableShortShortMap. count(ShortPredicate predicate)shortAbstractMutableShortKeySet. detectIfNone(ShortPredicate predicate, short ifNone)shortAbstractMutableShortValuesMap.AbstractShortValuesCollection. detectIfNone(ShortPredicate predicate, short ifNone)shortAbstractMutableShortValuesMap. detectIfNone(ShortPredicate predicate, short value)shortImmutableShortMapKeySet. detectIfNone(ShortPredicate predicate, short ifNone)shortImmutableShortShortMapKeySet. detectIfNone(ShortPredicate predicate, short ifNone)shortObjectShortHashMap. detectIfNone(ShortPredicate predicate, short ifNone)shortObjectShortHashMap.ValuesCollection. detectIfNone(ShortPredicate predicate, short ifNone)shortObjectShortHashMapWithHashingStrategy. detectIfNone(ShortPredicate predicate, short ifNone)shortObjectShortHashMapWithHashingStrategy.ValuesCollection. detectIfNone(ShortPredicate predicate, short ifNone)shortShortBooleanHashMap.KeysView. detectIfNone(ShortPredicate predicate, short value)shortSynchronizedByteShortMap. detectIfNone(ShortPredicate predicate, short ifNone)shortSynchronizedCharShortMap. detectIfNone(ShortPredicate predicate, short ifNone)shortSynchronizedDoubleShortMap. detectIfNone(ShortPredicate predicate, short ifNone)shortSynchronizedFloatShortMap. detectIfNone(ShortPredicate predicate, short ifNone)shortSynchronizedIntShortMap. detectIfNone(ShortPredicate predicate, short ifNone)shortSynchronizedLongShortMap. detectIfNone(ShortPredicate predicate, short ifNone)shortSynchronizedObjectShortMap. detectIfNone(ShortPredicate predicate, short ifNone)shortSynchronizedShortShortMap. detectIfNone(ShortPredicate predicate, short ifNone)shortUnmodifiableByteShortMap. detectIfNone(ShortPredicate predicate, short ifNone)shortUnmodifiableCharShortMap. detectIfNone(ShortPredicate predicate, short ifNone)shortUnmodifiableDoubleShortMap. detectIfNone(ShortPredicate predicate, short ifNone)shortUnmodifiableFloatShortMap. detectIfNone(ShortPredicate predicate, short ifNone)shortUnmodifiableIntShortMap. detectIfNone(ShortPredicate predicate, short ifNone)shortUnmodifiableLongShortMap. detectIfNone(ShortPredicate predicate, short ifNone)shortUnmodifiableObjectShortMap. detectIfNone(ShortPredicate predicate, short ifNone)shortUnmodifiableShortShortMap. detectIfNone(ShortPredicate predicate, short ifNone)booleanAbstractMutableShortValuesMap.AbstractShortValuesCollection. noneSatisfy(ShortPredicate predicate)booleanImmutableShortMapKeySet. noneSatisfy(ShortPredicate predicate)booleanImmutableShortShortMapKeySet. noneSatisfy(ShortPredicate predicate)booleanObjectShortHashMap. noneSatisfy(ShortPredicate predicate)booleanObjectShortHashMap.ValuesCollection. noneSatisfy(ShortPredicate predicate)booleanObjectShortHashMapWithHashingStrategy. noneSatisfy(ShortPredicate predicate)booleanObjectShortHashMapWithHashingStrategy.ValuesCollection. noneSatisfy(ShortPredicate predicate)booleanSynchronizedByteShortMap. noneSatisfy(ShortPredicate predicate)booleanSynchronizedCharShortMap. noneSatisfy(ShortPredicate predicate)booleanSynchronizedDoubleShortMap. noneSatisfy(ShortPredicate predicate)booleanSynchronizedFloatShortMap. noneSatisfy(ShortPredicate predicate)booleanSynchronizedIntShortMap. noneSatisfy(ShortPredicate predicate)booleanSynchronizedLongShortMap. noneSatisfy(ShortPredicate predicate)booleanSynchronizedObjectShortMap. noneSatisfy(ShortPredicate predicate)booleanSynchronizedShortShortMap. noneSatisfy(ShortPredicate predicate)booleanUnmodifiableByteShortMap. noneSatisfy(ShortPredicate predicate)booleanUnmodifiableCharShortMap. noneSatisfy(ShortPredicate predicate)booleanUnmodifiableDoubleShortMap. noneSatisfy(ShortPredicate predicate)booleanUnmodifiableFloatShortMap. noneSatisfy(ShortPredicate predicate)booleanUnmodifiableIntShortMap. noneSatisfy(ShortPredicate predicate)booleanUnmodifiableLongShortMap. noneSatisfy(ShortPredicate predicate)booleanUnmodifiableObjectShortMap. noneSatisfy(ShortPredicate predicate)booleanUnmodifiableShortShortMap. noneSatisfy(ShortPredicate predicate)MutableShortSetAbstractMutableShortKeySet. reject(ShortPredicate predicate)MutableShortCollectionAbstractMutableShortValuesMap.AbstractShortValuesCollection. reject(ShortPredicate predicate)MutableShortBagAbstractMutableShortValuesMap. reject(ShortPredicate predicate)ImmutableShortSetImmutableShortMapKeySet. reject(ShortPredicate predicate)ImmutableShortSetImmutableShortShortMapKeySet. reject(ShortPredicate predicate)MutableShortCollectionObjectShortHashMap. reject(ShortPredicate predicate)MutableShortCollectionObjectShortHashMap.ValuesCollection. reject(ShortPredicate predicate)MutableShortCollectionObjectShortHashMapWithHashingStrategy. reject(ShortPredicate predicate)MutableShortCollectionObjectShortHashMapWithHashingStrategy.ValuesCollection. reject(ShortPredicate predicate)MutableShortBagSynchronizedByteShortMap. reject(ShortPredicate predicate)MutableShortBagSynchronizedCharShortMap. reject(ShortPredicate predicate)MutableShortBagSynchronizedDoubleShortMap. reject(ShortPredicate predicate)MutableShortBagSynchronizedFloatShortMap. reject(ShortPredicate predicate)MutableShortBagSynchronizedIntShortMap. reject(ShortPredicate predicate)MutableShortBagSynchronizedLongShortMap. reject(ShortPredicate predicate)MutableShortCollectionSynchronizedObjectShortMap. reject(ShortPredicate predicate)MutableShortBagSynchronizedShortShortMap. reject(ShortPredicate predicate)MutableShortBagUnmodifiableByteShortMap. reject(ShortPredicate predicate)MutableShortBagUnmodifiableCharShortMap. reject(ShortPredicate predicate)MutableShortBagUnmodifiableDoubleShortMap. reject(ShortPredicate predicate)MutableShortBagUnmodifiableFloatShortMap. reject(ShortPredicate predicate)MutableShortBagUnmodifiableIntShortMap. reject(ShortPredicate predicate)MutableShortBagUnmodifiableLongShortMap. reject(ShortPredicate predicate)MutableShortCollectionUnmodifiableObjectShortMap. reject(ShortPredicate predicate)MutableShortBagUnmodifiableShortShortMap. reject(ShortPredicate predicate)MutableShortSetAbstractMutableShortKeySet. select(ShortPredicate predicate)MutableShortCollectionAbstractMutableShortValuesMap.AbstractShortValuesCollection. select(ShortPredicate predicate)MutableShortBagAbstractMutableShortValuesMap. select(ShortPredicate predicate)ImmutableShortSetImmutableShortMapKeySet. select(ShortPredicate predicate)ImmutableShortSetImmutableShortShortMapKeySet. select(ShortPredicate predicate)MutableShortCollectionObjectShortHashMap. select(ShortPredicate predicate)MutableShortCollectionObjectShortHashMap.ValuesCollection. select(ShortPredicate predicate)MutableShortCollectionObjectShortHashMapWithHashingStrategy. select(ShortPredicate predicate)MutableShortCollectionObjectShortHashMapWithHashingStrategy.ValuesCollection. select(ShortPredicate predicate)MutableShortBagSynchronizedByteShortMap. select(ShortPredicate predicate)MutableShortBagSynchronizedCharShortMap. select(ShortPredicate predicate)MutableShortBagSynchronizedDoubleShortMap. select(ShortPredicate predicate)MutableShortBagSynchronizedFloatShortMap. select(ShortPredicate predicate)MutableShortBagSynchronizedIntShortMap. select(ShortPredicate predicate)MutableShortBagSynchronizedLongShortMap. select(ShortPredicate predicate)MutableShortCollectionSynchronizedObjectShortMap. select(ShortPredicate predicate)MutableShortBagSynchronizedShortShortMap. select(ShortPredicate predicate)MutableShortBagUnmodifiableByteShortMap. select(ShortPredicate predicate)MutableShortBagUnmodifiableCharShortMap. select(ShortPredicate predicate)MutableShortBagUnmodifiableDoubleShortMap. select(ShortPredicate predicate)MutableShortBagUnmodifiableFloatShortMap. select(ShortPredicate predicate)MutableShortBagUnmodifiableIntShortMap. select(ShortPredicate predicate)MutableShortBagUnmodifiableLongShortMap. select(ShortPredicate predicate)MutableShortCollectionUnmodifiableObjectShortMap. select(ShortPredicate predicate)MutableShortBagUnmodifiableShortShortMap. 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 booleanSynchronizedShortIterable. allSatisfy(ShortPredicate predicate)booleanSynchronizedShortIterable. anySatisfy(ShortPredicate predicate)intSynchronizedShortIterable. count(ShortPredicate predicate)shortSynchronizedShortIterable. detectIfNone(ShortPredicate predicate, short ifNone)booleanSynchronizedShortIterable. noneSatisfy(ShortPredicate predicate)ShortIterableSynchronizedShortIterable. reject(ShortPredicate predicate)ShortIterableSynchronizedShortIterable. 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 booleanImmutableShortEmptySet. allSatisfy(ShortPredicate predicate)booleanImmutableShortSingletonSet. allSatisfy(ShortPredicate predicate)booleanImmutableShortEmptySet. anySatisfy(ShortPredicate predicate)booleanImmutableShortSingletonSet. anySatisfy(ShortPredicate predicate)intImmutableShortEmptySet. count(ShortPredicate predicate)intImmutableShortSingletonSet. count(ShortPredicate predicate)shortImmutableShortEmptySet. detectIfNone(ShortPredicate predicate, short ifNone)shortImmutableShortSingletonSet. detectIfNone(ShortPredicate predicate, short ifNone)booleanImmutableShortEmptySet. noneSatisfy(ShortPredicate predicate)booleanImmutableShortSingletonSet. noneSatisfy(ShortPredicate predicate)ImmutableShortSetImmutableShortEmptySet. reject(ShortPredicate predicate)ImmutableShortSetImmutableShortSingletonSet. reject(ShortPredicate predicate)ImmutableShortSetImmutableShortEmptySet. select(ShortPredicate predicate)ImmutableShortSetImmutableShortSingletonSet. 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 booleanShortHashSet. allSatisfy(ShortPredicate predicate)booleanShortHashSet.ImmutableShortHashSet. allSatisfy(ShortPredicate predicate)booleanShortHashSet. anySatisfy(ShortPredicate predicate)booleanShortHashSet.ImmutableShortHashSet. anySatisfy(ShortPredicate predicate)intShortHashSet. count(ShortPredicate predicate)intShortHashSet.ImmutableShortHashSet. count(ShortPredicate predicate)shortShortHashSet. detectIfNone(ShortPredicate predicate, short ifNone)shortShortHashSet.ImmutableShortHashSet. detectIfNone(ShortPredicate predicate, short ifNone)booleanShortHashSet.ImmutableShortHashSet. noneSatisfy(ShortPredicate predicate)ImmutableShortSetShortHashSet.ImmutableShortHashSet. reject(ShortPredicate predicate)ShortHashSetShortHashSet. reject(ShortPredicate predicate)<R extends MutableShortCollection>
RShortHashSet. reject(ShortPredicate predicate, R target)MutableShortSetSynchronizedShortSet. reject(ShortPredicate predicate)MutableShortSetUnmodifiableShortSet. reject(ShortPredicate predicate)ImmutableShortSetShortHashSet.ImmutableShortHashSet. select(ShortPredicate predicate)ShortHashSetShortHashSet. select(ShortPredicate predicate)<R extends MutableShortCollection>
RShortHashSet. select(ShortPredicate predicate, R target)MutableShortSetSynchronizedShortSet. select(ShortPredicate predicate)MutableShortSetUnmodifiableShortSet. 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 booleanImmutableShortEmptyStack. allSatisfy(ShortPredicate predicate)booleanImmutableShortSingletonStack. allSatisfy(ShortPredicate predicate)booleanImmutableShortEmptyStack. anySatisfy(ShortPredicate predicate)booleanImmutableShortSingletonStack. anySatisfy(ShortPredicate predicate)intImmutableShortEmptyStack. count(ShortPredicate predicate)intImmutableShortSingletonStack. count(ShortPredicate predicate)shortImmutableShortEmptyStack. detectIfNone(ShortPredicate predicate, short ifNone)shortImmutableShortSingletonStack. detectIfNone(ShortPredicate predicate, short ifNone)booleanImmutableShortEmptyStack. noneSatisfy(ShortPredicate predicate)booleanImmutableShortSingletonStack. noneSatisfy(ShortPredicate predicate)ImmutableShortStackImmutableShortArrayStack. reject(ShortPredicate predicate)ImmutableShortStackImmutableShortEmptyStack. reject(ShortPredicate predicate)ImmutableShortStackImmutableShortSingletonStack. reject(ShortPredicate predicate)ImmutableShortStackImmutableShortArrayStack. select(ShortPredicate predicate)ImmutableShortStackImmutableShortEmptyStack. select(ShortPredicate predicate)ImmutableShortStackImmutableShortSingletonStack. 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 booleanSynchronizedShortStack. allSatisfy(ShortPredicate predicate)booleanUnmodifiableShortStack. allSatisfy(ShortPredicate predicate)booleanSynchronizedShortStack. anySatisfy(ShortPredicate predicate)booleanUnmodifiableShortStack. anySatisfy(ShortPredicate predicate)intSynchronizedShortStack. count(ShortPredicate predicate)intUnmodifiableShortStack. count(ShortPredicate predicate)shortSynchronizedShortStack. detectIfNone(ShortPredicate predicate, short ifNone)shortUnmodifiableShortStack. detectIfNone(ShortPredicate predicate, short ifNone)booleanSynchronizedShortStack. noneSatisfy(ShortPredicate predicate)booleanUnmodifiableShortStack. noneSatisfy(ShortPredicate predicate)MutableShortStackShortArrayStack. reject(ShortPredicate predicate)MutableShortStackSynchronizedShortStack. reject(ShortPredicate predicate)MutableShortStackUnmodifiableShortStack. reject(ShortPredicate predicate)MutableShortStackShortArrayStack. select(ShortPredicate predicate)MutableShortStackSynchronizedShortStack. select(ShortPredicate predicate)MutableShortStackUnmodifiableShortStack. 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 booleanAbstractShortStack. allSatisfy(ShortPredicate predicate)booleanAbstractShortStack. anySatisfy(ShortPredicate predicate)intAbstractShortStack. count(ShortPredicate predicate)shortAbstractShortStack. detectIfNone(ShortPredicate predicate, short ifNone)booleanAbstractShortStack. 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 booleanShortIterableIterate. allSatisfy(ShortIterable iterable, ShortPredicate predicate)static booleanShortIteratorIterate. allSatisfy(ShortIterator iterator, ShortPredicate predicate)static booleanShortIterableIterate. anySatisfy(ShortIterable iterable, ShortPredicate predicate)static booleanShortIteratorIterate. anySatisfy(ShortIterator iterator, ShortPredicate predicate)static intShortIterableIterate. count(ShortIterable iterable, ShortPredicate predicate)static intShortIteratorIterate. count(ShortIterator iterator, ShortPredicate predicate)static shortShortIterableIterate. detectIfNone(ShortIterable iterable, ShortPredicate predicate, short ifNone)static shortShortIteratorIterate. detectIfNone(ShortIterator iterator, ShortPredicate predicate, short ifNone)static booleanShortIterableIterate. noneSatisfy(ShortIterable iterable, ShortPredicate predicate)static booleanShortIteratorIterate. 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 LazyShortIterableLazyShortIterate. select(ShortIterable iterable, ShortPredicate predicate)Creates a deferred filtering short iterable for the specified short iterable.
-