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 TypeInterfaceDescriptioninterface
This 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 primitiveshort
iterable 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 ShortIterable
ShortIterable.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 boolean
ShortIterable.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 boolean
ShortIterable.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 boolean
ShortIterable.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 TypeInterfaceDescriptioninterface
This file was automatically generated from template file immutablePrimitiveBag.stg.interface
This file was automatically generated from template file mutablePrimitiveBag.stg.interface
This 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 TypeInterfaceDescriptioninterface
This file was automatically generated from template file immutablePrimitiveCollection.stg.interface
This file was automatically generated from template file mutablePrimitiveCollection.stg.Methods in org.eclipse.collections.api.collection.primitive with parameters of type ShortIterableModifier and TypeMethodDescriptionboolean
MutableShortCollection.addAll
(ShortIterable source) ImmutableShortCollection.newWithAll
(ShortIterable elements) ImmutableShortCollection.newWithoutAll
(ShortIterable elements) boolean
MutableShortCollection.removeAll
(ShortIterable source) boolean
MutableShortCollection.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 TypeInterfaceDescriptioninterface
This file was automatically generated from template file immutablePrimitiveList.stg.interface
This file was automatically generated from template file mutablePrimitiveList.stg.interface
This file was automatically generated from template file primitiveList.stg.Methods in org.eclipse.collections.api.list.primitive with parameters of type ShortIterableModifier and TypeMethodDescriptionboolean
MutableShortList.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 anImmutableList
formed from thisImmutableShortList
and anotherShortList
by combining corresponding elements in pairs.default MutableList
<ShortShortPair> MutableShortList.zipShort
(ShortIterable iterable) Returns aMutableList
formed from thisMutableShortList
and anotherShortList
by combining corresponding elements in pairs.default ListIterable
<ShortShortPair> ShortList.zipShort
(ShortIterable iterable) Returns aListIterable
formed from thisShortList
and anotherShortList
by 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 TypeInterfaceDescriptioninterface
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file immutableObjectPrimitiveMap.stg.interface
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file mutableObjectPrimitiveMap.stg.interface
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file mutablePrimitiveValuesMap.stg.interface
This file was automatically generated from template file objectPrimitiveMap.stg.interface
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
This 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 TypeInterfaceDescriptioninterface
This file was automatically generated from template file orderedPrimitiveIterable.stg.interface
This 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 TypeInterfaceDescriptioninterface
This file was automatically generated from template file immutablePrimitiveSet.stg.interface
This file was automatically generated from template file mutablePrimitiveSet.stg.interface
This 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 TypeInterfaceDescriptioninterface
This file was automatically generated from template file immutablePrimitiveStack.stg.interface
This file was automatically generated from template file mutablePrimitiveStack.stg.interface
This 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 class
ImmutableShortEmptyBag is an optimization forImmutableShortBag
of size 0.(package private) final class
ImmutableShortHashBag is the non-modifiable equivalent ofShortHashBag
.(package private) final class
ImmutableShortSingletonBag is an optimization forImmutableShortBag
of 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 TypeMethodDescriptionboolean
ImmutableShortEmptyBag.containsAll
(ShortIterable source) boolean
ImmutableShortHashBag.containsAll
(ShortIterable source) boolean
ImmutableShortSingletonBag.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 TypeClassDescriptionclass
ShortHashBag is similar toHashBag
, and is memory-optimized for short primitives.class
A synchronized view of aMutableShortBag
.class
This 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 TypeMethodDescriptionboolean
ShortHashBag.addAll
(ShortIterable source) static ShortHashBag
ShortHashBag.newBag
(ShortIterable source) MutableShortBagFactoryImpl.ofAll
(ShortIterable items) boolean
ShortHashBag.removeAll
(ShortIterable source) boolean
ShortHashBag.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 TypeClassDescriptionclass
This file was automatically generated from template file abstractSynchronizedPrimitiveCollection.stg.class
This file was automatically generated from template file abstractUnmodifiablePrimitiveCollection.stg.class
This file was automatically generated from template file synchronizedPrimitiveCollection.stg.class
This 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 TypeMethodDescriptionboolean
AbstractSynchronizedShortCollection.addAll
(ShortIterable source) boolean
AbstractUnmodifiableShortCollection.addAll
(ShortIterable source) boolean
AbstractSynchronizedShortCollection.containsAll
(ShortIterable source) boolean
AbstractUnmodifiableShortCollection.containsAll
(ShortIterable source) boolean
AbstractSynchronizedShortCollection.containsAny
(ShortIterable source) boolean
AbstractUnmodifiableShortCollection.containsAny
(ShortIterable source) boolean
AbstractSynchronizedShortCollection.containsNone
(ShortIterable source) boolean
AbstractUnmodifiableShortCollection.containsNone
(ShortIterable source) boolean
AbstractSynchronizedShortCollection.removeAll
(ShortIterable source) boolean
AbstractUnmodifiableShortCollection.removeAll
(ShortIterable source) boolean
AbstractSynchronizedShortCollection.retainAll
(ShortIterable source) boolean
AbstractUnmodifiableShortCollection.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 TypeClassDescriptionclass
This file was automatically generated from template file abstractLazyPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file lazyPrimitiveIterableAdapter.stg.class
This file was automatically generated from template file reversePrimitiveIterable.stg.class
This file was automatically generated from template file selectPrimitiveIterable.stg.class
This file was automatically generated from template file tapPrimitiveIterable.stg.Fields in org.eclipse.collections.impl.lazy.primitive declared as ShortIterableModifier and TypeFieldDescriptionprivate final ShortIterable
ChunkShortIterable.adapted
private final ShortIterable
TapShortIterable.adapted
private final ShortIterable
LazyShortIterableAdapter.delegate
private final ShortIterable
SelectShortIterable.delegate
private final ShortIterable
CollectShortToBooleanIterable.iterable
private final ShortIterable
CollectShortToByteIterable.iterable
private final ShortIterable
CollectShortToCharIterable.iterable
private final ShortIterable
CollectShortToDoubleIterable.iterable
private final ShortIterable
CollectShortToFloatIterable.iterable
private final ShortIterable
CollectShortToIntIterable.iterable
private final ShortIterable
CollectShortToLongIterable.iterable
private final ShortIterable
CollectShortToObjectIterable.iterable
private final ShortIterable
CollectShortToShortIterable.iterable
private final ShortIterable
FlatCollectShortToObjectIterable.iterable
Methods 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 TypeMethodDescriptionboolean
AbstractLazyShortIterable.containsAll
(ShortIterable source) boolean
CollectShortIterable.containsAll
(ShortIterable source) boolean
LazyShortIterableAdapter.containsAll
(ShortIterable source) boolean
ReverseShortIterable.containsAll
(ShortIterable source) boolean
SelectShortIterable.containsAll
(ShortIterable source) Method parameters in org.eclipse.collections.impl.lazy.primitive with type arguments of type ShortIterableModifier and TypeMethodDescriptionvoid
ChunkShortIterable.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) private
SelectShortIterator
(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 class
ImmutableShortArrayList is the non-modifiable equivalent ofShortArrayList
.(package private) final class
ImmutableShortEmptyList is an optimization forImmutableShortList
of size 0.(package private) final class
ImmutableShortSingletonList is an optimization forImmutableShortList
of 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 TypeMethodDescriptionboolean
ImmutableShortArrayList.containsAll
(ShortIterable source) boolean
ImmutableShortEmptyList.containsAll
(ShortIterable source) boolean
ImmutableShortSingletonList.containsAll
(ShortIterable source) static ImmutableShortArrayList
ImmutableShortArrayList.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 TypeClassDescriptionclass
ShortArrayList is similar to FastList, and is memory-optimized for short primitives.class
A synchronized view of aMutableShortList
.class
This 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 TypeMethodDescriptionboolean
ShortArrayList.addAll
(ShortIterable source) boolean
ShortArrayList.addAllAtIndex
(int index, ShortIterable source) boolean
SynchronizedShortList.addAllAtIndex
(int index, ShortIterable source) boolean
UnmodifiableShortList.addAllAtIndex
(int index, ShortIterable source) static ShortArrayList
ShortArrayList.newList
(ShortIterable source) MutableShortListFactoryImpl.ofAll
(ShortIterable items) boolean
ShortArrayList.removeAll
(ShortIterable source) boolean
ShortArrayList.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 TypeClassDescriptionclass
This file was automatically generated from template file abstractImmutableObjectPrimitiveMap.stg.(package private) final class
ImmutableByteShortEmptyMap is an optimization forImmutableByteShortMap
of size 0.(package private) final class
ImmutableByteShortHashMap is the non-modifiable equivalent ofByteShortHashMap
.(package private) final class
ImmutableByteShortSingletonMap is an optimization forImmutableByteShortMap
of size 1.(package private) final class
ImmutableCharShortEmptyMap is an optimization forImmutableCharShortMap
of size 0.(package private) final class
ImmutableCharShortHashMap is the non-modifiable equivalent ofCharShortHashMap
.(package private) final class
ImmutableCharShortSingletonMap is an optimization forImmutableCharShortMap
of size 1.(package private) final class
ImmutableDoubleShortEmptyMap is an optimization forImmutableDoubleShortMap
of size 0.(package private) final class
ImmutableDoubleShortHashMap is the non-modifiable equivalent ofDoubleShortHashMap
.(package private) final class
ImmutableDoubleShortSingletonMap is an optimization forImmutableDoubleShortMap
of size 1.(package private) final class
ImmutableFloatShortEmptyMap is an optimization forImmutableFloatShortMap
of size 0.(package private) final class
ImmutableFloatShortHashMap is the non-modifiable equivalent ofFloatShortHashMap
.(package private) final class
ImmutableFloatShortSingletonMap is an optimization forImmutableFloatShortMap
of size 1.(package private) final class
ImmutableIntShortEmptyMap is an optimization forImmutableIntShortMap
of size 0.(package private) final class
ImmutableIntShortHashMap is the non-modifiable equivalent ofIntShortHashMap
.(package private) final class
ImmutableIntShortSingletonMap is an optimization forImmutableIntShortMap
of size 1.(package private) final class
ImmutableLongShortEmptyMap is an optimization forImmutableLongShortMap
of size 0.(package private) final class
ImmutableLongShortHashMap is the non-modifiable equivalent ofLongShortHashMap
.(package private) final class
ImmutableLongShortSingletonMap is an optimization forImmutableLongShortMap
of size 1.(package private) final class
ImmutableObjectShortEmptyMap is an optimization forImmutableObjectShortMap
of size 0.(package private) final class
ImmutableObjectShortHashMap is the non-modifiable equivalent ofObjectShortHashMap
.(package private) final class
ImmutableObjectShortSingletonMap is an optimization forImmutableObjectShortMap
of size 1.(package private) final class
ImmutableShortShortEmptyMap is an optimization forImmutableShortShortMap
of size 0.(package private) final class
ImmutableShortShortHashMap is the non-modifiable equivalent ofShortShortHashMap
.(package private) final class
ImmutableShortShortSingletonMap is an optimization forImmutableShortShortMap
of 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 TypeMethodDescriptionboolean
ImmutableByteShortEmptyMap.containsAll
(ShortIterable source) boolean
ImmutableByteShortHashMap.containsAll
(ShortIterable source) boolean
ImmutableByteShortSingletonMap.containsAll
(ShortIterable source) boolean
ImmutableCharShortEmptyMap.containsAll
(ShortIterable source) boolean
ImmutableCharShortHashMap.containsAll
(ShortIterable source) boolean
ImmutableCharShortSingletonMap.containsAll
(ShortIterable source) boolean
ImmutableDoubleShortEmptyMap.containsAll
(ShortIterable source) boolean
ImmutableDoubleShortHashMap.containsAll
(ShortIterable source) boolean
ImmutableDoubleShortSingletonMap.containsAll
(ShortIterable source) boolean
ImmutableFloatShortEmptyMap.containsAll
(ShortIterable source) boolean
ImmutableFloatShortHashMap.containsAll
(ShortIterable source) boolean
ImmutableFloatShortSingletonMap.containsAll
(ShortIterable source) boolean
ImmutableIntShortEmptyMap.containsAll
(ShortIterable source) boolean
ImmutableIntShortHashMap.containsAll
(ShortIterable source) boolean
ImmutableIntShortSingletonMap.containsAll
(ShortIterable source) boolean
ImmutableLongShortEmptyMap.containsAll
(ShortIterable source) boolean
ImmutableLongShortHashMap.containsAll
(ShortIterable source) boolean
ImmutableLongShortSingletonMap.containsAll
(ShortIterable source) boolean
ImmutableObjectShortEmptyMap.containsAll
(ShortIterable source) boolean
ImmutableObjectShortHashMap.containsAll
(ShortIterable source) boolean
ImmutableObjectShortSingletonMap.containsAll
(ShortIterable source) boolean
ImmutableShortShortEmptyMap.containsAll
(ShortIterable source) boolean
ImmutableShortShortHashMap.containsAll
(ShortIterable source) boolean
ImmutableShortShortSingletonMap.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 TypeClassDescriptionclass
This file was automatically generated from template file abstractMutablePrimitiveKeySet.stg.class
This file was automatically generated from template file abstractMutablePrimitiveValuesMap.stg.protected class
class
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
class
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
class
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
class
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
(package private) class
This file was automatically generated from template file immutablePrimitiveMapKeySet.stg(package private) class
This file was automatically generated from template file immutablePrimitivePrimitiveMapKeySet.stgclass
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
class
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
class
This file was automatically generated from template file objectPrimitiveHashMap.stg.private class
class
This file was automatically generated from template file objectPrimitiveHashMapWithHashingStrategy.stg.private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
class
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
private class
private class
class
A synchronized view of aMutableByteShortMap
.class
A synchronized view of aMutableCharShortMap
.class
A synchronized view of aMutableDoubleShortMap
.class
A synchronized view of aMutableFloatShortMap
.class
A synchronized view of aMutableIntShortMap
.class
A synchronized view of aMutableLongShortMap
.class
A synchronized view of aMutableObjectShortMap
.class
A synchronized view of aMutableShortShortMap
.class
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
This file was automatically generated from template file unmodifiableObjectPrimitiveMap.stg.class
This 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 TypeMethodDescriptionboolean
AbstractMutableShortKeySet.addAll
(ShortIterable source) boolean
AbstractMutableShortValuesMap.AbstractShortValuesCollection.addAll
(ShortIterable source) boolean
ObjectShortHashMap.ValuesCollection.addAll
(ShortIterable source) boolean
ObjectShortHashMapWithHashingStrategy.ValuesCollection.addAll
(ShortIterable source) boolean
AbstractMutableShortKeySet.containsAll
(ShortIterable source) boolean
AbstractMutableShortValuesMap.AbstractShortValuesCollection.containsAll
(ShortIterable source) boolean
AbstractMutableShortValuesMap.containsAll
(ShortIterable source) boolean
ObjectShortHashMap.containsAll
(ShortIterable source) boolean
ObjectShortHashMap.ValuesCollection.containsAll
(ShortIterable source) boolean
ObjectShortHashMapWithHashingStrategy.containsAll
(ShortIterable source) boolean
ObjectShortHashMapWithHashingStrategy.ValuesCollection.containsAll
(ShortIterable source) boolean
ShortBooleanHashMap.KeysView.containsAll
(ShortIterable source) boolean
SynchronizedByteShortMap.containsAll
(ShortIterable source) boolean
SynchronizedCharShortMap.containsAll
(ShortIterable source) boolean
SynchronizedDoubleShortMap.containsAll
(ShortIterable source) boolean
SynchronizedFloatShortMap.containsAll
(ShortIterable source) boolean
SynchronizedIntShortMap.containsAll
(ShortIterable source) boolean
SynchronizedLongShortMap.containsAll
(ShortIterable source) boolean
SynchronizedObjectShortMap.containsAll
(ShortIterable source) boolean
SynchronizedShortShortMap.containsAll
(ShortIterable source) boolean
UnmodifiableByteShortMap.containsAll
(ShortIterable source) boolean
UnmodifiableCharShortMap.containsAll
(ShortIterable source) boolean
UnmodifiableDoubleShortMap.containsAll
(ShortIterable source) boolean
UnmodifiableFloatShortMap.containsAll
(ShortIterable source) boolean
UnmodifiableIntShortMap.containsAll
(ShortIterable source) boolean
UnmodifiableLongShortMap.containsAll
(ShortIterable source) boolean
UnmodifiableObjectShortMap.containsAll
(ShortIterable source) boolean
UnmodifiableShortShortMap.containsAll
(ShortIterable source) boolean
AbstractMutableShortKeySet.removeAll
(ShortIterable source) boolean
AbstractMutableShortValuesMap.AbstractShortValuesCollection.removeAll
(ShortIterable source) boolean
ObjectShortHashMap.ValuesCollection.removeAll
(ShortIterable source) boolean
ObjectShortHashMapWithHashingStrategy.ValuesCollection.removeAll
(ShortIterable source) boolean
ByteShortHashMap.ValuesCollection.retainAll
(ShortIterable source) boolean
CharShortHashMap.ValuesCollection.retainAll
(ShortIterable source) boolean
DoubleShortHashMap.ValuesCollection.retainAll
(ShortIterable source) boolean
FloatShortHashMap.ValuesCollection.retainAll
(ShortIterable source) boolean
IntShortHashMap.ValuesCollection.retainAll
(ShortIterable source) boolean
LongShortHashMap.ValuesCollection.retainAll
(ShortIterable source) boolean
ObjectShortHashMap.ValuesCollection.retainAll
(ShortIterable source) boolean
ObjectShortHashMapWithHashingStrategy.ValuesCollection.retainAll
(ShortIterable source) boolean
ShortBooleanHashMap.KeySet.retainAll
(ShortIterable source) boolean
ShortByteHashMap.KeySet.retainAll
(ShortIterable source) boolean
ShortCharHashMap.KeySet.retainAll
(ShortIterable source) boolean
ShortDoubleHashMap.KeySet.retainAll
(ShortIterable source) boolean
ShortFloatHashMap.KeySet.retainAll
(ShortIterable source) boolean
ShortIntHashMap.KeySet.retainAll
(ShortIterable source) boolean
ShortLongHashMap.KeySet.retainAll
(ShortIterable source) boolean
ShortObjectHashMap.KeySet.retainAll
(ShortIterable source) boolean
ShortShortHashMap.KeySet.retainAll
(ShortIterable source) boolean
ShortShortHashMap.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 TypeClassDescriptionclass
This file was automatically generated from template file abstractPrimitiveIterable.stg.class
A 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 TypeMethodDescriptionboolean
SynchronizedShortIterable.containsAll
(ShortIterable source) boolean
SynchronizedShortIterable.containsAny
(ShortIterable source) boolean
SynchronizedShortIterable.containsNone
(ShortIterable source) static SynchronizedShortIterable
SynchronizedShortIterable.of
(ShortIterable iterable) This method will take a ShortIterable and wrap it directly in a SynchronizedShortIterable.static SynchronizedShortIterable
SynchronizedShortIterable.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 ShortIterableModifierConstructorDescriptionprotected
SynchronizedShortIterable
(ShortIterable iterable) protected
SynchronizedShortIterable
(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 TypeClassDescriptionclass
This file was automatically generated from template file abstractImmutablePrimitiveSet.stg.(package private) final class
ImmutableShortEmptySet is an optimization forImmutableShortSet
of size 0.(package private) final class
ImmutableShortSingletonSet is an optimization forImmutableShortSet
of 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 TypeMethodDescriptionboolean
ImmutableShortEmptySet.containsAll
(ShortIterable source) boolean
ImmutableShortSingletonSet.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 TypeClassDescriptionclass
This file was automatically generated from template file primitiveHashSet.stg.private static final class
class
A synchronized view of aMutableShortSet
.class
This 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 TypeMethodDescriptionboolean
ShortHashSet.addAll
(ShortIterable source) static ShortHashSet
ShortHashSet.newSet
(ShortIterable source) MutableShortSetFactoryImpl.ofAll
(ShortIterable items) boolean
ShortHashSet.removeAll
(ShortIterable source) boolean
ShortHashSet.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 TypeClassDescriptionclass
This 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 class
ImmutableShortArrayStack is the non-modifiable equivalent ofShortArrayStack
.(package private) final class
ImmutableShortEmptyStack is an optimization forImmutableShortStack
of size 0.(package private) final class
ImmutableShortSingletonStack is an optimization forImmutableShortStack
of 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 TypeMethodDescriptionboolean
ImmutableShortEmptyStack.containsAll
(ShortIterable source) boolean
ImmutableShortSingletonStack.containsAll
(ShortIterable source) static ImmutableShortArrayStack
ImmutableShortArrayStack.newStack
(ShortIterable iterable) static ImmutableShortArrayStack
ImmutableShortArrayStack.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 TypeClassDescriptionclass
ShortArrayStack is similar toArrayStack
, and is memory-optimized for short primitives.class
A synchronized view of aMutableShortStack
.class
This 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 TypeMethodDescriptionboolean
SynchronizedShortStack.containsAll
(ShortIterable source) boolean
UnmodifiableShortStack.containsAll
(ShortIterable source) static ShortArrayStack
ShortArrayStack.newStack
(ShortIterable items) static ShortArrayStack
ShortArrayStack.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 TypeClassDescriptionclass
This 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 boolean
ShortIterableIterate.allSatisfy
(ShortIterable iterable, ShortPredicate predicate) static boolean
ShortIterableIterate.anySatisfy
(ShortIterable iterable, ShortPredicate predicate) static void
ShortIterableIterate.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 int
ShortIterableIterate.count
(ShortIterable iterable, ShortPredicate predicate) static short
ShortIterableIterate.detectIfNone
(ShortIterable iterable, ShortPredicate predicate, short ifNone) static void
ShortIterableIterate.forEach
(ShortIterable iterable, ShortProcedure procedure) static <T> T
ShortIterableIterate.injectInto
(ShortIterable iterable, T injectedValue, ObjectShortToObjectFunction<? super T, ? extends T> function) static boolean
ShortIterableIterate.isEmpty
(ShortIterable iterable) static short
ShortIterableIterate.max
(ShortIterable iterable) static short
ShortIterableIterate.maxIfEmpty
(ShortIterable iterable, short ifEmpty) static short
ShortIterableIterate.min
(ShortIterable iterable) static short
ShortIterableIterate.minIfEmpty
(ShortIterable iterable, short ifEmpty) static boolean
ShortIterableIterate.noneSatisfy
(ShortIterable iterable, ShortPredicate predicate) static boolean
ShortIterableIterate.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> String
ShortIterableIterate.stringValueOfItem
(ShortIterable iterable, T item) static long
ShortIterableIterate.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 LazyShortIterable
LazyShortIterate.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 LazyShortIterable
LazyShortIterate.select
(ShortIterable iterable, ShortPredicate predicate) Creates a deferred filtering short iterable for the specified short iterable.static LazyShortIterable
LazyShortIterate.tap
(ShortIterable iterable, ShortProcedure procedure) Creates a deferred tap iterable for the specified iterable.