Uses of Interface
org.eclipse.collections.api.list.primitive.ImmutableShortList
-
Packages that use 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 ofList.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 ofMaporg.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. -
-
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)default ImmutableShortListImmutableShortList. rejectWithIndex(ShortIntPredicate predicate)Returns a new ImmutableShortList excluding all elements with corresponding indexes matching the specified predicate.ImmutableShortListImmutableShortList. select(ShortPredicate predicate)default ImmutableShortListImmutableShortList. selectWithIndex(ShortIntPredicate predicate)Returns a new ImmutableShortList including all elements with corresponding indexes matching the specified 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)
-