Package | Description |
---|---|
org.eclipse.collections.api |
This package contains interfaces for Eclipse Collections API.
|
org.eclipse.collections.api.factory.set.primitive | |
org.eclipse.collections.api.map.primitive |
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
|
org.eclipse.collections.api.set |
This package contains interfaces for set API which enhance the performance and functionality of
Set . |
org.eclipse.collections.api.set.primitive |
This package contains API for mutable and immutable primitive sets.
|
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.map.mutable.primitive |
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
org.eclipse.collections.impl.primitive | |
org.eclipse.collections.impl.set | |
org.eclipse.collections.impl.set.mutable |
This package package contains implementations of
MutableSet . |
org.eclipse.collections.impl.set.mutable.primitive |
This package contains implementations of the mutable primitive set interfaces.
|
org.eclipse.collections.impl.stack.mutable.primitive |
This package contains implementations of the mutable primitive stack interfaces.
|
Modifier and Type | Method and Description |
---|---|
MutableShortSet |
ShortIterable.toSet() |
Modifier and Type | Method and Description |
---|---|
MutableShortSet |
MutableShortSetFactory.empty() |
MutableShortSet |
MutableShortSetFactory.of()
Same as
MutableShortSetFactory.empty() . |
MutableShortSet |
MutableShortSetFactory.of(short... items)
Same as
MutableShortSetFactory.with(short[]) . |
MutableShortSet |
MutableShortSetFactory.ofAll(ShortIterable items)
|
MutableShortSet |
MutableShortSetFactory.with()
Same as
MutableShortSetFactory.empty() . |
MutableShortSet |
MutableShortSetFactory.with(short... items) |
MutableShortSet |
MutableShortSetFactory.withAll(ShortIterable items) |
Modifier and Type | Method and Description |
---|---|
MutableShortSet |
ShortShortMap.keySet() |
MutableShortSet |
ShortCharMap.keySet() |
MutableShortSet |
ShortByteMap.keySet() |
MutableShortSet |
ShortBooleanMap.keySet() |
MutableShortSet |
ShortFloatMap.keySet() |
MutableShortSet |
ShortObjectMap.keySet() |
MutableShortSet |
ShortDoubleMap.keySet() |
MutableShortSet |
ShortLongMap.keySet() |
MutableShortSet |
ShortIntMap.keySet() |
Modifier and Type | Method and Description |
---|---|
MutableShortSet |
MutableSet.collectShort(ShortFunction<? super T> shortFunction) |
Modifier and Type | Method and Description |
---|---|
MutableShortSet |
MutableShortSet.asSynchronized() |
MutableShortSet |
MutableShortSet.asUnmodifiable() |
MutableShortSet |
MutableShortSet.reject(ShortPredicate predicate) |
MutableShortSet |
MutableShortSet.select(ShortPredicate predicate) |
MutableShortSet |
MutableShortSet.with(short element) |
MutableShortSet |
MutableShortSet.withAll(ShortIterable elements) |
MutableShortSet |
MutableShortSet.without(short element) |
MutableShortSet |
MutableShortSet.withoutAll(ShortIterable elements) |
Modifier and Type | Method and Description |
---|---|
MutableShortSet |
AbstractUnmodifiableShortCollection.toSet() |
MutableShortSet |
AbstractSynchronizedShortCollection.toSet() |
Modifier and Type | Method and Description |
---|---|
MutableShortSet |
CollectShortIterable.toSet() |
MutableShortSet |
LazyShortIterableAdapter.toSet() |
MutableShortSet |
ReverseShortIterable.toSet() |
MutableShortSet |
AbstractLazyShortIterable.toSet() |
MutableShortSet |
SelectShortIterable.toSet() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMutableShortKeySet
This file was automatically generated from template file abstractMutablePrimitiveKeySet.stg.
|
Modifier and Type | Method and Description |
---|---|
MutableShortSet |
AbstractMutableShortKeySet.asSynchronized() |
MutableShortSet |
AbstractMutableShortKeySet.asUnmodifiable() |
MutableShortSet |
ShortByteHashMap.keySet() |
MutableShortSet |
ShortFloatHashMap.keySet() |
MutableShortSet |
UnmodifiableShortShortMap.keySet() |
MutableShortSet |
SynchronizedShortFloatMap.keySet() |
MutableShortSet |
SynchronizedShortByteMap.keySet() |
MutableShortSet |
SynchronizedShortIntMap.keySet() |
MutableShortSet |
UnmodifiableShortByteMap.keySet() |
MutableShortSet |
ShortObjectHashMap.keySet() |
MutableShortSet |
UnmodifiableShortIntMap.keySet() |
MutableShortSet |
ShortLongHashMap.keySet() |
MutableShortSet |
UnmodifiableShortLongMap.keySet() |
MutableShortSet |
SynchronizedShortCharMap.keySet() |
MutableShortSet |
SynchronizedShortDoubleMap.keySet() |
MutableShortSet |
UnmodifiableShortDoubleMap.keySet() |
MutableShortSet |
UnmodifiableShortFloatMap.keySet() |
MutableShortSet |
SynchronizedShortShortMap.keySet() |
MutableShortSet |
SynchronizedShortBooleanMap.keySet() |
MutableShortSet |
ShortDoubleHashMap.keySet() |
MutableShortSet |
UnmodifiableShortObjectMap.keySet() |
MutableShortSet |
ShortBooleanHashMap.keySet() |
MutableShortSet |
ShortIntHashMap.keySet() |
MutableShortSet |
UnmodifiableShortBooleanMap.keySet() |
MutableShortSet |
ShortCharHashMap.keySet() |
MutableShortSet |
SynchronizedShortObjectMap.keySet() |
MutableShortSet |
ShortShortHashMap.keySet() |
MutableShortSet |
UnmodifiableShortCharMap.keySet() |
MutableShortSet |
SynchronizedShortLongMap.keySet() |
MutableShortSet |
AbstractMutableShortKeySet.reject(ShortPredicate predicate) |
MutableShortSet |
AbstractMutableShortKeySet.select(ShortPredicate predicate) |
MutableShortSet |
UnmodifiableShortShortMap.toSet() |
MutableShortSet |
UnmodifiableByteShortMap.toSet() |
MutableShortSet |
SynchronizedLongShortMap.toSet() |
MutableShortSet |
UnmodifiableFloatShortMap.toSet() |
MutableShortSet |
UnmodifiableCharShortMap.toSet() |
MutableShortSet |
SynchronizedIntShortMap.toSet() |
MutableShortSet |
UnmodifiableLongShortMap.toSet() |
MutableShortSet |
ObjectShortHashMap.toSet() |
MutableShortSet |
SynchronizedCharShortMap.toSet() |
MutableShortSet |
SynchronizedShortShortMap.toSet() |
MutableShortSet |
SynchronizedObjectShortMap.toSet() |
MutableShortSet |
ObjectShortHashMapWithHashingStrategy.toSet() |
MutableShortSet |
AbstractMutableShortKeySet.toSet() |
MutableShortSet |
SynchronizedDoubleShortMap.toSet() |
MutableShortSet |
UnmodifiableObjectShortMap.toSet() |
MutableShortSet |
SynchronizedByteShortMap.toSet() |
MutableShortSet |
UnmodifiableDoubleShortMap.toSet() |
MutableShortSet |
UnmodifiableIntShortMap.toSet() |
MutableShortSet |
SynchronizedFloatShortMap.toSet() |
MutableShortSet |
AbstractMutableShortKeySet.with(short element) |
MutableShortSet |
AbstractMutableShortKeySet.withAll(ShortIterable elements) |
MutableShortSet |
AbstractMutableShortKeySet.without(short element) |
MutableShortSet |
AbstractMutableShortKeySet.withoutAll(ShortIterable elements) |
Modifier and Type | Method and Description |
---|---|
MutableShortSet |
AbstractShortIterable.toSet() |
MutableShortSet |
SynchronizedShortIterable.toSet() |
Modifier and Type | Method and Description |
---|---|
MutableShortSet |
AbstractUnifiedSet.collectShort(ShortFunction<? super T> shortFunction) |
Modifier and Type | Method and Description |
---|---|
MutableShortSet |
SetAdapter.collectShort(ShortFunction<? super T> shortFunction) |
MutableShortSet |
AbstractMutableSet.collectShort(ShortFunction<? super T> shortFunction) |
MutableShortSet |
SynchronizedMutableSet.collectShort(ShortFunction<? super T> shortFunction) |
MutableShortSet |
MultiReaderUnifiedSet.collectShort(ShortFunction<? super T> shortFunction) |
MutableShortSet |
UnmodifiableMutableSet.collectShort(ShortFunction<? super T> shortFunction) |
Modifier and Type | Class and Description |
---|---|
class |
ShortHashSet
This file was automatically generated from template file primitiveHashSet.stg.
|
class |
SynchronizedShortSet
A synchronized view of a
MutableShortSet . |
class |
UnmodifiableShortSet
This file was automatically generated from template file unmodifiablePrimitiveSet.stg.
|
Modifier and Type | Method and Description |
---|---|
MutableShortSet |
UnmodifiableShortSet.asSynchronized() |
MutableShortSet |
ShortHashSet.asSynchronized() |
MutableShortSet |
SynchronizedShortSet.asSynchronized() |
MutableShortSet |
UnmodifiableShortSet.asUnmodifiable() |
MutableShortSet |
ShortHashSet.asUnmodifiable() |
MutableShortSet |
SynchronizedShortSet.asUnmodifiable() |
MutableShortSet |
MutableShortSetFactoryImpl.empty() |
MutableShortSet |
MutableShortSetFactoryImpl.of() |
MutableShortSet |
MutableShortSetFactoryImpl.of(short... items) |
MutableShortSet |
MutableShortSetFactoryImpl.ofAll(ShortIterable items) |
MutableShortSet |
UnmodifiableShortSet.reject(ShortPredicate predicate) |
MutableShortSet |
ShortHashSet.reject(ShortPredicate predicate) |
MutableShortSet |
SynchronizedShortSet.reject(ShortPredicate predicate) |
MutableShortSet |
UnmodifiableShortSet.select(ShortPredicate predicate) |
MutableShortSet |
SynchronizedShortSet.select(ShortPredicate predicate) |
MutableShortSet |
MutableShortSetFactoryImpl.with() |
MutableShortSet |
MutableShortSetFactoryImpl.with(short... items) |
MutableShortSet |
MutableShortSetFactoryImpl.withAll(ShortIterable items) |
Modifier and Type | Method and Description |
---|---|
static UnmodifiableShortSet |
UnmodifiableShortSet.of(MutableShortSet set)
This method will take a MutableShortSet and wrap it directly in a UnmodifiableShortSet.
|
static SynchronizedShortSet |
SynchronizedShortSet.of(MutableShortSet set)
This method will take a MutableShortSet and wrap it directly in a SynchronizedShortSet.
|
static SynchronizedShortSet |
SynchronizedShortSet.of(MutableShortSet set,
Object lock)
This method will take a MutableShortSet and wrap it directly in a SynchronizedShortSet.
|
Modifier and Type | Method and Description |
---|---|
MutableShortSet |
ShortArrayStack.toSet() |
MutableShortSet |
SynchronizedShortStack.toSet() |
MutableShortSet |
UnmodifiableShortStack.toSet() |
Copyright © 2004–2016. All rights reserved.