Uses of Interface
org.eclipse.collections.api.list.primitive.ImmutableShortList
Packages that use ImmutableShortList
Package
Description
This package contains interfaces for SortedBag API.
This package contains factory API for creating immutable primitive list instances.
This package contains interfaces for list API which enhance the performance and functionality of
List
.This package contains mutable and immutable primitive list API.
This package contains interfaces for map API which enhance the performance and functionality of
Map
This package contains mutable and immutable sorted map interfaces.
This package contains interfaces for sorted set API.
This package contains implementations of the
ImmutableList
interface.This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.
This package contains implementations of the mutable primitive list interfaces.
This package contains implementations of the
MutableSortedMap
interface.This package contains implementations of
ImmutableSortedSet
.-
Uses of ImmutableShortList in org.eclipse.collections.api.bag.sorted
Methods in org.eclipse.collections.api.bag.sorted that return ImmutableShortListModifier and TypeMethodDescriptionImmutableSortedBag.collectShort
(ShortFunction<? super T> shortFunction) -
Uses of ImmutableShortList in org.eclipse.collections.api.factory.list.primitive
Methods in org.eclipse.collections.api.factory.list.primitive that return ImmutableShortListModifier and TypeMethodDescriptionImmutableShortListFactory.empty()
ImmutableShortListFactory.of()
Same asImmutableShortListFactory.empty()
.ImmutableShortListFactory.of
(short one) ImmutableShortListFactory.of
(short... items) ImmutableShortListFactory.ofAll
(ShortIterable items) ImmutableShortListFactory.with()
Same asImmutableShortListFactory.empty()
.ImmutableShortListFactory.with
(short one) ImmutableShortListFactory.with
(short... items) ImmutableShortListFactory.withAll
(ShortIterable items) -
Uses of ImmutableShortList in org.eclipse.collections.api.list
Methods in org.eclipse.collections.api.list that return ImmutableShortListModifier and TypeMethodDescriptionImmutableList.collectShort
(ShortFunction<? super T> shortFunction) -
Uses of ImmutableShortList in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive that return ImmutableShortListModifier and TypeMethodDescriptionImmutableShortList.distinct()
ImmutableShortList.newWith
(short element) ImmutableShortList.newWithAll
(ShortIterable elements) ImmutableShortList.newWithout
(short element) ImmutableShortList.newWithoutAll
(ShortIterable elements) ImmutableShortList.reject
(ShortPredicate predicate) default ImmutableShortList
ImmutableShortList.rejectWithIndex
(ShortIntPredicate predicate) Returns a new ImmutableShortList excluding all elements with corresponding indexes matching the specified predicate.ImmutableShortList.select
(ShortPredicate predicate) default ImmutableShortList
ImmutableShortList.selectWithIndex
(ShortIntPredicate predicate) Returns a new ImmutableShortList including all elements with corresponding indexes matching the specified predicate.ImmutableShortList.subList
(int fromIndex, int toIndex) default ImmutableShortList
ImmutableShortList.tap
(ShortProcedure procedure) MutableShortList.toImmutable()
Returns an immutable copy of this list.ShortList.toImmutable()
Returns an immutable copy of this list.ImmutableShortList.toReversed()
-
Uses of ImmutableShortList in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return ImmutableShortListModifier and TypeMethodDescriptionImmutableOrderedMap.collectShort
(ShortFunction<? super V> shortFunction) -
Uses of ImmutableShortList in org.eclipse.collections.api.map.sorted
Methods in org.eclipse.collections.api.map.sorted that return ImmutableShortListModifier and TypeMethodDescriptionImmutableSortedMap.collectShort
(ShortFunction<? super V> shortFunction) -
Uses of ImmutableShortList in org.eclipse.collections.api.set.sorted
Methods in org.eclipse.collections.api.set.sorted that return ImmutableShortListModifier and TypeMethodDescriptionImmutableSortedSet.collectShort
(ShortFunction<? super T> shortFunction) -
Uses of ImmutableShortList in org.eclipse.collections.impl.bag.sorted.immutable
Methods in org.eclipse.collections.impl.bag.sorted.immutable that return ImmutableShortListModifier and TypeMethodDescriptionAbstractImmutableSortedBag.collectShort
(ShortFunction<? super T> shortFunction) -
Uses of ImmutableShortList in org.eclipse.collections.impl.list.immutable
Methods in org.eclipse.collections.impl.list.immutable that return ImmutableShortListModifier and TypeMethodDescriptionAbstractImmutableList.collectShort
(ShortFunction<? super T> shortFunction) -
Uses of ImmutableShortList in org.eclipse.collections.impl.list.immutable.primitive
Classes in org.eclipse.collections.impl.list.immutable.primitive that implement ImmutableShortListModifier 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.Fields in org.eclipse.collections.impl.list.immutable.primitive declared as ImmutableShortListModifier and TypeFieldDescription(package private) static final ImmutableShortList
ImmutableShortEmptyList.INSTANCE
Methods in org.eclipse.collections.impl.list.immutable.primitive that return ImmutableShortListModifier and TypeMethodDescriptionImmutableShortArrayList.distinct()
ImmutableShortEmptyList.distinct()
ImmutableShortSingletonList.distinct()
ImmutableShortListFactoryImpl.empty()
ImmutableShortArrayList.newWith
(short element) ImmutableShortEmptyList.newWith
(short element) ImmutableShortSingletonList.newWith
(short element) ImmutableShortArrayList.newWithAll
(ShortIterable elements) ImmutableShortEmptyList.newWithAll
(ShortIterable elements) ImmutableShortSingletonList.newWithAll
(ShortIterable elements) ImmutableShortArrayList.newWithout
(short element) ImmutableShortEmptyList.newWithout
(short element) ImmutableShortSingletonList.newWithout
(short element) ImmutableShortArrayList.newWithoutAll
(ShortIterable elements) ImmutableShortEmptyList.newWithoutAll
(ShortIterable elements) ImmutableShortSingletonList.newWithoutAll
(ShortIterable elements) ImmutableShortListFactoryImpl.of()
ImmutableShortListFactoryImpl.of
(short one) ImmutableShortListFactoryImpl.of
(short... items) ImmutableShortListFactoryImpl.ofAll
(ShortIterable items) ImmutableShortArrayList.reject
(ShortPredicate predicate) ImmutableShortEmptyList.reject
(ShortPredicate predicate) ImmutableShortSingletonList.reject
(ShortPredicate predicate) ImmutableShortArrayList.select
(ShortPredicate predicate) ImmutableShortEmptyList.select
(ShortPredicate predicate) ImmutableShortSingletonList.select
(ShortPredicate predicate) ImmutableShortArrayList.subList
(int fromIndex, int toIndex) ImmutableShortEmptyList.subList
(int fromIndex, int toIndex) ImmutableShortSingletonList.subList
(int fromIndex, int toIndex) ImmutableShortArrayList.toImmutable()
ImmutableShortEmptyList.toImmutable()
ImmutableShortSingletonList.toImmutable()
ImmutableShortListFactoryImpl.with()
ImmutableShortListFactoryImpl.with
(short one) ImmutableShortListFactoryImpl.with
(short... items) ImmutableShortListFactoryImpl.withAll
(ShortIterable items) -
Uses of ImmutableShortList in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive that return ImmutableShortListModifier and TypeMethodDescriptionShortArrayList.toImmutable()
SynchronizedShortList.toImmutable()
UnmodifiableShortList.toImmutable()
-
Uses of ImmutableShortList in org.eclipse.collections.impl.map.sorted.immutable
Methods in org.eclipse.collections.impl.map.sorted.immutable that return ImmutableShortListModifier and TypeMethodDescriptionAbstractImmutableSortedMap.collectShort
(ShortFunction<? super V> shortFunction) -
Uses of ImmutableShortList in org.eclipse.collections.impl.set.sorted.immutable
Methods in org.eclipse.collections.impl.set.sorted.immutable that return ImmutableShortListModifier and TypeMethodDescriptionAbstractImmutableSortedSet.collectShort
(ShortFunction<? super T> shortFunction)