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 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.-
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.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return ImmutableShortListModifier and TypeMethodDescriptionImmutableShortListFactoryImpl.empty()
ImmutableShortListFactoryImpl.of()
ImmutableShortListFactoryImpl.of
(short one) ImmutableShortListFactoryImpl.of
(short... items) ImmutableShortListFactoryImpl.ofAll
(ShortIterable items) 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)