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 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.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return ImmutableShortSet -
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.Methods in org.eclipse.collections.impl.set.immutable.primitive that return ImmutableShortSetModifier and TypeMethodDescriptionImmutableShortSetFactoryImpl.empty()
AbstractImmutableShortSet.newWith
(short element) AbstractImmutableShortSet.newWithAll
(ShortIterable elements) AbstractImmutableShortSet.newWithout
(short element) AbstractImmutableShortSet.newWithoutAll
(ShortIterable elements) ImmutableShortSetFactoryImpl.of()
ImmutableShortSetFactoryImpl.of
(short one) ImmutableShortSetFactoryImpl.of
(short... items) ImmutableShortSetFactoryImpl.ofAll
(ShortIterable items) AbstractImmutableShortSet.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
Methods in org.eclipse.collections.impl.set.mutable.primitive that return ImmutableShortSetModifier and TypeMethodDescriptionShortHashSet.toImmutable()
SynchronizedShortSet.toImmutable()
UnmodifiableShortSet.toImmutable()