Uses of Interface
org.eclipse.collections.api.set.primitive.MutableShortSet
Packages that use MutableShortSet
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains API for Primitive Bags with Mutable and Immutable variants.
This package contains factory API for creating primitive set instances.
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
This package contains interfaces for set API which enhance the performance and functionality of
Set.This package contains API for mutable and immutable primitive sets.
This package contains implementations of the immutable primitive bag interfaces.
This package contains implementations of the mutable primitive bag interfaces.
This package contains implementations of the mutable primitive collection interfaces.
This package contains implementations of the lazy primitive iterator interfaces.
This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the immutable primitive set interfaces.
This package contains implementations of
MutableSet.This package contains implementations of the mutable primitive set interfaces.
This package contains implementations of the immutable primitive stack interfaces.
This package contains implementations of the mutable primitive stack interfaces.
-
Uses of MutableShortSet in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return MutableShortSetModifier and TypeMethodDescriptionShortIterable.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 MutableShortSetModifier and TypeMethodDescriptionMutableShortBag.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 MutableShortSetModifier and TypeMethodDescriptionMutableShortSetFactory.empty()MutableShortSetFactory.of()Same asMutableShortSetFactory.empty().MutableShortSetFactory.of(short... items) Same asMutableShortSetFactory.with(short[]).MutableShortSetFactory.ofAll(ShortIterable items) MutableShortSetFactory.with()Same asMutableShortSetFactory.empty().MutableShortSetFactory.with(short... items) MutableShortSetFactory.withAll(ShortIterable items) default MutableShortSetMutableShortSetFactory.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 MutableShortSetModifier and TypeMethodDescriptionShortBooleanMap.keySet()Returns a set containing all the keys in this map.ShortByteMap.keySet()Returns a set containing all the keys in this map.ShortCharMap.keySet()Returns a set containing all the keys in this map.ShortDoubleMap.keySet()Returns a set containing all the keys in this map.ShortFloatMap.keySet()Returns a set containing all the keys in this map.ShortIntMap.keySet()Returns a set containing all the keys in this map.ShortLongMap.keySet()Returns a set containing all the keys in this map.ShortObjectMap.keySet()Returns a set containing all the keys in this map.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 MutableShortSetModifier and TypeMethodDescriptiondefault MutableShortSetMutableSet.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 MutableShortSetModifier and TypeMethodDescriptionMutableShortSet.asSynchronized()MutableShortSet.asUnmodifiable()default MutableShortSetMutableShortSet.difference(ShortSet set) Returns the set of all members ofthisthat are not members ofset.default MutableShortSetReturns the set of all objects that are members of boththisandset.default MutableShortSetMutableShortSet.newEmpty()Creates a new empty mutable version of the same Set type.MutableShortSet.reject(ShortPredicate predicate) MutableShortSet.select(ShortPredicate predicate) default MutableShortSetMutableShortSet.symmetricDifference(ShortSet set) Returns the set of all objects that are a member of exactly one ofthisandset(elements which are in one of the sets, but not in both).default MutableShortSetMutableShortSet.tap(ShortProcedure procedure) default MutableShortSetMutableShortSet.with(short element) MutableShortSet.withAll(ShortIterable elements) MutableShortSet.without(short element) 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 -
Uses of MutableShortSet in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive that return MutableShortSetModifier and TypeMethodDescriptionShortHashBag.selectUnique()SynchronizedShortBag.selectUnique()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 -
Uses of MutableShortSet in org.eclipse.collections.impl.lazy.primitive
Methods in org.eclipse.collections.impl.lazy.primitive that return MutableShortSet -
Uses of MutableShortSet in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return MutableShortSet -
Uses of MutableShortSet in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return MutableShortSetModifier and TypeMethodDescriptionImmutableShortBooleanEmptyMap.keySet()ImmutableShortBooleanHashMap.keySet()ImmutableShortBooleanSingletonMap.keySet()ImmutableShortByteEmptyMap.keySet()ImmutableShortByteHashMap.keySet()ImmutableShortByteSingletonMap.keySet()ImmutableShortCharEmptyMap.keySet()ImmutableShortCharHashMap.keySet()ImmutableShortCharSingletonMap.keySet()ImmutableShortDoubleEmptyMap.keySet()ImmutableShortDoubleHashMap.keySet()ImmutableShortDoubleSingletonMap.keySet()ImmutableShortFloatEmptyMap.keySet()ImmutableShortFloatHashMap.keySet()ImmutableShortFloatSingletonMap.keySet()ImmutableShortIntEmptyMap.keySet()ImmutableShortIntHashMap.keySet()ImmutableShortIntSingletonMap.keySet()ImmutableShortLongEmptyMap.keySet()ImmutableShortLongHashMap.keySet()ImmutableShortLongSingletonMap.keySet()ImmutableShortObjectEmptyMap.keySet()ImmutableShortObjectHashMap.keySet()ImmutableShortObjectSingletonMap.keySet()ImmutableShortShortEmptyMap.keySet()ImmutableShortShortHashMap.keySet()ImmutableShortShortSingletonMap.keySet()ImmutableByteShortEmptyMap.toSet()ImmutableByteShortHashMap.toSet()ImmutableByteShortSingletonMap.toSet()ImmutableCharShortEmptyMap.toSet()ImmutableCharShortHashMap.toSet()ImmutableCharShortSingletonMap.toSet()ImmutableDoubleShortEmptyMap.toSet()ImmutableDoubleShortHashMap.toSet()ImmutableDoubleShortSingletonMap.toSet()ImmutableFloatShortEmptyMap.toSet()ImmutableFloatShortHashMap.toSet()ImmutableFloatShortSingletonMap.toSet()ImmutableIntShortEmptyMap.toSet()ImmutableIntShortHashMap.toSet()ImmutableIntShortSingletonMap.toSet()ImmutableLongShortEmptyMap.toSet()ImmutableLongShortHashMap.toSet()ImmutableLongShortSingletonMap.toSet()ImmutableObjectShortEmptyMap.toSet()ImmutableObjectShortHashMap.toSet()ImmutableObjectShortSingletonMap.toSet()ImmutableShortShortEmptyMap.toSet()ImmutableShortShortHashMap.toSet()ImmutableShortShortSingletonMap.toSet() -
Uses of MutableShortSet in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement MutableShortSetModifier and TypeClassDescriptionclassThis file was automatically generated from template file abstractMutablePrimitiveKeySet.stg.private classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classMethods in org.eclipse.collections.impl.map.mutable.primitive that return MutableShortSetModifier and TypeMethodDescriptionAbstractMutableShortKeySet.asSynchronized()AbstractMutableShortKeySet.asUnmodifiable()ShortBooleanHashMap.keySet()ShortByteHashMap.keySet()ShortCharHashMap.keySet()ShortDoubleHashMap.keySet()ShortFloatHashMap.keySet()ShortIntHashMap.keySet()ShortLongHashMap.keySet()ShortObjectHashMap.keySet()ShortShortHashMap.keySet()SynchronizedShortBooleanMap.keySet()SynchronizedShortByteMap.keySet()SynchronizedShortCharMap.keySet()SynchronizedShortDoubleMap.keySet()SynchronizedShortFloatMap.keySet()SynchronizedShortIntMap.keySet()SynchronizedShortLongMap.keySet()SynchronizedShortObjectMap.keySet()SynchronizedShortShortMap.keySet()UnmodifiableShortBooleanMap.keySet()UnmodifiableShortByteMap.keySet()UnmodifiableShortCharMap.keySet()UnmodifiableShortDoubleMap.keySet()UnmodifiableShortFloatMap.keySet()UnmodifiableShortIntMap.keySet()UnmodifiableShortLongMap.keySet()UnmodifiableShortObjectMap.keySet()UnmodifiableShortShortMap.keySet()ShortBooleanHashMap.KeySet.newEmpty()ShortByteHashMap.KeySet.newEmpty()ShortCharHashMap.KeySet.newEmpty()ShortDoubleHashMap.KeySet.newEmpty()ShortFloatHashMap.KeySet.newEmpty()ShortIntHashMap.KeySet.newEmpty()ShortLongHashMap.KeySet.newEmpty()ShortObjectHashMap.KeySet.newEmpty()ShortShortHashMap.KeySet.newEmpty()AbstractMutableShortKeySet.reject(ShortPredicate predicate) AbstractMutableShortKeySet.select(ShortPredicate predicate) AbstractMutableShortKeySet.toSet()AbstractMutableShortValuesMap.AbstractShortValuesCollection.toSet()ObjectShortHashMap.toSet()ObjectShortHashMap.ValuesCollection.toSet()ObjectShortHashMapWithHashingStrategy.toSet()ObjectShortHashMapWithHashingStrategy.ValuesCollection.toSet()ShortBooleanHashMap.KeysView.toSet()SynchronizedByteShortMap.toSet()SynchronizedCharShortMap.toSet()SynchronizedDoubleShortMap.toSet()SynchronizedFloatShortMap.toSet()SynchronizedIntShortMap.toSet()SynchronizedLongShortMap.toSet()SynchronizedObjectShortMap.toSet()SynchronizedShortShortMap.toSet()UnmodifiableByteShortMap.toSet()UnmodifiableCharShortMap.toSet()UnmodifiableDoubleShortMap.toSet()UnmodifiableFloatShortMap.toSet()UnmodifiableIntShortMap.toSet()UnmodifiableLongShortMap.toSet()UnmodifiableObjectShortMap.toSet()UnmodifiableShortShortMap.toSet()AbstractMutableShortKeySet.with(short element) AbstractMutableShortKeySet.withAll(ShortIterable elements) AbstractMutableShortKeySet.without(short element) AbstractMutableShortKeySet.withoutAll(ShortIterable elements) -
Uses of MutableShortSet in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive that return MutableShortSet -
Uses of MutableShortSet in org.eclipse.collections.impl.set.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.primitive that return MutableShortSet -
Uses of MutableShortSet in org.eclipse.collections.impl.set.mutable
Methods in org.eclipse.collections.impl.set.mutable that return MutableShortSetModifier and TypeMethodDescriptionMultiReaderUnifiedSet.collectShort(ShortFunction<? super T> shortFunction) MultiReaderUnifiedSet.UntouchableMutableSet.collectShort(ShortFunction<? super T> shortFunction) SynchronizedMutableSet.collectShort(ShortFunction<? super T> shortFunction) 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 MutableShortSetModifier and TypeClassDescriptionclassThis file was automatically generated from template file primitiveHashSet.stg.classA synchronized view of aMutableShortSet.classThis file was automatically generated from template file unmodifiablePrimitiveSet.stg.Fields in org.eclipse.collections.impl.set.mutable.primitive declared as MutableShortSetMethods in org.eclipse.collections.impl.set.mutable.primitive that return MutableShortSetModifier and TypeMethodDescriptionShortHashSet.asSynchronized()SynchronizedShortSet.asSynchronized()UnmodifiableShortSet.asSynchronized()ShortHashSet.asUnmodifiable()SynchronizedShortSet.asUnmodifiable()UnmodifiableShortSet.asUnmodifiable()MutableShortSetFactoryImpl.empty()private MutableShortSetSynchronizedShortSet.getMutableShortSet()private MutableShortSetUnmodifiableShortSet.getMutableShortSet()SynchronizedShortSet.newEmpty()UnmodifiableShortSet.newEmpty()MutableShortSetFactoryImpl.of()MutableShortSetFactoryImpl.of(short... items) MutableShortSetFactoryImpl.ofAll(ShortIterable items) SynchronizedShortSet.reject(ShortPredicate predicate) UnmodifiableShortSet.reject(ShortPredicate predicate) SynchronizedShortSet.select(ShortPredicate predicate) UnmodifiableShortSet.select(ShortPredicate predicate) MutableShortSetFactoryImpl.with()MutableShortSetFactoryImpl.with(short... items) MutableShortSetFactoryImpl.withAll(ShortIterable items) MutableShortSetFactoryImpl.withInitialCapacity(int capacity) Methods in org.eclipse.collections.impl.set.mutable.primitive with parameters of type MutableShortSetModifier and TypeMethodDescriptionstatic SynchronizedShortSetSynchronizedShortSet.of(MutableShortSet set) This method will take a MutableShortSet and wrap it directly in a SynchronizedShortSet.static SynchronizedShortSetSynchronizedShortSet.of(MutableShortSet set, Object lock) This method will take a MutableShortSet and wrap it directly in a SynchronizedShortSet.static UnmodifiableShortSetUnmodifiableShortSet.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 MutableShortSetModifierConstructorDescriptionBoxedMutableShortSet(MutableShortSet delegate) SynchronizedShortSet(MutableShortSet set, Object newLock) -
Uses of MutableShortSet in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return MutableShortSet -
Uses of MutableShortSet in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return MutableShortSet -
Uses of MutableShortSet in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return MutableShortSet