Uses of Interface
org.eclipse.collections.api.set.primitive.ImmutableShortSet
Packages that use ImmutableShortSet
Package
Description
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 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-primitive, primitive-object and object-primitive map interfaces.
This package contains the implementations of
ImmutableSet
.This package contains implementations of the immutable primitive set interfaces.
This package contains implementations of the mutable primitive set interfaces.
-
Uses of ImmutableShortSet in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive that return ImmutableShortSetModifier and TypeMethodDescriptionImmutableShortBag.selectUnique()
Returns all elements of the bag that have exactly one occurrence. -
Uses of ImmutableShortSet in org.eclipse.collections.api.factory.set.primitive
Methods in org.eclipse.collections.api.factory.set.primitive that return ImmutableShortSetModifier and TypeMethodDescriptionImmutableShortSetFactory.empty()
ImmutableShortSetFactory.of()
Same asImmutableShortSetFactory.empty()
.ImmutableShortSetFactory.of
(short one) Same asImmutableShortSetFactory.with(short)
.ImmutableShortSetFactory.of
(short... items) ImmutableShortSetFactory.ofAll
(ShortIterable items) ImmutableShortSetFactory.with()
Same asImmutableShortSetFactory.empty()
.ImmutableShortSetFactory.with
(short one) ImmutableShortSetFactory.with
(short... items) ImmutableShortSetFactory.withAll
(ShortIterable items) -
Uses of ImmutableShortSet in org.eclipse.collections.api.set
Methods in org.eclipse.collections.api.set that return ImmutableShortSetModifier and TypeMethodDescriptionImmutableSet.collectShort
(ShortFunction<? super T> shortFunction) -
Uses of ImmutableShortSet in org.eclipse.collections.api.set.primitive
Methods in org.eclipse.collections.api.set.primitive that return ImmutableShortSetModifier and TypeMethodDescriptiondefault ImmutableShortSet
ImmutableShortSet.difference
(ShortSet set) Returns the set of all members ofthis
that are not members ofset
.default ImmutableShortSet
Returns the set of all objects that are members of boththis
andset
.ImmutableShortSet.newWith
(short element) ImmutableShortSet.newWithAll
(ShortIterable elements) ImmutableShortSet.newWithout
(short element) ImmutableShortSet.newWithoutAll
(ShortIterable elements) ImmutableShortSet.reject
(ShortPredicate predicate) ImmutableShortSet.select
(ShortPredicate predicate) default ImmutableShortSet
ImmutableShortSet.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 ImmutableShortSet
ImmutableShortSet.tap
(ShortProcedure procedure) MutableShortSet.toImmutable()
Returns an immutable copy of this set.ShortSet.toImmutable()
Returns an immutable copy of this set.default ImmutableShortSet
-
Uses of ImmutableShortSet in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive that return ImmutableShortSetModifier and TypeMethodDescriptionImmutableShortEmptyBag.selectUnique()
ImmutableShortHashBag.selectUnique()
ImmutableShortSingletonBag.selectUnique()
-
Uses of ImmutableShortSet in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement ImmutableShortSetModifier and TypeClassDescription(package private) class
This file was automatically generated from template file immutablePrimitiveMapKeySet.stg(package private) class
This file was automatically generated from template file immutablePrimitivePrimitiveMapKeySet.stgMethods in org.eclipse.collections.impl.map.mutable.primitive that return ImmutableShortSetModifier and TypeMethodDescriptionImmutableShortMapKeySet.reject
(ShortPredicate predicate) ImmutableShortShortMapKeySet.reject
(ShortPredicate predicate) ImmutableShortMapKeySet.select
(ShortPredicate predicate) ImmutableShortShortMapKeySet.select
(ShortPredicate predicate) AbstractMutableShortKeySet.toImmutable()
-
Uses of ImmutableShortSet in org.eclipse.collections.impl.set.immutable
Methods in org.eclipse.collections.impl.set.immutable that return ImmutableShortSetModifier and TypeMethodDescriptionAbstractImmutableSet.collectShort
(ShortFunction<? super T> shortFunction) -
Uses of ImmutableShortSet in org.eclipse.collections.impl.set.immutable.primitive
Classes in org.eclipse.collections.impl.set.immutable.primitive that implement ImmutableShortSetModifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractImmutablePrimitiveSet.stg.(package private) final class
ImmutableShortEmptySet is an optimization forImmutableShortSet
of size 0.(package private) final class
ImmutableShortSingletonSet is an optimization forImmutableShortSet
of size 1.Fields in org.eclipse.collections.impl.set.immutable.primitive declared as ImmutableShortSetModifier and TypeFieldDescription(package private) static final ImmutableShortSet
ImmutableShortEmptySet.INSTANCE
Methods in org.eclipse.collections.impl.set.immutable.primitive that return ImmutableShortSetModifier and TypeMethodDescriptionImmutableShortSetFactoryImpl.empty()
AbstractImmutableShortSet.newWith
(short element) ImmutableShortEmptySet.newWith
(short element) ImmutableShortSingletonSet.newWith
(short element) AbstractImmutableShortSet.newWithAll
(ShortIterable elements) ImmutableShortEmptySet.newWithAll
(ShortIterable elements) ImmutableShortSingletonSet.newWithAll
(ShortIterable elements) AbstractImmutableShortSet.newWithout
(short element) ImmutableShortEmptySet.newWithout
(short element) ImmutableShortSingletonSet.newWithout
(short element) AbstractImmutableShortSet.newWithoutAll
(ShortIterable elements) ImmutableShortEmptySet.newWithoutAll
(ShortIterable elements) ImmutableShortSingletonSet.newWithoutAll
(ShortIterable elements) ImmutableShortSetFactoryImpl.of()
ImmutableShortSetFactoryImpl.of
(short one) ImmutableShortSetFactoryImpl.of
(short... items) ImmutableShortSetFactoryImpl.ofAll
(ShortIterable items) ImmutableShortEmptySet.reject
(ShortPredicate predicate) ImmutableShortSingletonSet.reject
(ShortPredicate predicate) ImmutableShortEmptySet.select
(ShortPredicate predicate) ImmutableShortSingletonSet.select
(ShortPredicate predicate) AbstractImmutableShortSet.toImmutable()
ImmutableShortEmptySet.toImmutable()
ImmutableShortSingletonSet.toImmutable()
ImmutableShortSetFactoryImpl.with()
ImmutableShortSetFactoryImpl.with
(short one) ImmutableShortSetFactoryImpl.with
(short... items) ImmutableShortSetFactoryImpl.withAll
(ShortIterable items) -
Uses of ImmutableShortSet in org.eclipse.collections.impl.set.mutable.primitive
Classes in org.eclipse.collections.impl.set.mutable.primitive that implement ImmutableShortSetMethods in org.eclipse.collections.impl.set.mutable.primitive that return ImmutableShortSetModifier and TypeMethodDescriptionstatic ImmutableShortSet
ShortHashSet.ImmutableShortHashSet.newSetWith
(short... elements) ShortHashSet.ImmutableShortHashSet.reject
(ShortPredicate predicate) ShortHashSet.ImmutableShortHashSet.select
(ShortPredicate predicate) ShortHashSet.toImmutable()
SynchronizedShortSet.toImmutable()
UnmodifiableShortSet.toImmutable()