Package | Description |
---|---|
org.eclipse.collections.api |
This package contains interfaces for Eclipse Collections API.
|
org.eclipse.collections.api.bag.primitive |
This package contains API for Primitive Bags with Mutable and Immutable variants.
|
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.bag.mutable.primitive |
This package contains implementations of the mutable primitive bag interfaces.
|
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.
|
org.eclipse.collections.impl.stack.primitive |
Modifier and Type | Method | Description |
---|---|---|
MutableShortSet |
ShortIterable.toSet() |
Converts the ShortIterable to a new MutableShortSet.
|
Modifier and Type | Method | Description |
---|---|---|
MutableShortSet |
MutableShortBag.selectUnique() |
Returns all elements of the bag that have exactly one occurrence.
|
Modifier and Type | Method | Description |
---|---|---|
MutableShortSet |
MutableShortSetFactory.empty() |
|
MutableShortSet |
MutableShortSetFactory.of() |
Same as
MutableShortSetFactory.empty() . |
MutableShortSet |
MutableShortSetFactory.of(short... items) |
Same as
MutableShortSetFactory.with(short[]) . |
MutableShortSet |
MutableShortSetFactory.ofAll(Iterable<Short> iterable) |
Same as
#withAll(IterableShort) . |
MutableShortSet |
MutableShortSetFactory.ofAll(ShortIterable items) |
|
MutableShortSet |
MutableShortSetFactory.with() |
Same as
MutableShortSetFactory.empty() . |
MutableShortSet |
MutableShortSetFactory.with(short... items) |
|
MutableShortSet |
MutableShortSetFactory.withAll(Iterable<Short> iterable) |
|
MutableShortSet |
MutableShortSetFactory.withAll(ShortIterable items) |
Modifier and Type | Method | Description |
---|---|---|
MutableShortSet |
ShortBooleanMap.keySet() |
|
MutableShortSet |
ShortByteMap.keySet() |
|
MutableShortSet |
ShortCharMap.keySet() |
|
MutableShortSet |
ShortDoubleMap.keySet() |
|
MutableShortSet |
ShortFloatMap.keySet() |
|
MutableShortSet |
ShortIntMap.keySet() |
|
MutableShortSet |
ShortLongMap.keySet() |
|
MutableShortSet |
ShortObjectMap.keySet() |
|
MutableShortSet |
ShortShortMap.keySet() |
Modifier and Type | Method | Description |
---|---|---|
MutableShortSet |
MutableSet.collectShort(ShortFunction<? super T> shortFunction) |
Modifier and Type | Method | Description |
---|---|---|
MutableShortSet |
MutableShortSet.asSynchronized() |
|
MutableShortSet |
MutableShortSet.asUnmodifiable() |
|
default MutableShortSet |
MutableShortSet.newEmpty() |
Creates a new empty mutable version of the same Set type.
|
MutableShortSet |
MutableShortSet.reject(ShortPredicate predicate) |
|
MutableShortSet |
MutableShortSet.select(ShortPredicate predicate) |
|
default MutableShortSet |
MutableShortSet.tap(ShortProcedure procedure) |
|
MutableShortSet |
MutableShortSet.with(short element) |
|
MutableShortSet |
MutableShortSet.withAll(ShortIterable elements) |
|
MutableShortSet |
MutableShortSet.without(short element) |
|
MutableShortSet |
MutableShortSet.withoutAll(ShortIterable elements) |
Modifier and Type | Method | Description |
---|---|---|
MutableShortSet |
ShortHashBag.selectUnique() |
|
MutableShortSet |
SynchronizedShortBag.selectUnique() |
|
MutableShortSet |
UnmodifiableShortBag.selectUnique() |
Modifier and Type | Method | Description |
---|---|---|
MutableShortSet |
AbstractSynchronizedShortCollection.toSet() |
|
MutableShortSet |
AbstractUnmodifiableShortCollection.toSet() |
Modifier and Type | Method | Description |
---|---|---|
MutableShortSet |
AbstractLazyShortIterable.toSet() |
|
MutableShortSet |
CollectShortIterable.toSet() |
|
MutableShortSet |
LazyShortIterableAdapter.toSet() |
|
MutableShortSet |
ReverseShortIterable.toSet() |
|
MutableShortSet |
SelectShortIterable.toSet() |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractMutableShortKeySet |
This file was automatically generated from template file abstractMutablePrimitiveKeySet.stg.
|
Modifier and Type | Method | Description |
---|---|---|
MutableShortSet |
AbstractMutableShortKeySet.asSynchronized() |
|
MutableShortSet |
AbstractMutableShortKeySet.asUnmodifiable() |
|
MutableShortSet |
ShortBooleanHashMap.keySet() |
|
MutableShortSet |
ShortByteHashMap.keySet() |
|
MutableShortSet |
ShortCharHashMap.keySet() |
|
MutableShortSet |
ShortDoubleHashMap.keySet() |
|
MutableShortSet |
ShortFloatHashMap.keySet() |
|
MutableShortSet |
ShortIntHashMap.keySet() |
|
MutableShortSet |
ShortLongHashMap.keySet() |
|
MutableShortSet |
ShortObjectHashMap.keySet() |
|
MutableShortSet |
ShortShortHashMap.keySet() |
|
MutableShortSet |
SynchronizedShortBooleanMap.keySet() |
|
MutableShortSet |
SynchronizedShortByteMap.keySet() |
|
MutableShortSet |
SynchronizedShortCharMap.keySet() |
|
MutableShortSet |
SynchronizedShortDoubleMap.keySet() |
|
MutableShortSet |
SynchronizedShortFloatMap.keySet() |
|
MutableShortSet |
SynchronizedShortIntMap.keySet() |
|
MutableShortSet |
SynchronizedShortLongMap.keySet() |
|
MutableShortSet |
SynchronizedShortObjectMap.keySet() |
|
MutableShortSet |
SynchronizedShortShortMap.keySet() |
|
MutableShortSet |
UnmodifiableShortBooleanMap.keySet() |
|
MutableShortSet |
UnmodifiableShortByteMap.keySet() |
|
MutableShortSet |
UnmodifiableShortCharMap.keySet() |
|
MutableShortSet |
UnmodifiableShortDoubleMap.keySet() |
|
MutableShortSet |
UnmodifiableShortFloatMap.keySet() |
|
MutableShortSet |
UnmodifiableShortIntMap.keySet() |
|
MutableShortSet |
UnmodifiableShortLongMap.keySet() |
|
MutableShortSet |
UnmodifiableShortObjectMap.keySet() |
|
MutableShortSet |
UnmodifiableShortShortMap.keySet() |
|
MutableShortSet |
AbstractMutableShortKeySet.reject(ShortPredicate predicate) |
|
MutableShortSet |
AbstractMutableShortKeySet.select(ShortPredicate predicate) |
|
MutableShortSet |
AbstractMutableShortKeySet.toSet() |
|
MutableShortSet |
ObjectShortHashMap.toSet() |
|
MutableShortSet |
ObjectShortHashMapWithHashingStrategy.toSet() |
|
MutableShortSet |
SynchronizedByteShortMap.toSet() |
|
MutableShortSet |
SynchronizedCharShortMap.toSet() |
|
MutableShortSet |
SynchronizedDoubleShortMap.toSet() |
|
MutableShortSet |
SynchronizedFloatShortMap.toSet() |
|
MutableShortSet |
SynchronizedIntShortMap.toSet() |
|
MutableShortSet |
SynchronizedLongShortMap.toSet() |
|
MutableShortSet |
SynchronizedObjectShortMap.toSet() |
|
MutableShortSet |
SynchronizedShortShortMap.toSet() |
|
MutableShortSet |
UnmodifiableByteShortMap.toSet() |
|
MutableShortSet |
UnmodifiableCharShortMap.toSet() |
|
MutableShortSet |
UnmodifiableDoubleShortMap.toSet() |
|
MutableShortSet |
UnmodifiableFloatShortMap.toSet() |
|
MutableShortSet |
UnmodifiableIntShortMap.toSet() |
|
MutableShortSet |
UnmodifiableLongShortMap.toSet() |
|
MutableShortSet |
UnmodifiableObjectShortMap.toSet() |
|
MutableShortSet |
UnmodifiableShortShortMap.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 | Description |
---|---|---|
MutableShortSet |
AbstractShortIterable.toSet() |
|
MutableShortSet |
SynchronizedShortIterable.toSet() |
Modifier and Type | Method | Description |
---|---|---|
MutableShortSet |
AbstractUnifiedSet.collectShort(ShortFunction<? super T> shortFunction) |
Modifier and Type | Method | Description |
---|---|---|
MutableShortSet |
AbstractMutableSet.collectShort(ShortFunction<? super T> shortFunction) |
|
MutableShortSet |
MultiReaderUnifiedSet.collectShort(ShortFunction<? super T> shortFunction) |
|
MutableShortSet |
SetAdapter.collectShort(ShortFunction<? super T> shortFunction) |
|
MutableShortSet |
SynchronizedMutableSet.collectShort(ShortFunction<? super T> shortFunction) |
|
MutableShortSet |
UnmodifiableMutableSet.collectShort(ShortFunction<? super T> shortFunction) |
Modifier and Type | Class | 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 | Description |
---|---|---|
MutableShortSet |
ShortHashSet.asSynchronized() |
|
MutableShortSet |
SynchronizedShortSet.asSynchronized() |
|
MutableShortSet |
UnmodifiableShortSet.asSynchronized() |
|
MutableShortSet |
ShortHashSet.asUnmodifiable() |
|
MutableShortSet |
SynchronizedShortSet.asUnmodifiable() |
|
MutableShortSet |
UnmodifiableShortSet.asUnmodifiable() |
|
MutableShortSet |
MutableShortSetFactoryImpl.empty() |
|
MutableShortSet |
SynchronizedShortSet.newEmpty() |
|
MutableShortSet |
UnmodifiableShortSet.newEmpty() |
|
MutableShortSet |
MutableShortSetFactoryImpl.of() |
|
MutableShortSet |
MutableShortSetFactoryImpl.of(short... items) |
|
MutableShortSet |
MutableShortSetFactoryImpl.ofAll(Iterable<Short> iterable) |
|
MutableShortSet |
MutableShortSetFactoryImpl.ofAll(ShortIterable items) |
|
MutableShortSet |
SynchronizedShortSet.reject(ShortPredicate predicate) |
|
MutableShortSet |
UnmodifiableShortSet.reject(ShortPredicate predicate) |
|
MutableShortSet |
SynchronizedShortSet.select(ShortPredicate predicate) |
|
MutableShortSet |
UnmodifiableShortSet.select(ShortPredicate predicate) |
|
MutableShortSet |
MutableShortSetFactoryImpl.with() |
|
MutableShortSet |
MutableShortSetFactoryImpl.with(short... items) |
|
MutableShortSet |
MutableShortSetFactoryImpl.withAll(Iterable<Short> iterable) |
|
MutableShortSet |
MutableShortSetFactoryImpl.withAll(ShortIterable items) |
Modifier and Type | Method | Description |
---|---|---|
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.
|
static UnmodifiableShortSet |
UnmodifiableShortSet.of(MutableShortSet set) |
This method will take a MutableShortSet and wrap it directly in a UnmodifiableShortSet.
|
Constructor | Description |
---|---|
SynchronizedShortSet(MutableShortSet set) |
|
SynchronizedShortSet(MutableShortSet set,
Object newLock) |
|
UnmodifiableShortSet(MutableShortSet set) |
Modifier and Type | Method | Description |
---|---|---|
MutableShortSet |
SynchronizedShortStack.toSet() |
|
MutableShortSet |
UnmodifiableShortStack.toSet() |
Modifier and Type | Method | Description |
---|---|---|
MutableShortSet |
AbstractShortStack.toSet() |
Copyright © 2004–2019. All rights reserved.