Package | Description |
---|---|
org.eclipse.collections.api |
This package contains interfaces for Eclipse Collections API.
|
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.bag.sorted.mutable |
This package contains implementations of
MutableSortedBag . |
org.eclipse.collections.impl.collection.mutable.primitive |
This package contains implementations of the mutable primitive collection interfaces.
|
org.eclipse.collections.impl.lazy.primitive |
This package contains implementations of the lazy primitive iterator interfaces.
|
org.eclipse.collections.impl.list.mutable |
This package contains implementations of the
MutableList interface. |
org.eclipse.collections.impl.list.mutable.primitive |
This package contains implementations of the mutable primitive list interfaces.
|
org.eclipse.collections.impl.map.mutable.primitive |
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
org.eclipse.collections.impl.map.ordered.mutable | |
org.eclipse.collections.impl.map.sorted.mutable |
This package contains implementations of the
MutableSortedMap interface. |
org.eclipse.collections.impl.primitive | |
org.eclipse.collections.impl.set.sorted.mutable |
This package contains implementations of
MutableSortedSet . |
org.eclipse.collections.impl.stack.mutable.primitive |
This package contains implementations of the mutable primitive stack interfaces.
|
org.eclipse.collections.impl.stack.primitive | |
org.eclipse.collections.impl.utility |
This package contains static utilities that provide iteration pattern implementations which work with JCF collections.
|
org.eclipse.collections.impl.utility.internal |
This package contains static utilities that provide internal iteration pattern implementations which work with JCF collections.
|
Modifier and Type | Method | Description |
---|---|---|
MutableShortList |
ShortIterable.toList() |
Converts the ShortIterable to a new MutableShortList.
|
MutableShortList |
ShortIterable.toSortedList() |
Modifier and Type | Method | Description |
---|---|---|
MutableShortList |
MutableSortedBag.collectShort(ShortFunction<? super T> shortFunction) |
Modifier and Type | Method | Description |
---|---|---|
MutableShortList |
MutableShortListFactory.empty() |
|
MutableShortList |
MutableShortListFactory.of() |
Same as
MutableShortListFactory.empty() . |
MutableShortList |
MutableShortListFactory.of(short... items) |
|
MutableShortList |
MutableShortListFactory.ofAll(Iterable<Short> iterable) |
Same as
#withAll(IterableShort) . |
MutableShortList |
MutableShortListFactory.ofAll(ShortIterable items) |
|
MutableShortList |
MutableShortListFactory.with() |
Same as
MutableShortListFactory.empty() . |
MutableShortList |
MutableShortListFactory.with(short... items) |
|
MutableShortList |
MutableShortListFactory.withAll(Iterable<Short> iterable) |
|
MutableShortList |
MutableShortListFactory.withAll(ShortIterable items) |
Modifier and Type | Method | Description |
---|---|---|
MutableShortList |
MutableList.collectShort(ShortFunction<? super T> shortFunction) |
Modifier and Type | Method | Description |
---|---|---|
MutableShortList |
MutableShortList.asSynchronized() |
|
MutableShortList |
MutableShortList.asUnmodifiable() |
|
MutableShortList |
MutableShortList.distinct() |
|
default MutableShortList |
MutableShortList.newEmpty() |
Creates a new empty mutable version of the same List type.
|
MutableShortList |
MutableShortList.reject(ShortPredicate predicate) |
|
MutableShortList |
MutableShortList.reverseThis() |
|
MutableShortList |
MutableShortList.select(ShortPredicate predicate) |
|
MutableShortList |
MutableShortList.sortThis() |
Sorts this list mutating its contents and returns the same mutable list (this).
|
MutableShortList |
MutableShortList.subList(int fromIndex,
int toIndex) |
|
default MutableShortList |
MutableShortList.tap(ShortProcedure procedure) |
|
MutableShortList |
MutableShortList.toReversed() |
|
MutableShortList |
MutableShortList.with(short element) |
|
MutableShortList |
MutableShortList.withAll(ShortIterable elements) |
|
MutableShortList |
MutableShortList.without(short element) |
|
MutableShortList |
MutableShortList.withoutAll(ShortIterable elements) |
Modifier and Type | Method | Description |
---|---|---|
MutableShortList |
MutableOrderedMap.collectShort(ShortFunction<? super V> shortFunction) |
Modifier and Type | Method | Description |
---|---|---|
MutableShortList |
MutableSortedMap.collectShort(ShortFunction<? super V> shortFunction) |
Modifier and Type | Method | Description |
---|---|---|
MutableShortList |
MutableSortedSet.collectShort(ShortFunction<? super T> shortFunction) |
Modifier and Type | Method | Description |
---|---|---|
MutableShortList |
AbstractMutableSortedBag.collectShort(ShortFunction<? super T> shortFunction) |
|
MutableShortList |
SynchronizedSortedBag.collectShort(ShortFunction<? super T> shortFunction) |
|
MutableShortList |
UnmodifiableSortedBag.collectShort(ShortFunction<? super T> shortFunction) |
Modifier and Type | Method | Description |
---|---|---|
MutableShortList |
AbstractSynchronizedShortCollection.toList() |
|
MutableShortList |
AbstractUnmodifiableShortCollection.toList() |
|
MutableShortList |
AbstractSynchronizedShortCollection.toSortedList() |
|
MutableShortList |
AbstractUnmodifiableShortCollection.toSortedList() |
Modifier and Type | Method | Description |
---|---|---|
MutableShortList |
AbstractLazyShortIterable.toList() |
|
MutableShortList |
CollectShortIterable.toList() |
|
MutableShortList |
LazyShortIterableAdapter.toList() |
|
MutableShortList |
ReverseShortIterable.toList() |
|
MutableShortList |
SelectShortIterable.toList() |
|
MutableShortList |
AbstractLazyShortIterable.toSortedList() |
|
MutableShortList |
LazyShortIterableAdapter.toSortedList() |
Modifier and Type | Method | Description |
---|---|---|
MutableShortList |
AbstractListAdapter.collectShort(ShortFunction<? super T> shortFunction) |
|
MutableShortList |
AbstractMutableList.collectShort(ShortFunction<? super T> shortFunction) |
|
MutableShortList |
ArrayListAdapter.collectShort(ShortFunction<? super T> shortFunction) |
|
MutableShortList |
FastList.collectShort(ShortFunction<? super T> shortFunction) |
|
MutableShortList |
MultiReaderFastList.collectShort(ShortFunction<? super T> shortFunction) |
|
MutableShortList |
RandomAccessListAdapter.collectShort(ShortFunction<? super T> shortFunction) |
|
MutableShortList |
SynchronizedMutableList.collectShort(ShortFunction<? super T> shortFunction) |
|
MutableShortList |
UnmodifiableMutableList.collectShort(ShortFunction<? super T> shortFunction) |
Modifier and Type | Class | Description |
---|---|---|
class |
ShortArrayList |
ShortArrayList is similar to
FastList , and is memory-optimized for short primitives. |
class |
SynchronizedShortList |
A synchronized view of a
MutableShortList . |
class |
UnmodifiableShortList |
This file was automatically generated from template file unmodifiablePrimitiveList.stg.
|
Modifier and Type | Method | Description |
---|---|---|
MutableShortList |
ShortArrayList.asSynchronized() |
|
MutableShortList |
SynchronizedShortList.asSynchronized() |
|
MutableShortList |
UnmodifiableShortList.asSynchronized() |
|
MutableShortList |
ShortArrayList.asUnmodifiable() |
|
MutableShortList |
SynchronizedShortList.asUnmodifiable() |
|
MutableShortList |
UnmodifiableShortList.asUnmodifiable() |
|
MutableShortList |
ShortArrayList.distinct() |
|
MutableShortList |
SynchronizedShortList.distinct() |
|
MutableShortList |
UnmodifiableShortList.distinct() |
|
MutableShortList |
MutableShortListFactoryImpl.empty() |
|
MutableShortList |
SynchronizedShortList.newEmpty() |
|
MutableShortList |
UnmodifiableShortList.newEmpty() |
|
MutableShortList |
MutableShortListFactoryImpl.of() |
|
MutableShortList |
MutableShortListFactoryImpl.of(short... items) |
|
MutableShortList |
MutableShortListFactoryImpl.ofAll(Iterable<Short> iterable) |
|
MutableShortList |
MutableShortListFactoryImpl.ofAll(ShortIterable items) |
|
MutableShortList |
SynchronizedShortList.reject(ShortPredicate predicate) |
|
MutableShortList |
UnmodifiableShortList.reject(ShortPredicate predicate) |
|
MutableShortList |
SynchronizedShortList.reverseThis() |
|
MutableShortList |
UnmodifiableShortList.reverseThis() |
|
MutableShortList |
SynchronizedShortList.select(ShortPredicate predicate) |
|
MutableShortList |
UnmodifiableShortList.select(ShortPredicate predicate) |
|
MutableShortList |
SynchronizedShortList.sortThis() |
|
MutableShortList |
UnmodifiableShortList.sortThis() |
|
MutableShortList |
ShortArrayList.subList(int fromIndex,
int toIndex) |
|
MutableShortList |
SynchronizedShortList.subList(int fromIndex,
int toIndex) |
|
MutableShortList |
UnmodifiableShortList.subList(int fromIndex,
int toIndex) |
|
MutableShortList |
SynchronizedShortList.toReversed() |
|
MutableShortList |
UnmodifiableShortList.toReversed() |
|
MutableShortList |
MutableShortListFactoryImpl.with() |
|
MutableShortList |
MutableShortListFactoryImpl.with(short... items) |
|
MutableShortList |
MutableShortListFactoryImpl.withAll(Iterable<Short> iterable) |
|
MutableShortList |
MutableShortListFactoryImpl.withAll(ShortIterable items) |
Constructor | Description |
---|---|
SynchronizedShortList(MutableShortList list) |
|
SynchronizedShortList(MutableShortList list,
Object newLock) |
|
UnmodifiableShortList(MutableShortList list) |
Modifier and Type | Method | Description |
---|---|---|
MutableShortList |
AbstractMutableShortKeySet.toList() |
|
MutableShortList |
ObjectShortHashMap.toList() |
|
MutableShortList |
ObjectShortHashMapWithHashingStrategy.toList() |
|
MutableShortList |
SynchronizedByteShortMap.toList() |
|
MutableShortList |
SynchronizedCharShortMap.toList() |
|
MutableShortList |
SynchronizedDoubleShortMap.toList() |
|
MutableShortList |
SynchronizedFloatShortMap.toList() |
|
MutableShortList |
SynchronizedIntShortMap.toList() |
|
MutableShortList |
SynchronizedLongShortMap.toList() |
|
MutableShortList |
SynchronizedObjectShortMap.toList() |
|
MutableShortList |
SynchronizedShortShortMap.toList() |
|
MutableShortList |
UnmodifiableByteShortMap.toList() |
|
MutableShortList |
UnmodifiableCharShortMap.toList() |
|
MutableShortList |
UnmodifiableDoubleShortMap.toList() |
|
MutableShortList |
UnmodifiableFloatShortMap.toList() |
|
MutableShortList |
UnmodifiableIntShortMap.toList() |
|
MutableShortList |
UnmodifiableLongShortMap.toList() |
|
MutableShortList |
UnmodifiableObjectShortMap.toList() |
|
MutableShortList |
UnmodifiableShortShortMap.toList() |
|
MutableShortList |
AbstractMutableShortKeySet.toSortedList() |
|
MutableShortList |
ObjectShortHashMap.toSortedList() |
|
MutableShortList |
ObjectShortHashMapWithHashingStrategy.toSortedList() |
|
MutableShortList |
SynchronizedByteShortMap.toSortedList() |
|
MutableShortList |
SynchronizedCharShortMap.toSortedList() |
|
MutableShortList |
SynchronizedDoubleShortMap.toSortedList() |
|
MutableShortList |
SynchronizedFloatShortMap.toSortedList() |
|
MutableShortList |
SynchronizedIntShortMap.toSortedList() |
|
MutableShortList |
SynchronizedLongShortMap.toSortedList() |
|
MutableShortList |
SynchronizedObjectShortMap.toSortedList() |
|
MutableShortList |
SynchronizedShortShortMap.toSortedList() |
|
MutableShortList |
UnmodifiableByteShortMap.toSortedList() |
|
MutableShortList |
UnmodifiableCharShortMap.toSortedList() |
|
MutableShortList |
UnmodifiableDoubleShortMap.toSortedList() |
|
MutableShortList |
UnmodifiableFloatShortMap.toSortedList() |
|
MutableShortList |
UnmodifiableIntShortMap.toSortedList() |
|
MutableShortList |
UnmodifiableLongShortMap.toSortedList() |
|
MutableShortList |
UnmodifiableObjectShortMap.toSortedList() |
|
MutableShortList |
UnmodifiableShortShortMap.toSortedList() |
Modifier and Type | Method | Description |
---|---|---|
MutableShortList |
OrderedMapAdapter.collectShort(ShortFunction<? super V> shortFunction) |
|
MutableShortList |
UnmodifiableMutableOrderedMap.collectShort(ShortFunction<? super V> shortFunction) |
Modifier and Type | Method | Description |
---|---|---|
MutableShortList |
AbstractMutableSortedMap.collectShort(ShortFunction<? super V> shortFunction) |
|
MutableShortList |
SynchronizedSortedMap.collectShort(ShortFunction<? super V> shortFunction) |
|
MutableShortList |
UnmodifiableTreeMap.collectShort(ShortFunction<? super V> shortFunction) |
Modifier and Type | Method | Description |
---|---|---|
MutableShortList |
AbstractShortIterable.toList() |
|
MutableShortList |
SynchronizedShortIterable.toList() |
|
MutableShortList |
AbstractShortIterable.toSortedList() |
|
MutableShortList |
SynchronizedShortIterable.toSortedList() |
Modifier and Type | Method | Description |
---|---|---|
MutableShortList |
SortedSetAdapter.collectShort(ShortFunction<? super T> shortFunction) |
|
MutableShortList |
SynchronizedSortedSet.collectShort(ShortFunction<? super T> shortFunction) |
|
MutableShortList |
TreeSortedSet.collectShort(ShortFunction<? super T> shortFunction) |
|
MutableShortList |
UnmodifiableSortedSet.collectShort(ShortFunction<? super T> shortFunction) |
Modifier and Type | Method | Description |
---|---|---|
MutableShortList |
SynchronizedShortStack.toList() |
|
MutableShortList |
UnmodifiableShortStack.toList() |
|
MutableShortList |
ShortArrayStack.toSortedList() |
|
MutableShortList |
SynchronizedShortStack.toSortedList() |
|
MutableShortList |
UnmodifiableShortStack.toSortedList() |
Modifier and Type | Method | Description |
---|---|---|
MutableShortList |
AbstractShortStack.toList() |
Modifier and Type | Method | Description |
---|---|---|
static <T> MutableShortList |
ArrayIterate.collectShort(T[] objectArray,
ShortFunction<? super T> shortFunction) |
|
static <T> MutableShortList |
ArrayListIterate.collectShort(ArrayList<T> list,
ShortFunction<? super T> shortFunction) |
|
static <T> MutableShortList |
ListIterate.collectShort(List<T> list,
ShortFunction<? super T> shortFunction) |
Modifier and Type | Method | Description |
---|---|---|
static <T> MutableShortList |
RandomAccessListIterate.collectShort(List<T> list,
ShortFunction<? super T> shortFunction) |
Copyright © 2004–2019. All rights reserved.