Uses of Interface
org.eclipse.collections.api.set.primitive.MutableShortSet
-
Packages that use MutableShortSet 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 This package contains factory API for creating primitive set instances.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 ofSet
.org.eclipse.collections.api.set.primitive This package contains API for mutable and immutable primitive sets.org.eclipse.collections.impl.bag.immutable.primitive This package contains implementations of the immutable primitive bag interfaces.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.list.immutable.primitive This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.org.eclipse.collections.impl.map.immutable.primitive This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map 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.immutable.primitive This package contains implementations of the immutable primitive set interfaces.org.eclipse.collections.impl.set.mutable This package contains implementations ofMutableSet
.org.eclipse.collections.impl.set.mutable.primitive This package contains implementations of the mutable primitive set interfaces.org.eclipse.collections.impl.stack.immutable.primitive This package contains implementations of the immutable primitive stack interfaces.org.eclipse.collections.impl.stack.mutable.primitive This package contains implementations of the mutable primitive stack interfaces.org.eclipse.collections.impl.stack.primitive -
-
Uses of MutableShortSet in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return MutableShortSet Modifier and Type Method Description MutableShortSet
ShortIterable. toSet()
Converts the ShortIterable to a new MutableShortSet. -
Uses of MutableShortSet in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive that return MutableShortSet Modifier and Type Method Description MutableShortSet
MutableShortBag. selectUnique()
Returns all elements of the bag that have exactly one occurrence. -
Uses of MutableShortSet in org.eclipse.collections.api.factory.set.primitive
Methods in org.eclipse.collections.api.factory.set.primitive that return MutableShortSet Modifier and Type Method Description MutableShortSet
MutableShortSetFactory. empty()
MutableShortSet
MutableShortSetFactory. of()
Same asMutableShortSetFactory.empty()
.MutableShortSet
MutableShortSetFactory. of(short... items)
Same asMutableShortSetFactory.with(short[])
.MutableShortSet
MutableShortSetFactory. ofAll(java.lang.Iterable<java.lang.Short> iterable)
MutableShortSet
MutableShortSetFactory. ofAll(ShortIterable items)
MutableShortSet
MutableShortSetFactory. with()
Same asMutableShortSetFactory.empty()
.MutableShortSet
MutableShortSetFactory. with(short... items)
MutableShortSet
MutableShortSetFactory. withAll(java.lang.Iterable<java.lang.Short> iterable)
MutableShortSet
MutableShortSetFactory. withAll(ShortIterable items)
default MutableShortSet
MutableShortSetFactory. withInitialCapacity(int capacity)
Same asMutableShortSetFactory.empty()
. -
Uses of MutableShortSet in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableShortSet Modifier and Type Method Description MutableShortSet
ShortBooleanMap. keySet()
Returns a set containing all the keys in this map.MutableShortSet
ShortByteMap. keySet()
Returns a set containing all the keys in this map.MutableShortSet
ShortCharMap. keySet()
Returns a set containing all the keys in this map.MutableShortSet
ShortDoubleMap. keySet()
Returns a set containing all the keys in this map.MutableShortSet
ShortFloatMap. keySet()
Returns a set containing all the keys in this map.MutableShortSet
ShortIntMap. keySet()
Returns a set containing all the keys in this map.MutableShortSet
ShortLongMap. keySet()
Returns a set containing all the keys in this map.MutableShortSet
ShortObjectMap. keySet()
Returns a set containing all the keys in this map.MutableShortSet
ShortShortMap. keySet()
Returns a set containing all the keys in this map. -
Uses of MutableShortSet in org.eclipse.collections.api.set
Methods in org.eclipse.collections.api.set that return MutableShortSet Modifier and Type Method Description default MutableShortSet
MutableSet. collectShort(ShortFunction<? super T> shortFunction)
-
Uses of MutableShortSet in org.eclipse.collections.api.set.primitive
Methods in org.eclipse.collections.api.set.primitive that return MutableShortSet Modifier and Type Method Description MutableShortSet
MutableShortSet. asSynchronized()
MutableShortSet
MutableShortSet. asUnmodifiable()
default MutableShortSet
MutableShortSet. difference(ShortSet set)
Returns the set of all members ofthis
that are not members ofset
.default MutableShortSet
MutableShortSet. intersect(ShortSet set)
Returns the set of all objects that are members of boththis
andset
.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. symmetricDifference(ShortSet set)
Returns the set of all objects that are a member of exactly one ofthis
andset
(elements which are in one of the sets, but not in both).default MutableShortSet
MutableShortSet. tap(ShortProcedure procedure)
default MutableShortSet
MutableShortSet. union(ShortSet set)
MutableShortSet
MutableShortSet. with(short element)
MutableShortSet
MutableShortSet. withAll(ShortIterable elements)
MutableShortSet
MutableShortSet. without(short element)
MutableShortSet
MutableShortSet. withoutAll(ShortIterable elements)
-
Uses of MutableShortSet in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive that return MutableShortSet Modifier and Type Method Description MutableShortSet
ImmutableShortEmptyBag. toSet()
MutableShortSet
ImmutableShortHashBag. toSet()
MutableShortSet
ImmutableShortSingletonBag. toSet()
-
Uses of MutableShortSet in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive that return MutableShortSet Modifier and Type Method Description MutableShortSet
ShortHashBag. selectUnique()
MutableShortSet
SynchronizedShortBag. selectUnique()
MutableShortSet
UnmodifiableShortBag. selectUnique()
-
Uses of MutableShortSet in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive that return MutableShortSet Modifier and Type Method Description MutableShortSet
AbstractSynchronizedShortCollection. toSet()
MutableShortSet
AbstractUnmodifiableShortCollection. toSet()
-
Uses of MutableShortSet in org.eclipse.collections.impl.lazy.primitive
Methods in org.eclipse.collections.impl.lazy.primitive that return MutableShortSet Modifier and Type Method Description MutableShortSet
AbstractLazyShortIterable. toSet()
MutableShortSet
CollectShortIterable. toSet()
MutableShortSet
LazyShortIterableAdapter. toSet()
MutableShortSet
ReverseShortIterable. toSet()
MutableShortSet
SelectShortIterable. toSet()
-
Uses of MutableShortSet in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return MutableShortSet Modifier and Type Method Description MutableShortSet
ImmutableShortArrayList. toSet()
MutableShortSet
ImmutableShortEmptyList. toSet()
MutableShortSet
ImmutableShortSingletonList. toSet()
-
Uses of MutableShortSet in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return MutableShortSet Modifier and Type Method Description MutableShortSet
ImmutableShortBooleanEmptyMap. keySet()
MutableShortSet
ImmutableShortBooleanHashMap. keySet()
MutableShortSet
ImmutableShortBooleanSingletonMap. keySet()
MutableShortSet
ImmutableShortByteEmptyMap. keySet()
MutableShortSet
ImmutableShortByteHashMap. keySet()
MutableShortSet
ImmutableShortByteSingletonMap. keySet()
MutableShortSet
ImmutableShortCharEmptyMap. keySet()
MutableShortSet
ImmutableShortCharHashMap. keySet()
MutableShortSet
ImmutableShortCharSingletonMap. keySet()
MutableShortSet
ImmutableShortDoubleEmptyMap. keySet()
MutableShortSet
ImmutableShortDoubleHashMap. keySet()
MutableShortSet
ImmutableShortDoubleSingletonMap. keySet()
MutableShortSet
ImmutableShortFloatEmptyMap. keySet()
MutableShortSet
ImmutableShortFloatHashMap. keySet()
MutableShortSet
ImmutableShortFloatSingletonMap. keySet()
MutableShortSet
ImmutableShortIntEmptyMap. keySet()
MutableShortSet
ImmutableShortIntHashMap. keySet()
MutableShortSet
ImmutableShortIntSingletonMap. keySet()
MutableShortSet
ImmutableShortLongEmptyMap. keySet()
MutableShortSet
ImmutableShortLongHashMap. keySet()
MutableShortSet
ImmutableShortLongSingletonMap. keySet()
MutableShortSet
ImmutableShortObjectEmptyMap. keySet()
MutableShortSet
ImmutableShortObjectHashMap. keySet()
MutableShortSet
ImmutableShortObjectSingletonMap. keySet()
MutableShortSet
ImmutableShortShortEmptyMap. keySet()
MutableShortSet
ImmutableShortShortHashMap. keySet()
MutableShortSet
ImmutableShortShortSingletonMap. keySet()
MutableShortSet
ImmutableByteShortEmptyMap. toSet()
MutableShortSet
ImmutableByteShortHashMap. toSet()
MutableShortSet
ImmutableByteShortSingletonMap. toSet()
MutableShortSet
ImmutableCharShortEmptyMap. toSet()
MutableShortSet
ImmutableCharShortHashMap. toSet()
MutableShortSet
ImmutableCharShortSingletonMap. toSet()
MutableShortSet
ImmutableDoubleShortEmptyMap. toSet()
MutableShortSet
ImmutableDoubleShortHashMap. toSet()
MutableShortSet
ImmutableDoubleShortSingletonMap. toSet()
MutableShortSet
ImmutableFloatShortEmptyMap. toSet()
MutableShortSet
ImmutableFloatShortHashMap. toSet()
MutableShortSet
ImmutableFloatShortSingletonMap. toSet()
MutableShortSet
ImmutableIntShortEmptyMap. toSet()
MutableShortSet
ImmutableIntShortHashMap. toSet()
MutableShortSet
ImmutableIntShortSingletonMap. toSet()
MutableShortSet
ImmutableLongShortEmptyMap. toSet()
MutableShortSet
ImmutableLongShortHashMap. toSet()
MutableShortSet
ImmutableLongShortSingletonMap. toSet()
MutableShortSet
ImmutableObjectShortEmptyMap. toSet()
MutableShortSet
ImmutableObjectShortHashMap. toSet()
MutableShortSet
ImmutableObjectShortSingletonMap. toSet()
MutableShortSet
ImmutableShortShortEmptyMap. toSet()
MutableShortSet
ImmutableShortShortHashMap. toSet()
MutableShortSet
ImmutableShortShortSingletonMap. toSet()
-
Uses of MutableShortSet in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement MutableShortSet Modifier and Type Class Description class
AbstractMutableShortKeySet
This file was automatically generated from template file abstractMutablePrimitiveKeySet.stg.private class
ShortBooleanHashMap.KeySet
private class
ShortByteHashMap.KeySet
private class
ShortCharHashMap.KeySet
private class
ShortDoubleHashMap.KeySet
private class
ShortFloatHashMap.KeySet
private class
ShortIntHashMap.KeySet
private class
ShortLongHashMap.KeySet
private class
ShortObjectHashMap.KeySet
private class
ShortShortHashMap.KeySet
Methods in org.eclipse.collections.impl.map.mutable.primitive that return MutableShortSet 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
ShortBooleanHashMap.KeySet. newEmpty()
MutableShortSet
ShortByteHashMap.KeySet. newEmpty()
MutableShortSet
ShortCharHashMap.KeySet. newEmpty()
MutableShortSet
ShortDoubleHashMap.KeySet. newEmpty()
MutableShortSet
ShortFloatHashMap.KeySet. newEmpty()
MutableShortSet
ShortIntHashMap.KeySet. newEmpty()
MutableShortSet
ShortLongHashMap.KeySet. newEmpty()
MutableShortSet
ShortObjectHashMap.KeySet. newEmpty()
MutableShortSet
ShortShortHashMap.KeySet. newEmpty()
MutableShortSet
AbstractMutableShortKeySet. reject(ShortPredicate predicate)
MutableShortSet
AbstractMutableShortKeySet. select(ShortPredicate predicate)
MutableShortSet
AbstractMutableShortKeySet. toSet()
MutableShortSet
AbstractMutableShortValuesMap.AbstractShortValuesCollection. toSet()
MutableShortSet
ObjectShortHashMap. toSet()
MutableShortSet
ObjectShortHashMap.ValuesCollection. toSet()
MutableShortSet
ObjectShortHashMapWithHashingStrategy. toSet()
MutableShortSet
ObjectShortHashMapWithHashingStrategy.ValuesCollection. toSet()
MutableShortSet
ShortBooleanHashMap.KeysView. 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)
-
Uses of MutableShortSet in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive that return MutableShortSet Modifier and Type Method Description MutableShortSet
AbstractShortIterable. toSet()
MutableShortSet
SynchronizedShortIterable. toSet()
-
Uses of MutableShortSet in org.eclipse.collections.impl.set.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.primitive that return MutableShortSet Modifier and Type Method Description MutableShortSet
ImmutableShortEmptySet. toSet()
MutableShortSet
ImmutableShortSingletonSet. toSet()
-
Uses of MutableShortSet in org.eclipse.collections.impl.set.mutable
Methods in org.eclipse.collections.impl.set.mutable that return MutableShortSet Modifier and Type Method Description MutableShortSet
MultiReaderUnifiedSet. collectShort(ShortFunction<? super T> shortFunction)
MutableShortSet
MultiReaderUnifiedSet.UntouchableMutableSet. collectShort(ShortFunction<? super T> shortFunction)
MutableShortSet
SynchronizedMutableSet. collectShort(ShortFunction<? super T> shortFunction)
MutableShortSet
UnmodifiableMutableSet. collectShort(ShortFunction<? super T> shortFunction)
-
Uses of MutableShortSet in org.eclipse.collections.impl.set.mutable.primitive
Classes in org.eclipse.collections.impl.set.mutable.primitive that implement MutableShortSet Modifier and Type Class Description class
ShortHashSet
This file was automatically generated from template file primitiveHashSet.stg.class
SynchronizedShortSet
A synchronized view of aMutableShortSet
.class
UnmodifiableShortSet
This file was automatically generated from template file unmodifiablePrimitiveSet.stg.Methods in org.eclipse.collections.impl.set.mutable.primitive that return MutableShortSet 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()
private MutableShortSet
SynchronizedShortSet. getMutableShortSet()
private MutableShortSet
UnmodifiableShortSet. getMutableShortSet()
MutableShortSet
SynchronizedShortSet. newEmpty()
MutableShortSet
UnmodifiableShortSet. newEmpty()
MutableShortSet
MutableShortSetFactoryImpl. of()
MutableShortSet
MutableShortSetFactoryImpl. of(short... items)
MutableShortSet
MutableShortSetFactoryImpl. ofAll(java.lang.Iterable<java.lang.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(java.lang.Iterable<java.lang.Short> iterable)
MutableShortSet
MutableShortSetFactoryImpl. withAll(ShortIterable items)
MutableShortSet
MutableShortSetFactoryImpl. withInitialCapacity(int capacity)
Methods in org.eclipse.collections.impl.set.mutable.primitive with parameters of type MutableShortSet 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, java.lang.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.Constructors in org.eclipse.collections.impl.set.mutable.primitive with parameters of type MutableShortSet Constructor Description SynchronizedShortSet(MutableShortSet set)
SynchronizedShortSet(MutableShortSet set, java.lang.Object newLock)
UnmodifiableShortSet(MutableShortSet set)
-
Uses of MutableShortSet in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return MutableShortSet Modifier and Type Method Description MutableShortSet
ImmutableShortEmptyStack. toSet()
MutableShortSet
ImmutableShortSingletonStack. toSet()
-
Uses of MutableShortSet in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return MutableShortSet Modifier and Type Method Description MutableShortSet
SynchronizedShortStack. toSet()
MutableShortSet
UnmodifiableShortStack. toSet()
-
Uses of MutableShortSet in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return MutableShortSet Modifier and Type Method Description MutableShortSet
AbstractShortStack. toSet()
-