Uses of Interface
org.eclipse.collections.api.list.primitive.ImmutableShortList
| Package | Description |
|---|---|
| org.eclipse.collections.api.bag.sorted |
This package contains interfaces for SortedBag API.
|
| org.eclipse.collections.api.factory.list.primitive |
This package contains factory API for creating immutable primitive list instances.
|
| org.eclipse.collections.api.list |
This package contains interfaces for list API which enhance the performance and functionality of
List. |
| org.eclipse.collections.api.list.primitive |
This package contains mutable and immutable primitive list API.
|
| org.eclipse.collections.api.map |
This package contains interfaces for map API which enhance the performance and functionality of
Map |
| org.eclipse.collections.api.map.sorted |
This package contains mutable and immutable sorted map interfaces.
|
| org.eclipse.collections.api.set.sorted |
This package contains interfaces for sorted set API.
|
| org.eclipse.collections.impl.list.immutable.primitive |
This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.
|
| org.eclipse.collections.impl.list.mutable.primitive |
This package contains implementations of the mutable primitive list interfaces.
|
| org.eclipse.collections.impl.map.sorted.immutable |
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 ImmutableShortList Modifier and Type Method Description ImmutableShortListImmutableSortedBag. 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 ImmutableShortList Modifier and Type Method Description ImmutableShortListImmutableShortListFactory. empty()ImmutableShortListImmutableShortListFactory. of()Same asImmutableShortListFactory.empty().ImmutableShortListImmutableShortListFactory. of(short one)ImmutableShortListImmutableShortListFactory. of(short... items)ImmutableShortListImmutableShortListFactory. ofAll(Iterable<Short> iterable)ImmutableShortListImmutableShortListFactory. ofAll(ShortIterable items)ImmutableShortListImmutableShortListFactory. with()Same asImmutableShortListFactory.empty().ImmutableShortListImmutableShortListFactory. with(short one)ImmutableShortListImmutableShortListFactory. with(short... items)ImmutableShortListImmutableShortListFactory. withAll(Iterable<Short> iterable)ImmutableShortListImmutableShortListFactory. withAll(ShortIterable items) -
Uses of ImmutableShortList in org.eclipse.collections.api.list
Methods in org.eclipse.collections.api.list that return ImmutableShortList Modifier and Type Method Description ImmutableShortListImmutableList. 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 ImmutableShortList Modifier and Type Method Description ImmutableShortListImmutableShortList. distinct()ImmutableShortListImmutableShortList. newWith(short element)ImmutableShortListImmutableShortList. newWithAll(ShortIterable elements)ImmutableShortListImmutableShortList. newWithout(short element)ImmutableShortListImmutableShortList. newWithoutAll(ShortIterable elements)ImmutableShortListImmutableShortList. reject(ShortPredicate predicate)ImmutableShortListImmutableShortList. select(ShortPredicate predicate)ImmutableShortListImmutableShortList. subList(int fromIndex, int toIndex)default ImmutableShortListImmutableShortList. tap(ShortProcedure procedure)ImmutableShortListMutableShortList. toImmutable()Returns an immutable copy of this list.ImmutableShortListShortList. toImmutable()Returns an immutable copy of this list.ImmutableShortListImmutableShortList. toReversed() -
Uses of ImmutableShortList in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return ImmutableShortList Modifier and Type Method Description ImmutableShortListImmutableOrderedMap. 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 ImmutableShortList Modifier and Type Method Description ImmutableShortListImmutableSortedMap. 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 ImmutableShortList Modifier and Type Method Description ImmutableShortListImmutableSortedSet. 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 ImmutableShortList Modifier and Type Method Description ImmutableShortListImmutableShortListFactoryImpl. empty()ImmutableShortListImmutableShortListFactoryImpl. of()ImmutableShortListImmutableShortListFactoryImpl. of(short one)ImmutableShortListImmutableShortListFactoryImpl. of(short... items)ImmutableShortListImmutableShortListFactoryImpl. ofAll(Iterable<Short> iterable)ImmutableShortListImmutableShortListFactoryImpl. ofAll(ShortIterable items)ImmutableShortListImmutableShortListFactoryImpl. with()ImmutableShortListImmutableShortListFactoryImpl. with(short one)ImmutableShortListImmutableShortListFactoryImpl. with(short... items)ImmutableShortListImmutableShortListFactoryImpl. withAll(Iterable<Short> iterable)ImmutableShortListImmutableShortListFactoryImpl. 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 ImmutableShortList Modifier and Type Method Description ImmutableShortListShortArrayList. toImmutable()ImmutableShortListSynchronizedShortList. toImmutable()ImmutableShortListUnmodifiableShortList. toImmutable() -
Uses of ImmutableShortList in org.eclipse.collections.impl.map.sorted.immutable
Methods in org.eclipse.collections.impl.map.sorted.immutable that return ImmutableShortList Modifier and Type Method Description ImmutableShortListAbstractImmutableSortedMap. collectShort(ShortFunction<? super V> shortFunction)