Uses of Interface
org.eclipse.collections.api.ShortIterable
Packages that use ShortIterable
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains API for Primitive Bags with Mutable and Immutable variants.
This package contains mutable and immutable primitive collection API.
This package contains factory API for creating immutable primitive list instances.
This package contains factory API for creating primitive set instances.
This package contains factory API for creating primitive stack instances.
This package contains mutable and immutable primitive list API.
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
This package contains API for mutable and immutable primitive sets.
This package contains mutable and immutable primitive stack API.
This package contains implementations for Eclipse Collections API.
This package contains implementations of the immutable primitive bag interfaces.
This package contains implementations of the mutable primitive bag interfaces.
This package contains implementations of the
MutableBiMap interface.This package contains implementations of the
MutableCollection interface.This package contains implementations of the mutable primitive collection interfaces.
This package contains implementations of the lazy primitive iterator interfaces.
This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.
This package contains implementations of the
MutableList interface.This package contains implementations of the mutable primitive list interfaces.
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the
MutableMap interface.This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the
MutableSortedMap interface.This package contains implementations of the immutable primitive set interfaces.
This package contains implementations of the mutable primitive set interfaces.
This package contains implementations of the
ImmutableStack interface.This package contains implementations of the immutable primitive stack interfaces.
This package contains implementations of the
MutableStack interface.This package contains implementations of the mutable primitive stack interfaces.
-
Uses of ShortIterable in org.eclipse.collections.api
Subinterfaces of ShortIterable in org.eclipse.collections.apiModifier and TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file lazyPrimitiveIterable.stg.Methods in org.eclipse.collections.api that return ShortIterableModifier and TypeMethodDescriptionRichIterable.collectShort(ShortFunction<? super T> shortFunction) Returns a new primitiveshortiterable with the results of applying the specified function on each element of the source collection.ShortIterable.reject(ShortPredicate predicate) Returns a new ShortIterable with all of the elements in the ShortIterable that return false for the specified predicate.ShortIterable.select(ShortPredicate predicate) Returns a new ShortIterable with all of the elements in the ShortIterable that return true for the specified predicate.default ShortIterableShortIterable.tap(ShortProcedure procedure) Methods in org.eclipse.collections.api that return types with arguments of type ShortIterableModifier and TypeMethodDescriptiondefault RichIterable<ShortIterable> ShortIterable.chunk(int size) Partitions elements in fixed size chunks.Methods in org.eclipse.collections.api with parameters of type ShortIterableModifier and TypeMethodDescriptiondefault booleanShortIterable.containsAll(ShortIterable source) Returns true if all of the values specified in the source ShortIterable are contained in the ShortIterable, and false if they are not.default booleanShortIterable.containsAny(ShortIterable source) Returns true if any of the values specified in the source ShortIterable are contained in the ShortIterable, and false if they are not.default booleanShortIterable.containsNone(ShortIterable source) Returns true if none of the values specified in the source ShortIterable are contained in the ShortIterable, and false if they are.Method parameters in org.eclipse.collections.api with type arguments of type ShortIterableModifier and TypeMethodDescriptiondefault <R extends MutableShortCollection>
RRichIterable.flatCollectShort(Function<? super T, ? extends ShortIterable> function, R target) Same as flatCollect, only the results are collected into the target collection. -
Uses of ShortIterable in org.eclipse.collections.api.bag.primitive
Subinterfaces of ShortIterable in org.eclipse.collections.api.bag.primitiveModifier and TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file immutablePrimitiveBag.stg.interfaceThis file was automatically generated from template file mutablePrimitiveBag.stg.interfaceThis file was automatically generated from template file primitiveBag.stg.Methods in org.eclipse.collections.api.bag.primitive with parameters of type ShortIterableModifier and TypeMethodDescriptionImmutableShortBag.newWithAll(ShortIterable elements) ImmutableShortBag.newWithoutAll(ShortIterable elements) MutableShortBag.withAll(ShortIterable elements) MutableShortBag.withoutAll(ShortIterable elements) -
Uses of ShortIterable in org.eclipse.collections.api.collection.primitive
Subinterfaces of ShortIterable in org.eclipse.collections.api.collection.primitiveModifier and TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file immutablePrimitiveCollection.stg.interfaceThis file was automatically generated from template file mutablePrimitiveCollection.stg.Methods in org.eclipse.collections.api.collection.primitive with parameters of type ShortIterableModifier and TypeMethodDescriptionbooleanMutableShortCollection.addAll(ShortIterable source) ImmutableShortCollection.newWithAll(ShortIterable elements) ImmutableShortCollection.newWithoutAll(ShortIterable elements) booleanMutableShortCollection.removeAll(ShortIterable source) booleanMutableShortCollection.retainAll(ShortIterable elements) MutableShortCollection.withAll(ShortIterable elements) MutableShortCollection.withoutAll(ShortIterable elements) -
Uses of ShortIterable in org.eclipse.collections.api.factory.bag.primitive
Methods in org.eclipse.collections.api.factory.bag.primitive with parameters of type ShortIterableModifier and TypeMethodDescriptionImmutableShortBagFactory.ofAll(ShortIterable items) MutableShortBagFactory.ofAll(ShortIterable items) ImmutableShortBagFactory.withAll(ShortIterable items) MutableShortBagFactory.withAll(ShortIterable items) -
Uses of ShortIterable in org.eclipse.collections.api.factory.list.primitive
Methods in org.eclipse.collections.api.factory.list.primitive with parameters of type ShortIterableModifier and TypeMethodDescriptionImmutableShortListFactory.ofAll(ShortIterable items) MutableShortListFactory.ofAll(ShortIterable items) ImmutableShortListFactory.withAll(ShortIterable items) MutableShortListFactory.withAll(ShortIterable items) -
Uses of ShortIterable in org.eclipse.collections.api.factory.set.primitive
Methods in org.eclipse.collections.api.factory.set.primitive with parameters of type ShortIterableModifier and TypeMethodDescriptionImmutableShortSetFactory.ofAll(ShortIterable items) MutableShortSetFactory.ofAll(ShortIterable items) ImmutableShortSetFactory.withAll(ShortIterable items) MutableShortSetFactory.withAll(ShortIterable items) -
Uses of ShortIterable in org.eclipse.collections.api.factory.stack.primitive
Methods in org.eclipse.collections.api.factory.stack.primitive with parameters of type ShortIterableModifier and TypeMethodDescriptionImmutableShortStackFactory.ofAll(ShortIterable items) MutableShortStackFactory.ofAll(ShortIterable items) ImmutableShortStackFactory.ofAllReversed(ShortIterable items) MutableShortStackFactory.ofAllReversed(ShortIterable items) ImmutableShortStackFactory.withAll(ShortIterable items) MutableShortStackFactory.withAll(ShortIterable items) ImmutableShortStackFactory.withAllReversed(ShortIterable items) MutableShortStackFactory.withAllReversed(ShortIterable items) -
Uses of ShortIterable in org.eclipse.collections.api.list.primitive
Subinterfaces of ShortIterable in org.eclipse.collections.api.list.primitiveModifier and TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file immutablePrimitiveList.stg.interfaceThis file was automatically generated from template file mutablePrimitiveList.stg.interfaceThis file was automatically generated from template file primitiveList.stg.Methods in org.eclipse.collections.api.list.primitive with parameters of type ShortIterableModifier and TypeMethodDescriptionbooleanMutableShortList.addAllAtIndex(int index, ShortIterable source) ImmutableShortList.newWithAll(ShortIterable elements) ImmutableShortList.newWithoutAll(ShortIterable elements) MutableShortList.withAll(ShortIterable elements) MutableShortList.withoutAll(ShortIterable elements) default ImmutableList<ShortShortPair> ImmutableShortList.zipShort(ShortIterable iterable) Returns anImmutableListformed from thisImmutableShortListand anotherShortListby combining corresponding elements in pairs.default MutableList<ShortShortPair> MutableShortList.zipShort(ShortIterable iterable) Returns aMutableListformed from thisMutableShortListand anotherShortListby combining corresponding elements in pairs.default ListIterable<ShortShortPair> ShortList.zipShort(ShortIterable iterable) Returns aListIterableformed from thisShortListand anotherShortListby combining corresponding elements in pairs. -
Uses of ShortIterable in org.eclipse.collections.api.map.primitive
Subinterfaces of ShortIterable in org.eclipse.collections.api.map.primitiveModifier and TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file immutableObjectPrimitiveMap.stg.interfaceThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file mutableObjectPrimitiveMap.stg.interfaceThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file mutablePrimitiveValuesMap.stg.interfaceThis file was automatically generated from template file objectPrimitiveMap.stg.interfaceThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file primitiveValuesMap.stg.Methods in org.eclipse.collections.api.map.primitive with parameters of type ShortIterableModifier and TypeMethodDescriptionImmutableShortBooleanMap.newWithoutAllKeys(ShortIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableShortByteMap.newWithoutAllKeys(ShortIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableShortCharMap.newWithoutAllKeys(ShortIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableShortDoubleMap.newWithoutAllKeys(ShortIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableShortFloatMap.newWithoutAllKeys(ShortIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableShortIntMap.newWithoutAllKeys(ShortIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableShortLongMap.newWithoutAllKeys(ShortIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableShortObjectMap.newWithoutAllKeys(ShortIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableShortShortMap.newWithoutAllKeys(ShortIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.MutableShortBooleanMap.withoutAllKeys(ShortIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableShortByteMap.withoutAllKeys(ShortIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableShortCharMap.withoutAllKeys(ShortIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableShortDoubleMap.withoutAllKeys(ShortIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableShortFloatMap.withoutAllKeys(ShortIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableShortIntMap.withoutAllKeys(ShortIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableShortLongMap.withoutAllKeys(ShortIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableShortObjectMap.withoutAllKeys(ShortIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableShortShortMap.withoutAllKeys(ShortIterable keys) Removes the mappings associated with all the keys, if they exist, from this map. -
Uses of ShortIterable in org.eclipse.collections.api.ordered.primitive
Subinterfaces of ShortIterable in org.eclipse.collections.api.ordered.primitiveModifier and TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file orderedPrimitiveIterable.stg.interfaceThis file was automatically generated from template file reversiblePrimitiveIterable.stg. -
Uses of ShortIterable in org.eclipse.collections.api.set.primitive
Subinterfaces of ShortIterable in org.eclipse.collections.api.set.primitiveModifier and TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file immutablePrimitiveSet.stg.interfaceThis file was automatically generated from template file mutablePrimitiveSet.stg.interfaceThis file was automatically generated from template file primitiveSet.stg.Methods in org.eclipse.collections.api.set.primitive with parameters of type ShortIterableModifier and TypeMethodDescriptionImmutableShortSet.newWithAll(ShortIterable elements) ImmutableShortSet.newWithoutAll(ShortIterable elements) MutableShortSet.withAll(ShortIterable elements) MutableShortSet.withoutAll(ShortIterable elements) -
Uses of ShortIterable in org.eclipse.collections.api.stack.primitive
Subinterfaces of ShortIterable in org.eclipse.collections.api.stack.primitiveModifier and TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file immutablePrimitiveStack.stg.interfaceThis file was automatically generated from template file mutablePrimitiveStack.stg.interfaceThis file was automatically generated from template file primitiveStack.stg. -
Uses of ShortIterable in org.eclipse.collections.impl
Methods in org.eclipse.collections.impl that return ShortIterableModifier and TypeMethodDescriptionUnmodifiableRichIterable.collectShort(ShortFunction<? super T> shortFunction) Method parameters in org.eclipse.collections.impl with type arguments of type ShortIterableModifier and TypeMethodDescription<R extends MutableShortCollection>
RUnmodifiableRichIterable.flatCollectShort(Function<? super T, ? extends ShortIterable> function, R target) -
Uses of ShortIterable in org.eclipse.collections.impl.bag
Method parameters in org.eclipse.collections.impl.bag with type arguments of type ShortIterableModifier and TypeMethodDescription<R extends MutableShortCollection>
RAbstractBag.flatCollectShort(Function<? super T, ? extends ShortIterable> function, R target) -
Uses of ShortIterable in org.eclipse.collections.impl.bag.immutable.primitive
Classes in org.eclipse.collections.impl.bag.immutable.primitive that implement ShortIterableModifier and TypeClassDescription(package private) final classImmutableShortEmptyBag is an optimization forImmutableShortBagof size 0.(package private) final classImmutableShortHashBag is the non-modifiable equivalent ofShortHashBag.(package private) final classImmutableShortSingletonBag is an optimization forImmutableShortBagof size 1.Methods in org.eclipse.collections.impl.bag.immutable.primitive that return types with arguments of type ShortIterableModifier and TypeMethodDescriptionImmutableShortEmptyBag.chunk(int size) ImmutableShortHashBag.chunk(int size) ImmutableShortSingletonBag.chunk(int size) Methods in org.eclipse.collections.impl.bag.immutable.primitive with parameters of type ShortIterableModifier and TypeMethodDescriptionbooleanImmutableShortEmptyBag.containsAll(ShortIterable source) booleanImmutableShortHashBag.containsAll(ShortIterable source) booleanImmutableShortSingletonBag.containsAll(ShortIterable source) ImmutableShortEmptyBag.newWithAll(ShortIterable elements) ImmutableShortHashBag.newWithAll(ShortIterable elements) ImmutableShortSingletonBag.newWithAll(ShortIterable elements) ImmutableShortEmptyBag.newWithoutAll(ShortIterable elements) ImmutableShortHashBag.newWithoutAll(ShortIterable elements) ImmutableShortSingletonBag.newWithoutAll(ShortIterable elements) ImmutableShortBagFactoryImpl.ofAll(ShortIterable items) ImmutableShortBagFactoryImpl.withAll(ShortIterable items) -
Uses of ShortIterable in org.eclipse.collections.impl.bag.mutable.primitive
Classes in org.eclipse.collections.impl.bag.mutable.primitive that implement ShortIterableModifier and TypeClassDescriptionclassShortHashBag is similar toHashBag, and is memory-optimized for short primitives.classA synchronized view of aMutableShortBag.classThis file was automatically generated from template file unmodifiablePrimitiveBag.stg.Methods in org.eclipse.collections.impl.bag.mutable.primitive that return types with arguments of type ShortIterableMethods in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type ShortIterableModifier and TypeMethodDescriptionbooleanShortHashBag.addAll(ShortIterable source) static ShortHashBagShortHashBag.newBag(ShortIterable source) MutableShortBagFactoryImpl.ofAll(ShortIterable items) booleanShortHashBag.removeAll(ShortIterable source) booleanShortHashBag.retainAll(ShortIterable source) MutableShortBagFactoryImpl.withAll(ShortIterable items) ShortHashBag.withAll(ShortIterable iterable) SynchronizedShortBag.withAll(ShortIterable elements) UnmodifiableShortBag.withAll(ShortIterable elements) ShortHashBag.withoutAll(ShortIterable iterable) SynchronizedShortBag.withoutAll(ShortIterable elements) UnmodifiableShortBag.withoutAll(ShortIterable elements) Constructors in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type ShortIterable -
Uses of ShortIterable in org.eclipse.collections.impl.bimap
Method parameters in org.eclipse.collections.impl.bimap with type arguments of type ShortIterableModifier and TypeMethodDescription<R extends MutableShortCollection>
RAbstractBiMap.flatCollectShort(Function<? super V, ? extends ShortIterable> function, R target) -
Uses of ShortIterable in org.eclipse.collections.impl.bimap.mutable
Methods in org.eclipse.collections.impl.bimap.mutable that return ShortIterableModifier and TypeMethodDescriptionUnmodifiableBiMap.collectShort(ShortFunction<? super V> shortFunction) Method parameters in org.eclipse.collections.impl.bimap.mutable with type arguments of type ShortIterableModifier and TypeMethodDescription<R extends MutableShortCollection>
RUnmodifiableBiMap.flatCollectShort(Function<? super V, ? extends ShortIterable> function, R target) -
Uses of ShortIterable in org.eclipse.collections.impl.collection
Methods in org.eclipse.collections.impl.collection that return ShortIterableModifier and TypeMethodDescriptionAbstractSynchronizedRichIterable.collectShort(ShortFunction<? super T> shortFunction) Method parameters in org.eclipse.collections.impl.collection with type arguments of type ShortIterableModifier and TypeMethodDescription<R extends MutableShortCollection>
RAbstractSynchronizedRichIterable.flatCollectShort(Function<? super T, ? extends ShortIterable> function, R target) -
Uses of ShortIterable in org.eclipse.collections.impl.collection.mutable
Method parameters in org.eclipse.collections.impl.collection.mutable with type arguments of type ShortIterableModifier and TypeMethodDescription<R extends MutableShortCollection>
RAbstractMultiReaderMutableCollection.flatCollectShort(Function<? super T, ? extends ShortIterable> function, R target) final <R extends MutableShortCollection>
RAbstractMultiReaderMutableCollection.UntouchableMutableCollection.flatCollectShort(Function<? super T, ? extends ShortIterable> function, R target) <R extends MutableShortCollection>
RAbstractUnmodifiableMutableCollection.flatCollectShort(Function<? super T, ? extends ShortIterable> function, R target) -
Uses of ShortIterable in org.eclipse.collections.impl.collection.mutable.primitive
Classes in org.eclipse.collections.impl.collection.mutable.primitive that implement ShortIterableModifier and TypeClassDescriptionclassThis file was automatically generated from template file abstractSynchronizedPrimitiveCollection.stg.classThis file was automatically generated from template file abstractUnmodifiablePrimitiveCollection.stg.classThis file was automatically generated from template file synchronizedPrimitiveCollection.stg.classThis file was automatically generated from template file unmodifiablePrimitiveCollection.stg.Methods in org.eclipse.collections.impl.collection.mutable.primitive that return types with arguments of type ShortIterableModifier and TypeMethodDescriptionAbstractSynchronizedShortCollection.chunk(int size) AbstractUnmodifiableShortCollection.chunk(int size) Methods in org.eclipse.collections.impl.collection.mutable.primitive with parameters of type ShortIterableModifier and TypeMethodDescriptionbooleanAbstractSynchronizedShortCollection.addAll(ShortIterable source) booleanAbstractUnmodifiableShortCollection.addAll(ShortIterable source) booleanAbstractSynchronizedShortCollection.containsAll(ShortIterable source) booleanAbstractUnmodifiableShortCollection.containsAll(ShortIterable source) booleanAbstractSynchronizedShortCollection.containsAny(ShortIterable source) booleanAbstractUnmodifiableShortCollection.containsAny(ShortIterable source) booleanAbstractSynchronizedShortCollection.containsNone(ShortIterable source) booleanAbstractUnmodifiableShortCollection.containsNone(ShortIterable source) booleanAbstractSynchronizedShortCollection.removeAll(ShortIterable source) booleanAbstractUnmodifiableShortCollection.removeAll(ShortIterable source) booleanAbstractSynchronizedShortCollection.retainAll(ShortIterable source) booleanAbstractUnmodifiableShortCollection.retainAll(ShortIterable source) AbstractSynchronizedShortCollection.withAll(ShortIterable elements) AbstractUnmodifiableShortCollection.withAll(ShortIterable elements) AbstractSynchronizedShortCollection.withoutAll(ShortIterable elements) AbstractUnmodifiableShortCollection.withoutAll(ShortIterable elements) -
Uses of ShortIterable in org.eclipse.collections.impl.lazy.primitive
Classes in org.eclipse.collections.impl.lazy.primitive that implement ShortIterableModifier and TypeClassDescriptionclassThis file was automatically generated from template file abstractLazyPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file lazyPrimitiveIterableAdapter.stg.classThis file was automatically generated from template file reversePrimitiveIterable.stg.classThis file was automatically generated from template file selectPrimitiveIterable.stg.classThis file was automatically generated from template file tapPrimitiveIterable.stg.Subclasses with type arguments of type ShortIterable in org.eclipse.collections.impl.lazy.primitiveModifier and TypeClassDescriptionclassThis file was automatically generated from template file chunkPrimitiveIterable.stg.Classes in org.eclipse.collections.impl.lazy.primitive that implement interfaces with type arguments of type ShortIterableFields in org.eclipse.collections.impl.lazy.primitive declared as ShortIterableModifier and TypeFieldDescriptionprivate final ShortIterableChunkShortIterable.adaptedprivate final ShortIterableTapShortIterable.adaptedprivate final ShortIterableLazyShortIterableAdapter.delegateprivate final ShortIterableSelectShortIterable.delegateprivate final ShortIterableCollectShortToBooleanIterable.iterableprivate final ShortIterableCollectShortToByteIterable.iterableprivate final ShortIterableCollectShortToCharIterable.iterableprivate final ShortIterableCollectShortToDoubleIterable.iterableprivate final ShortIterableCollectShortToFloatIterable.iterableprivate final ShortIterableCollectShortToIntIterable.iterableprivate final ShortIterableCollectShortToLongIterable.iterableprivate final ShortIterableCollectShortToObjectIterable.iterableprivate final ShortIterableCollectShortToShortIterable.iterableprivate final ShortIterableFlatCollectShortToObjectIterable.iterableMethods in org.eclipse.collections.impl.lazy.primitive that return ShortIterableMethods in org.eclipse.collections.impl.lazy.primitive that return types with arguments of type ShortIterableModifier and TypeMethodDescriptionAbstractLazyShortIterable.chunk(int size) ChunkShortIterable.iterator()Methods in org.eclipse.collections.impl.lazy.primitive with parameters of type ShortIterableModifier and TypeMethodDescriptionbooleanAbstractLazyShortIterable.containsAll(ShortIterable source) booleanCollectShortIterable.containsAll(ShortIterable source) booleanLazyShortIterableAdapter.containsAll(ShortIterable source) booleanReverseShortIterable.containsAll(ShortIterable source) booleanSelectShortIterable.containsAll(ShortIterable source) Method parameters in org.eclipse.collections.impl.lazy.primitive with type arguments of type ShortIterableModifier and TypeMethodDescriptionvoidChunkShortIterable.each(Procedure<? super ShortIterable> procedure) Constructors in org.eclipse.collections.impl.lazy.primitive with parameters of type ShortIterableModifierConstructorDescriptionChunkShortIterable(ShortIterable delegate, int size) ChunkShortIterator(ShortIterable iterable, int size) CollectShortToBooleanIterable(ShortIterable iterable, ShortToBooleanFunction function) CollectShortToByteIterable(ShortIterable iterable, ShortToByteFunction function) CollectShortToCharIterable(ShortIterable iterable, ShortToCharFunction function) CollectShortToDoubleIterable(ShortIterable iterable, ShortToDoubleFunction function) CollectShortToFloatIterable(ShortIterable iterable, ShortToFloatFunction function) CollectShortToIntIterable(ShortIterable iterable, ShortToIntFunction function) CollectShortToLongIterable(ShortIterable iterable, ShortToLongFunction function) CollectShortToObjectIterable(ShortIterable iterable, ShortToObjectFunction<? extends V> function) CollectShortToShortIterable(ShortIterable iterable, ShortToShortFunction function) FlatCollectShortIterator(ShortIterable iterable, ShortToObjectFunction<? extends Iterable<V>> newFunction) FlatCollectShortToObjectIterable(ShortIterable iterable, ShortToObjectFunction<? extends Iterable<V>> function) LazyShortIterableAdapter(ShortIterable delegate) SelectShortIterable(ShortIterable delegate, ShortPredicate predicate) privateSelectShortIterator(ShortIterable iterable, ShortPredicate predicate) TapShortIterable(ShortIterable delegate, ShortProcedure procedure) TapShortIterator(ShortIterable iterable, ShortProcedure procedure) -
Uses of ShortIterable in org.eclipse.collections.impl.list.immutable.primitive
Classes in org.eclipse.collections.impl.list.immutable.primitive that implement ShortIterableModifier and TypeClassDescription(package private) final classImmutableShortArrayList is the non-modifiable equivalent ofShortArrayList.(package private) final classImmutableShortEmptyList is an optimization forImmutableShortListof size 0.(package private) final classImmutableShortSingletonList is an optimization forImmutableShortListof size 1.Methods in org.eclipse.collections.impl.list.immutable.primitive that return types with arguments of type ShortIterableModifier and TypeMethodDescriptionImmutableShortArrayList.chunk(int size) ImmutableShortEmptyList.chunk(int size) ImmutableShortSingletonList.chunk(int size) Methods in org.eclipse.collections.impl.list.immutable.primitive with parameters of type ShortIterableModifier and TypeMethodDescriptionbooleanImmutableShortArrayList.containsAll(ShortIterable source) booleanImmutableShortEmptyList.containsAll(ShortIterable source) booleanImmutableShortSingletonList.containsAll(ShortIterable source) static ImmutableShortArrayListImmutableShortArrayList.newList(ShortIterable iterable) ImmutableShortArrayList.newWithAll(ShortIterable elements) ImmutableShortEmptyList.newWithAll(ShortIterable elements) ImmutableShortSingletonList.newWithAll(ShortIterable elements) ImmutableShortArrayList.newWithoutAll(ShortIterable elements) ImmutableShortEmptyList.newWithoutAll(ShortIterable elements) ImmutableShortSingletonList.newWithoutAll(ShortIterable elements) ImmutableShortListFactoryImpl.ofAll(ShortIterable items) ImmutableShortListFactoryImpl.withAll(ShortIterable items) ImmutableShortArrayList.zipShort(ShortIterable iterable) ImmutableShortEmptyList.zipShort(ShortIterable iterable) ImmutableShortSingletonList.zipShort(ShortIterable iterable) -
Uses of ShortIterable in org.eclipse.collections.impl.list.mutable
Method parameters in org.eclipse.collections.impl.list.mutable with type arguments of type ShortIterableModifier and TypeMethodDescription<R extends MutableShortCollection>
RFastList.flatCollectShort(Function<? super T, ? extends ShortIterable> function, R target) -
Uses of ShortIterable in org.eclipse.collections.impl.list.mutable.primitive
Classes in org.eclipse.collections.impl.list.mutable.primitive that implement ShortIterableModifier and TypeClassDescriptionclassShortArrayList is similar to FastList, and is memory-optimized for short primitives.classA synchronized view of aMutableShortList.classThis file was automatically generated from template file unmodifiablePrimitiveList.stg.Methods in org.eclipse.collections.impl.list.mutable.primitive that return types with arguments of type ShortIterableMethods in org.eclipse.collections.impl.list.mutable.primitive with parameters of type ShortIterableModifier and TypeMethodDescriptionbooleanShortArrayList.addAll(ShortIterable source) booleanShortArrayList.addAllAtIndex(int index, ShortIterable source) booleanSynchronizedShortList.addAllAtIndex(int index, ShortIterable source) booleanUnmodifiableShortList.addAllAtIndex(int index, ShortIterable source) static ShortArrayListShortArrayList.newList(ShortIterable source) MutableShortListFactoryImpl.ofAll(ShortIterable items) booleanShortArrayList.removeAll(ShortIterable source) booleanShortArrayList.retainAll(ShortIterable source) MutableShortListFactoryImpl.withAll(ShortIterable items) ShortArrayList.withAll(ShortIterable elements) SynchronizedShortList.withAll(ShortIterable elements) UnmodifiableShortList.withAll(ShortIterable elements) ShortArrayList.withoutAll(ShortIterable elements) SynchronizedShortList.withoutAll(ShortIterable elements) UnmodifiableShortList.withoutAll(ShortIterable elements) ShortArrayList.zipShort(ShortIterable iterable) SynchronizedShortList.zipShort(ShortIterable iterable) UnmodifiableShortList.zipShort(ShortIterable iterable) -
Uses of ShortIterable in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement ShortIterableModifier and TypeClassDescriptionclassThis file was automatically generated from template file abstractImmutableObjectPrimitiveMap.stg.(package private) final classImmutableByteShortEmptyMap is an optimization forImmutableByteShortMapof size 0.(package private) final classImmutableByteShortHashMap is the non-modifiable equivalent ofByteShortHashMap.(package private) final classImmutableByteShortSingletonMap is an optimization forImmutableByteShortMapof size 1.(package private) final classImmutableCharShortEmptyMap is an optimization forImmutableCharShortMapof size 0.(package private) final classImmutableCharShortHashMap is the non-modifiable equivalent ofCharShortHashMap.(package private) final classImmutableCharShortSingletonMap is an optimization forImmutableCharShortMapof size 1.(package private) final classImmutableDoubleShortEmptyMap is an optimization forImmutableDoubleShortMapof size 0.(package private) final classImmutableDoubleShortHashMap is the non-modifiable equivalent ofDoubleShortHashMap.(package private) final classImmutableDoubleShortSingletonMap is an optimization forImmutableDoubleShortMapof size 1.(package private) final classImmutableFloatShortEmptyMap is an optimization forImmutableFloatShortMapof size 0.(package private) final classImmutableFloatShortHashMap is the non-modifiable equivalent ofFloatShortHashMap.(package private) final classImmutableFloatShortSingletonMap is an optimization forImmutableFloatShortMapof size 1.(package private) final classImmutableIntShortEmptyMap is an optimization forImmutableIntShortMapof size 0.(package private) final classImmutableIntShortHashMap is the non-modifiable equivalent ofIntShortHashMap.(package private) final classImmutableIntShortSingletonMap is an optimization forImmutableIntShortMapof size 1.(package private) final classImmutableLongShortEmptyMap is an optimization forImmutableLongShortMapof size 0.(package private) final classImmutableLongShortHashMap is the non-modifiable equivalent ofLongShortHashMap.(package private) final classImmutableLongShortSingletonMap is an optimization forImmutableLongShortMapof size 1.(package private) final classImmutableObjectShortEmptyMap is an optimization forImmutableObjectShortMapof size 0.(package private) final classImmutableObjectShortHashMap is the non-modifiable equivalent ofObjectShortHashMap.(package private) final classImmutableObjectShortSingletonMap is an optimization forImmutableObjectShortMapof size 1.(package private) final classImmutableShortShortEmptyMap is an optimization forImmutableShortShortMapof size 0.(package private) final classImmutableShortShortHashMap is the non-modifiable equivalent ofShortShortHashMap.(package private) final classImmutableShortShortSingletonMap is an optimization forImmutableShortShortMapof size 1.Methods in org.eclipse.collections.impl.map.immutable.primitive that return types with arguments of type ShortIterableModifier and TypeMethodDescriptionImmutableByteShortEmptyMap.chunk(int size) ImmutableByteShortHashMap.chunk(int size) ImmutableByteShortSingletonMap.chunk(int size) ImmutableCharShortEmptyMap.chunk(int size) ImmutableCharShortHashMap.chunk(int size) ImmutableCharShortSingletonMap.chunk(int size) ImmutableDoubleShortEmptyMap.chunk(int size) ImmutableDoubleShortHashMap.chunk(int size) ImmutableDoubleShortSingletonMap.chunk(int size) ImmutableFloatShortEmptyMap.chunk(int size) ImmutableFloatShortHashMap.chunk(int size) ImmutableFloatShortSingletonMap.chunk(int size) ImmutableIntShortEmptyMap.chunk(int size) ImmutableIntShortHashMap.chunk(int size) ImmutableIntShortSingletonMap.chunk(int size) ImmutableLongShortEmptyMap.chunk(int size) ImmutableLongShortHashMap.chunk(int size) ImmutableLongShortSingletonMap.chunk(int size) ImmutableObjectShortEmptyMap.chunk(int size) ImmutableObjectShortHashMap.chunk(int size) ImmutableObjectShortSingletonMap.chunk(int size) ImmutableShortShortEmptyMap.chunk(int size) ImmutableShortShortHashMap.chunk(int size) ImmutableShortShortSingletonMap.chunk(int size) Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type ShortIterableModifier and TypeMethodDescriptionbooleanImmutableByteShortEmptyMap.containsAll(ShortIterable source) booleanImmutableByteShortHashMap.containsAll(ShortIterable source) booleanImmutableByteShortSingletonMap.containsAll(ShortIterable source) booleanImmutableCharShortEmptyMap.containsAll(ShortIterable source) booleanImmutableCharShortHashMap.containsAll(ShortIterable source) booleanImmutableCharShortSingletonMap.containsAll(ShortIterable source) booleanImmutableDoubleShortEmptyMap.containsAll(ShortIterable source) booleanImmutableDoubleShortHashMap.containsAll(ShortIterable source) booleanImmutableDoubleShortSingletonMap.containsAll(ShortIterable source) booleanImmutableFloatShortEmptyMap.containsAll(ShortIterable source) booleanImmutableFloatShortHashMap.containsAll(ShortIterable source) booleanImmutableFloatShortSingletonMap.containsAll(ShortIterable source) booleanImmutableIntShortEmptyMap.containsAll(ShortIterable source) booleanImmutableIntShortHashMap.containsAll(ShortIterable source) booleanImmutableIntShortSingletonMap.containsAll(ShortIterable source) booleanImmutableLongShortEmptyMap.containsAll(ShortIterable source) booleanImmutableLongShortHashMap.containsAll(ShortIterable source) booleanImmutableLongShortSingletonMap.containsAll(ShortIterable source) booleanImmutableObjectShortEmptyMap.containsAll(ShortIterable source) booleanImmutableObjectShortHashMap.containsAll(ShortIterable source) booleanImmutableObjectShortSingletonMap.containsAll(ShortIterable source) booleanImmutableShortShortEmptyMap.containsAll(ShortIterable source) booleanImmutableShortShortHashMap.containsAll(ShortIterable source) booleanImmutableShortShortSingletonMap.containsAll(ShortIterable source) ImmutableShortBooleanEmptyMap.newWithoutAllKeys(ShortIterable keys) ImmutableShortBooleanHashMap.newWithoutAllKeys(ShortIterable keys) ImmutableShortBooleanSingletonMap.newWithoutAllKeys(ShortIterable keys) ImmutableShortByteEmptyMap.newWithoutAllKeys(ShortIterable keys) ImmutableShortByteHashMap.newWithoutAllKeys(ShortIterable keys) ImmutableShortByteSingletonMap.newWithoutAllKeys(ShortIterable keys) ImmutableShortCharEmptyMap.newWithoutAllKeys(ShortIterable keys) ImmutableShortCharHashMap.newWithoutAllKeys(ShortIterable keys) ImmutableShortCharSingletonMap.newWithoutAllKeys(ShortIterable keys) ImmutableShortDoubleEmptyMap.newWithoutAllKeys(ShortIterable keys) ImmutableShortDoubleHashMap.newWithoutAllKeys(ShortIterable keys) ImmutableShortDoubleSingletonMap.newWithoutAllKeys(ShortIterable keys) ImmutableShortFloatEmptyMap.newWithoutAllKeys(ShortIterable keys) ImmutableShortFloatHashMap.newWithoutAllKeys(ShortIterable keys) ImmutableShortFloatSingletonMap.newWithoutAllKeys(ShortIterable keys) ImmutableShortIntEmptyMap.newWithoutAllKeys(ShortIterable keys) ImmutableShortIntHashMap.newWithoutAllKeys(ShortIterable keys) ImmutableShortIntSingletonMap.newWithoutAllKeys(ShortIterable keys) ImmutableShortLongEmptyMap.newWithoutAllKeys(ShortIterable keys) ImmutableShortLongHashMap.newWithoutAllKeys(ShortIterable keys) ImmutableShortLongSingletonMap.newWithoutAllKeys(ShortIterable keys) ImmutableShortObjectEmptyMap.newWithoutAllKeys(ShortIterable keys) ImmutableShortObjectHashMap.newWithoutAllKeys(ShortIterable keys) ImmutableShortObjectSingletonMap.newWithoutAllKeys(ShortIterable keys) ImmutableShortShortEmptyMap.newWithoutAllKeys(ShortIterable keys) ImmutableShortShortHashMap.newWithoutAllKeys(ShortIterable keys) ImmutableShortShortSingletonMap.newWithoutAllKeys(ShortIterable keys) Method parameters in org.eclipse.collections.impl.map.immutable.primitive with type arguments of type ShortIterableModifier and TypeMethodDescription<R extends MutableShortCollection>
RImmutableByteObjectEmptyMap.flatCollectShort(Function<? super V, ? extends ShortIterable> function, R target) <R extends MutableShortCollection>
RImmutableCharObjectEmptyMap.flatCollectShort(Function<? super V, ? extends ShortIterable> function, R target) <R extends MutableShortCollection>
RImmutableDoubleObjectEmptyMap.flatCollectShort(Function<? super V, ? extends ShortIterable> function, R target) <R extends MutableShortCollection>
RImmutableFloatObjectEmptyMap.flatCollectShort(Function<? super V, ? extends ShortIterable> function, R target) <R extends MutableShortCollection>
RImmutableIntObjectEmptyMap.flatCollectShort(Function<? super V, ? extends ShortIterable> function, R target) <R extends MutableShortCollection>
RImmutableLongObjectEmptyMap.flatCollectShort(Function<? super V, ? extends ShortIterable> function, R target) <R extends MutableShortCollection>
RImmutableShortObjectEmptyMap.flatCollectShort(Function<? super V, ? extends ShortIterable> function, R target) -
Uses of ShortIterable in org.eclipse.collections.impl.map.mutable
Method parameters in org.eclipse.collections.impl.map.mutable with type arguments of type ShortIterableModifier and TypeMethodDescription<R extends MutableShortCollection>
RUnmodifiableMutableMap.flatCollectShort(Function<? super V, ? extends ShortIterable> function, R target) -
Uses of ShortIterable in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement ShortIterableModifier and TypeClassDescriptionclassThis file was automatically generated from template file abstractMutablePrimitiveKeySet.stg.classThis file was automatically generated from template file abstractMutablePrimitiveValuesMap.stg.protected classclassThis file was automatically generated from template file primitivePrimitiveHashMap.stg.private classclassThis file was automatically generated from template file primitivePrimitiveHashMap.stg.private classclassThis file was automatically generated from template file primitivePrimitiveHashMap.stg.private classclassThis file was automatically generated from template file primitivePrimitiveHashMap.stg.private class(package private) classThis file was automatically generated from template file immutablePrimitiveMapKeySet.stg(package private) classThis file was automatically generated from template file immutablePrimitivePrimitiveMapKeySet.stgclassThis file was automatically generated from template file primitivePrimitiveHashMap.stg.private classclassThis file was automatically generated from template file primitivePrimitiveHashMap.stg.private classclassThis file was automatically generated from template file objectPrimitiveHashMap.stg.private classclassThis file was automatically generated from template file objectPrimitiveHashMapWithHashingStrategy.stg.private classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classclassThis file was automatically generated from template file primitivePrimitiveHashMap.stg.private classprivate classprivate classclassA synchronized view of aMutableByteShortMap.classA synchronized view of aMutableCharShortMap.classA synchronized view of aMutableDoubleShortMap.classA synchronized view of aMutableFloatShortMap.classA synchronized view of aMutableIntShortMap.classA synchronized view of aMutableLongShortMap.classA synchronized view of aMutableObjectShortMap.classA synchronized view of aMutableShortShortMap.classThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.classThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.classThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.classThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.classThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.classThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.classThis file was automatically generated from template file unmodifiableObjectPrimitiveMap.stg.classThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Methods in org.eclipse.collections.impl.map.mutable.primitive that return types with arguments of type ShortIterableModifier and TypeMethodDescriptionAbstractMutableShortKeySet.chunk(int size) AbstractMutableShortValuesMap.AbstractShortValuesCollection.chunk(int size) AbstractMutableShortValuesMap.chunk(int size) ObjectShortHashMap.chunk(int size) ObjectShortHashMap.ValuesCollection.chunk(int size) ObjectShortHashMapWithHashingStrategy.chunk(int size) ObjectShortHashMapWithHashingStrategy.ValuesCollection.chunk(int size) SynchronizedByteShortMap.chunk(int size) SynchronizedCharShortMap.chunk(int size) SynchronizedDoubleShortMap.chunk(int size) SynchronizedFloatShortMap.chunk(int size) SynchronizedIntShortMap.chunk(int size) SynchronizedLongShortMap.chunk(int size) SynchronizedObjectShortMap.chunk(int size) SynchronizedShortShortMap.chunk(int size) UnmodifiableByteShortMap.chunk(int size) UnmodifiableCharShortMap.chunk(int size) UnmodifiableDoubleShortMap.chunk(int size) UnmodifiableFloatShortMap.chunk(int size) UnmodifiableIntShortMap.chunk(int size) UnmodifiableLongShortMap.chunk(int size) UnmodifiableObjectShortMap.chunk(int size) UnmodifiableShortShortMap.chunk(int size) Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ShortIterableModifier and TypeMethodDescriptionbooleanAbstractMutableShortKeySet.addAll(ShortIterable source) booleanAbstractMutableShortValuesMap.AbstractShortValuesCollection.addAll(ShortIterable source) booleanObjectShortHashMap.ValuesCollection.addAll(ShortIterable source) booleanObjectShortHashMapWithHashingStrategy.ValuesCollection.addAll(ShortIterable source) booleanAbstractMutableShortKeySet.containsAll(ShortIterable source) booleanAbstractMutableShortValuesMap.AbstractShortValuesCollection.containsAll(ShortIterable source) booleanAbstractMutableShortValuesMap.containsAll(ShortIterable source) booleanObjectShortHashMap.containsAll(ShortIterable source) booleanObjectShortHashMap.ValuesCollection.containsAll(ShortIterable source) booleanObjectShortHashMapWithHashingStrategy.containsAll(ShortIterable source) booleanObjectShortHashMapWithHashingStrategy.ValuesCollection.containsAll(ShortIterable source) booleanShortBooleanHashMap.KeysView.containsAll(ShortIterable source) booleanSynchronizedByteShortMap.containsAll(ShortIterable source) booleanSynchronizedCharShortMap.containsAll(ShortIterable source) booleanSynchronizedDoubleShortMap.containsAll(ShortIterable source) booleanSynchronizedFloatShortMap.containsAll(ShortIterable source) booleanSynchronizedIntShortMap.containsAll(ShortIterable source) booleanSynchronizedLongShortMap.containsAll(ShortIterable source) booleanSynchronizedObjectShortMap.containsAll(ShortIterable source) booleanSynchronizedShortShortMap.containsAll(ShortIterable source) booleanUnmodifiableByteShortMap.containsAll(ShortIterable source) booleanUnmodifiableCharShortMap.containsAll(ShortIterable source) booleanUnmodifiableDoubleShortMap.containsAll(ShortIterable source) booleanUnmodifiableFloatShortMap.containsAll(ShortIterable source) booleanUnmodifiableIntShortMap.containsAll(ShortIterable source) booleanUnmodifiableLongShortMap.containsAll(ShortIterable source) booleanUnmodifiableObjectShortMap.containsAll(ShortIterable source) booleanUnmodifiableShortShortMap.containsAll(ShortIterable source) booleanAbstractMutableShortKeySet.removeAll(ShortIterable source) booleanAbstractMutableShortValuesMap.AbstractShortValuesCollection.removeAll(ShortIterable source) booleanObjectShortHashMap.ValuesCollection.removeAll(ShortIterable source) booleanObjectShortHashMapWithHashingStrategy.ValuesCollection.removeAll(ShortIterable source) booleanByteShortHashMap.ValuesCollection.retainAll(ShortIterable source) booleanCharShortHashMap.ValuesCollection.retainAll(ShortIterable source) booleanDoubleShortHashMap.ValuesCollection.retainAll(ShortIterable source) booleanFloatShortHashMap.ValuesCollection.retainAll(ShortIterable source) booleanIntShortHashMap.ValuesCollection.retainAll(ShortIterable source) booleanLongShortHashMap.ValuesCollection.retainAll(ShortIterable source) booleanObjectShortHashMap.ValuesCollection.retainAll(ShortIterable source) booleanObjectShortHashMapWithHashingStrategy.ValuesCollection.retainAll(ShortIterable source) booleanShortBooleanHashMap.KeySet.retainAll(ShortIterable source) booleanShortByteHashMap.KeySet.retainAll(ShortIterable source) booleanShortCharHashMap.KeySet.retainAll(ShortIterable source) booleanShortDoubleHashMap.KeySet.retainAll(ShortIterable source) booleanShortFloatHashMap.KeySet.retainAll(ShortIterable source) booleanShortIntHashMap.KeySet.retainAll(ShortIterable source) booleanShortLongHashMap.KeySet.retainAll(ShortIterable source) booleanShortObjectHashMap.KeySet.retainAll(ShortIterable source) booleanShortShortHashMap.KeySet.retainAll(ShortIterable source) booleanShortShortHashMap.ValuesCollection.retainAll(ShortIterable source) AbstractMutableShortKeySet.withAll(ShortIterable elements) AbstractMutableShortValuesMap.AbstractShortValuesCollection.withAll(ShortIterable elements) ObjectShortHashMap.ValuesCollection.withAll(ShortIterable elements) ObjectShortHashMapWithHashingStrategy.ValuesCollection.withAll(ShortIterable elements) AbstractMutableShortKeySet.withoutAll(ShortIterable elements) AbstractMutableShortValuesMap.AbstractShortValuesCollection.withoutAll(ShortIterable elements) ObjectShortHashMap.ValuesCollection.withoutAll(ShortIterable elements) ObjectShortHashMapWithHashingStrategy.ValuesCollection.withoutAll(ShortIterable elements) ShortBooleanHashMap.withoutAllKeys(ShortIterable keys) ShortByteHashMap.withoutAllKeys(ShortIterable keys) ShortCharHashMap.withoutAllKeys(ShortIterable keys) ShortDoubleHashMap.withoutAllKeys(ShortIterable keys) ShortFloatHashMap.withoutAllKeys(ShortIterable keys) ShortIntHashMap.withoutAllKeys(ShortIterable keys) ShortLongHashMap.withoutAllKeys(ShortIterable keys) ShortObjectHashMap.withoutAllKeys(ShortIterable keys) ShortShortHashMap.withoutAllKeys(ShortIterable keys) SynchronizedShortBooleanMap.withoutAllKeys(ShortIterable keys) SynchronizedShortByteMap.withoutAllKeys(ShortIterable keys) SynchronizedShortCharMap.withoutAllKeys(ShortIterable keys) SynchronizedShortDoubleMap.withoutAllKeys(ShortIterable keys) SynchronizedShortFloatMap.withoutAllKeys(ShortIterable keys) SynchronizedShortIntMap.withoutAllKeys(ShortIterable keys) SynchronizedShortLongMap.withoutAllKeys(ShortIterable keys) SynchronizedShortObjectMap.withoutAllKeys(ShortIterable keys) SynchronizedShortShortMap.withoutAllKeys(ShortIterable keys) UnmodifiableShortBooleanMap.withoutAllKeys(ShortIterable keys) UnmodifiableShortByteMap.withoutAllKeys(ShortIterable keys) UnmodifiableShortCharMap.withoutAllKeys(ShortIterable keys) UnmodifiableShortDoubleMap.withoutAllKeys(ShortIterable keys) UnmodifiableShortFloatMap.withoutAllKeys(ShortIterable keys) UnmodifiableShortIntMap.withoutAllKeys(ShortIterable keys) UnmodifiableShortLongMap.withoutAllKeys(ShortIterable keys) UnmodifiableShortObjectMap.withoutAllKeys(ShortIterable keys) UnmodifiableShortShortMap.withoutAllKeys(ShortIterable keys) Method parameters in org.eclipse.collections.impl.map.mutable.primitive with type arguments of type ShortIterableModifier and TypeMethodDescription<R extends MutableShortCollection>
RSynchronizedByteObjectMap.flatCollectShort(Function<? super V, ? extends ShortIterable> function, R target) <R extends MutableShortCollection>
RSynchronizedCharObjectMap.flatCollectShort(Function<? super V, ? extends ShortIterable> function, R target) <R extends MutableShortCollection>
RSynchronizedDoubleObjectMap.flatCollectShort(Function<? super V, ? extends ShortIterable> function, R target) <R extends MutableShortCollection>
RSynchronizedFloatObjectMap.flatCollectShort(Function<? super V, ? extends ShortIterable> function, R target) <R extends MutableShortCollection>
RSynchronizedIntObjectMap.flatCollectShort(Function<? super V, ? extends ShortIterable> function, R target) <R extends MutableShortCollection>
RSynchronizedLongObjectMap.flatCollectShort(Function<? super V, ? extends ShortIterable> function, R target) <R extends MutableShortCollection>
RSynchronizedShortObjectMap.flatCollectShort(Function<? super V, ? extends ShortIterable> function, R target) -
Uses of ShortIterable in org.eclipse.collections.impl.map.ordered.mutable
Method parameters in org.eclipse.collections.impl.map.ordered.mutable with type arguments of type ShortIterableModifier and TypeMethodDescription<R extends MutableShortCollection>
RUnmodifiableMutableOrderedMap.flatCollectShort(Function<? super V, ? extends ShortIterable> function, R target) -
Uses of ShortIterable in org.eclipse.collections.impl.map.sorted.mutable
Method parameters in org.eclipse.collections.impl.map.sorted.mutable with type arguments of type ShortIterableModifier and TypeMethodDescription<R extends MutableShortCollection>
RUnmodifiableTreeMap.flatCollectShort(Function<? super V, ? extends ShortIterable> function, R target) -
Uses of ShortIterable in org.eclipse.collections.impl.primitive
Classes in org.eclipse.collections.impl.primitive that implement ShortIterableModifier and TypeClassDescriptionclassThis file was automatically generated from template file abstractPrimitiveIterable.stg.classA synchronized view of a ShortIterable.Fields in org.eclipse.collections.impl.primitive declared as ShortIterableMethods in org.eclipse.collections.impl.primitive that return ShortIterableModifier and TypeMethodDescriptionSynchronizedShortIterable.reject(ShortPredicate predicate) SynchronizedShortIterable.select(ShortPredicate predicate) Methods in org.eclipse.collections.impl.primitive that return types with arguments of type ShortIterableMethods in org.eclipse.collections.impl.primitive with parameters of type ShortIterableModifier and TypeMethodDescriptionbooleanSynchronizedShortIterable.containsAll(ShortIterable source) booleanSynchronizedShortIterable.containsAny(ShortIterable source) booleanSynchronizedShortIterable.containsNone(ShortIterable source) static SynchronizedShortIterableSynchronizedShortIterable.of(ShortIterable iterable) This method will take a ShortIterable and wrap it directly in a SynchronizedShortIterable.static SynchronizedShortIterableSynchronizedShortIterable.of(ShortIterable iterable, Object lock) This method will take a ShortIterable and wrap it directly in a SynchronizedShortIterable.Constructors in org.eclipse.collections.impl.primitive with parameters of type ShortIterableModifierConstructorDescriptionprotectedSynchronizedShortIterable(ShortIterable iterable) protectedSynchronizedShortIterable(ShortIterable iterable, Object newLock) -
Uses of ShortIterable in org.eclipse.collections.impl.set.immutable.primitive
Classes in org.eclipse.collections.impl.set.immutable.primitive that implement ShortIterableModifier and TypeClassDescriptionclassThis file was automatically generated from template file abstractImmutablePrimitiveSet.stg.(package private) final classImmutableShortEmptySet is an optimization forImmutableShortSetof size 0.(package private) final classImmutableShortSingletonSet is an optimization forImmutableShortSetof size 1.Methods in org.eclipse.collections.impl.set.immutable.primitive that return types with arguments of type ShortIterableModifier and TypeMethodDescriptionAbstractImmutableShortSet.chunk(int size) ImmutableShortEmptySet.chunk(int size) ImmutableShortSingletonSet.chunk(int size) Methods in org.eclipse.collections.impl.set.immutable.primitive with parameters of type ShortIterableModifier and TypeMethodDescriptionbooleanImmutableShortEmptySet.containsAll(ShortIterable source) booleanImmutableShortSingletonSet.containsAll(ShortIterable source) AbstractImmutableShortSet.newWithAll(ShortIterable elements) ImmutableShortEmptySet.newWithAll(ShortIterable elements) ImmutableShortSingletonSet.newWithAll(ShortIterable elements) AbstractImmutableShortSet.newWithoutAll(ShortIterable elements) ImmutableShortEmptySet.newWithoutAll(ShortIterable elements) ImmutableShortSingletonSet.newWithoutAll(ShortIterable elements) ImmutableShortSetFactoryImpl.ofAll(ShortIterable items) ImmutableShortSetFactoryImpl.withAll(ShortIterable items) -
Uses of ShortIterable in org.eclipse.collections.impl.set.mutable.primitive
Classes in org.eclipse.collections.impl.set.mutable.primitive that implement ShortIterableModifier and TypeClassDescriptionclassThis file was automatically generated from template file primitiveHashSet.stg.private static final classclassA synchronized view of aMutableShortSet.classThis file was automatically generated from template file unmodifiablePrimitiveSet.stg.Methods in org.eclipse.collections.impl.set.mutable.primitive that return types with arguments of type ShortIterableMethods in org.eclipse.collections.impl.set.mutable.primitive with parameters of type ShortIterableModifier and TypeMethodDescriptionbooleanShortHashSet.addAll(ShortIterable source) static ShortHashSetShortHashSet.newSet(ShortIterable source) MutableShortSetFactoryImpl.ofAll(ShortIterable items) booleanShortHashSet.removeAll(ShortIterable source) booleanShortHashSet.retainAll(ShortIterable source) MutableShortSetFactoryImpl.withAll(ShortIterable items) ShortHashSet.withAll(ShortIterable elements) SynchronizedShortSet.withAll(ShortIterable elements) UnmodifiableShortSet.withAll(ShortIterable elements) ShortHashSet.withoutAll(ShortIterable elements) SynchronizedShortSet.withoutAll(ShortIterable elements) UnmodifiableShortSet.withoutAll(ShortIterable elements) Constructors in org.eclipse.collections.impl.set.mutable.primitive with parameters of type ShortIterable -
Uses of ShortIterable in org.eclipse.collections.impl.set.primitive
Classes in org.eclipse.collections.impl.set.primitive that implement ShortIterableModifier and TypeClassDescriptionclassThis file was automatically generated from template file abstractPrimitiveSet.stg. -
Uses of ShortIterable in org.eclipse.collections.impl.stack.immutable
Method parameters in org.eclipse.collections.impl.stack.immutable with type arguments of type ShortIterableModifier and TypeMethodDescription<R extends MutableShortCollection>
RImmutableArrayStack.flatCollectShort(Function<? super T, ? extends ShortIterable> function, R target) Deprecated.<R extends MutableShortCollection>
RImmutableEmptyStack.flatCollectShort(Function<? super T, ? extends ShortIterable> function, R target) -
Uses of ShortIterable in org.eclipse.collections.impl.stack.immutable.primitive
Classes in org.eclipse.collections.impl.stack.immutable.primitive that implement ShortIterableModifier and TypeClassDescription(package private) final classImmutableShortArrayStack is the non-modifiable equivalent ofShortArrayStack.(package private) final classImmutableShortEmptyStack is an optimization forImmutableShortStackof size 0.(package private) final classImmutableShortSingletonStack is an optimization forImmutableShortStackof size 1.Methods in org.eclipse.collections.impl.stack.immutable.primitive that return types with arguments of type ShortIterableModifier and TypeMethodDescriptionImmutableShortEmptyStack.chunk(int size) ImmutableShortSingletonStack.chunk(int size) Methods in org.eclipse.collections.impl.stack.immutable.primitive with parameters of type ShortIterableModifier and TypeMethodDescriptionbooleanImmutableShortEmptyStack.containsAll(ShortIterable source) booleanImmutableShortSingletonStack.containsAll(ShortIterable source) static ImmutableShortArrayStackImmutableShortArrayStack.newStack(ShortIterable iterable) static ImmutableShortArrayStackImmutableShortArrayStack.newStackFromTopToBottom(ShortIterable items) ImmutableShortStackFactoryImpl.ofAll(ShortIterable items) ImmutableShortStackFactoryImpl.ofAllReversed(ShortIterable items) ImmutableShortStackFactoryImpl.withAll(ShortIterable items) ImmutableShortStackFactoryImpl.withAllReversed(ShortIterable items) -
Uses of ShortIterable in org.eclipse.collections.impl.stack.mutable
Method parameters in org.eclipse.collections.impl.stack.mutable with type arguments of type ShortIterableModifier and TypeMethodDescription<R extends MutableShortCollection>
RArrayStack.flatCollectShort(Function<? super T, ? extends ShortIterable> function, R target) <R extends MutableShortCollection>
RSynchronizedStack.flatCollectShort(Function<? super T, ? extends ShortIterable> function, R target) <R extends MutableShortCollection>
RUnmodifiableStack.flatCollectShort(Function<? super T, ? extends ShortIterable> function, R target) -
Uses of ShortIterable in org.eclipse.collections.impl.stack.mutable.primitive
Classes in org.eclipse.collections.impl.stack.mutable.primitive that implement ShortIterableModifier and TypeClassDescriptionclassShortArrayStack is similar toArrayStack, and is memory-optimized for short primitives.classA synchronized view of aMutableShortStack.classThis file was automatically generated from template file unmodifiablePrimitiveStack.stg.Methods in org.eclipse.collections.impl.stack.mutable.primitive that return types with arguments of type ShortIterableModifier and TypeMethodDescriptionSynchronizedShortStack.chunk(int size) UnmodifiableShortStack.chunk(int size) Methods in org.eclipse.collections.impl.stack.mutable.primitive with parameters of type ShortIterableModifier and TypeMethodDescriptionbooleanSynchronizedShortStack.containsAll(ShortIterable source) booleanUnmodifiableShortStack.containsAll(ShortIterable source) static ShortArrayStackShortArrayStack.newStack(ShortIterable items) static ShortArrayStackShortArrayStack.newStackFromTopToBottom(ShortIterable items) MutableShortStackFactoryImpl.ofAll(ShortIterable items) MutableShortStackFactoryImpl.ofAllReversed(ShortIterable items) MutableShortStackFactoryImpl.withAll(ShortIterable items) MutableShortStackFactoryImpl.withAllReversed(ShortIterable items) -
Uses of ShortIterable in org.eclipse.collections.impl.stack.primitive
Classes in org.eclipse.collections.impl.stack.primitive that implement ShortIterableModifier and TypeClassDescriptionclassThis file was automatically generated from template file abstractPrimitiveStack.stg.Methods in org.eclipse.collections.impl.stack.primitive that return types with arguments of type ShortIterableMethods in org.eclipse.collections.impl.stack.primitive with parameters of type ShortIterable -
Uses of ShortIterable in org.eclipse.collections.impl.utility.internal.primitive
Methods in org.eclipse.collections.impl.utility.internal.primitive with parameters of type ShortIterableModifier and TypeMethodDescriptionstatic booleanShortIterableIterate.allSatisfy(ShortIterable iterable, ShortPredicate predicate) static booleanShortIterableIterate.anySatisfy(ShortIterable iterable, ShortPredicate predicate) static voidShortIterableIterate.appendString(ShortIterable iterable, Appendable appendable, String start, String separator, String end) static <V, R extends Collection<V>>
RShortIterableIterate.collect(ShortIterable iterable, ShortToObjectFunction<? extends V> function, R targetCollection) static intShortIterableIterate.count(ShortIterable iterable, ShortPredicate predicate) static shortShortIterableIterate.detectIfNone(ShortIterable iterable, ShortPredicate predicate, short ifNone) static voidShortIterableIterate.forEach(ShortIterable iterable, ShortProcedure procedure) static <T> TShortIterableIterate.injectInto(ShortIterable iterable, T injectedValue, ObjectShortToObjectFunction<? super T, ? extends T> function) static booleanShortIterableIterate.isEmpty(ShortIterable iterable) static shortShortIterableIterate.max(ShortIterable iterable) static shortShortIterableIterate.maxIfEmpty(ShortIterable iterable, short ifEmpty) static shortShortIterableIterate.min(ShortIterable iterable) static shortShortIterableIterate.minIfEmpty(ShortIterable iterable, short ifEmpty) static booleanShortIterableIterate.noneSatisfy(ShortIterable iterable, ShortPredicate predicate) static booleanShortIterableIterate.notEmpty(ShortIterable iterable) static <R extends MutableShortCollection>
RShortIterableIterate.reject(ShortIterable iterable, ShortPredicate predicate, R targetCollection) static <R extends MutableShortCollection>
RShortIterableIterate.select(ShortIterable iterable, ShortPredicate predicate, R targetCollection) private static <T> StringShortIterableIterate.stringValueOfItem(ShortIterable iterable, T item) static longShortIterableIterate.sum(ShortIterable iterable) -
Uses of ShortIterable in org.eclipse.collections.impl.utility.primitive
Methods in org.eclipse.collections.impl.utility.primitive with parameters of type ShortIterableModifier and TypeMethodDescriptionstatic LazyShortIterableLazyShortIterate.adapt(ShortIterable iterable) Creates a deferred short iterable for the specified short iterable.static <V> LazyIterable<V> LazyShortIterate.collect(ShortIterable iterable, ShortToObjectFunction<? extends V> function) Creates a deferred transforming short iterable for the specified short iterable.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 <V> LazyIterable<V> LazyShortIterate.flatCollect(ShortIterable iterable, ShortToObjectFunction<? extends Iterable<V>> function) Creates a deferred transforming and flattening 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.static LazyShortIterableLazyShortIterate.tap(ShortIterable iterable, ShortProcedure procedure) Creates a deferred tap iterable for the specified iterable.