Uses of Interface
org.eclipse.collections.api.set.primitive.ImmutableShortSet
-
Packages that use ImmutableShortSet Package Description 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.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.map.mutable.primitive This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.set.immutable This package contains the implementations ofImmutableSet
.org.eclipse.collections.impl.set.immutable.primitive This package contains implementations of the immutable primitive set interfaces.org.eclipse.collections.impl.set.mutable.primitive 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 ImmutableShortSet Modifier and Type Method Description ImmutableShortSet
ImmutableShortBag. 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 ImmutableShortSet Modifier and Type Method Description ImmutableShortSet
ImmutableShortSetFactory. empty()
ImmutableShortSet
ImmutableShortSetFactory. of()
Same asImmutableShortSetFactory.empty()
.ImmutableShortSet
ImmutableShortSetFactory. of(short one)
Same asImmutableShortSetFactory.with(short)
.ImmutableShortSet
ImmutableShortSetFactory. of(short... items)
ImmutableShortSet
ImmutableShortSetFactory. ofAll(java.lang.Iterable<java.lang.Short> iterable)
ImmutableShortSet
ImmutableShortSetFactory. ofAll(ShortIterable items)
ImmutableShortSet
ImmutableShortSetFactory. with()
Same asImmutableShortSetFactory.empty()
.ImmutableShortSet
ImmutableShortSetFactory. with(short one)
ImmutableShortSet
ImmutableShortSetFactory. with(short... items)
ImmutableShortSet
ImmutableShortSetFactory. withAll(java.lang.Iterable<java.lang.Short> iterable)
ImmutableShortSet
ImmutableShortSetFactory. withAll(ShortIterable items)
-
Uses of ImmutableShortSet in org.eclipse.collections.api.set
Methods in org.eclipse.collections.api.set that return ImmutableShortSet Modifier and Type Method Description ImmutableShortSet
ImmutableSet. 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 ImmutableShortSet Modifier and Type Method Description default ImmutableShortSet
ImmutableShortSet. difference(ShortSet set)
Returns the set of all members ofthis
that are not members ofset
.default ImmutableShortSet
ImmutableShortSet. intersect(ShortSet set)
Returns the set of all objects that are members of boththis
andset
.ImmutableShortSet
ImmutableShortSet. newWith(short element)
ImmutableShortSet
ImmutableShortSet. newWithAll(ShortIterable elements)
ImmutableShortSet
ImmutableShortSet. newWithout(short element)
ImmutableShortSet
ImmutableShortSet. newWithoutAll(ShortIterable elements)
ImmutableShortSet
ImmutableShortSet. reject(ShortPredicate predicate)
ImmutableShortSet
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)
ImmutableShortSet
MutableShortSet. toImmutable()
Returns an immutable copy of this set.ImmutableShortSet
ShortSet. toImmutable()
Returns an immutable copy of this set.default ImmutableShortSet
ImmutableShortSet. union(ShortSet set)
-
Uses of ImmutableShortSet in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive that return ImmutableShortSet Modifier and Type Method Description ImmutableShortSet
ImmutableShortEmptyBag. selectUnique()
ImmutableShortSet
ImmutableShortHashBag. selectUnique()
ImmutableShortSet
ImmutableShortSingletonBag. selectUnique()
-
Uses of ImmutableShortSet in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement ImmutableShortSet Modifier and Type Class Description (package private) class
ImmutableShortMapKeySet
This file was automatically generated from template file immutablePrimitiveMapKeySet.stg(package private) class
ImmutableShortShortMapKeySet
This file was automatically generated from template file immutablePrimitivePrimitiveMapKeySet.stgMethods in org.eclipse.collections.impl.map.mutable.primitive that return ImmutableShortSet Modifier and Type Method Description ImmutableShortSet
ImmutableShortMapKeySet. reject(ShortPredicate predicate)
ImmutableShortSet
ImmutableShortShortMapKeySet. reject(ShortPredicate predicate)
ImmutableShortSet
ImmutableShortMapKeySet. select(ShortPredicate predicate)
ImmutableShortSet
ImmutableShortShortMapKeySet. select(ShortPredicate predicate)
ImmutableShortSet
AbstractMutableShortKeySet. toImmutable()
-
Uses of ImmutableShortSet in org.eclipse.collections.impl.set.immutable
Methods in org.eclipse.collections.impl.set.immutable that return ImmutableShortSet Modifier and Type Method Description ImmutableShortSet
AbstractImmutableSet. 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 ImmutableShortSet Modifier and Type Class Description class
AbstractImmutableShortSet
This file was automatically generated from template file abstractImmutablePrimitiveSet.stg.(package private) class
ImmutableShortEmptySet
ImmutableShortEmptySet is an optimization forImmutableShortSet
of size 0.(package private) class
ImmutableShortSingletonSet
ImmutableShortSingletonSet is an optimization forImmutableShortSet
of size 1.Fields in org.eclipse.collections.impl.set.immutable.primitive declared as ImmutableShortSet Modifier and Type Field Description (package private) static ImmutableShortSet
ImmutableShortEmptySet. INSTANCE
Methods in org.eclipse.collections.impl.set.immutable.primitive that return ImmutableShortSet Modifier and Type Method Description ImmutableShortSet
ImmutableShortSetFactoryImpl. empty()
ImmutableShortSet
AbstractImmutableShortSet. newWith(short element)
ImmutableShortSet
ImmutableShortEmptySet. newWith(short element)
ImmutableShortSet
ImmutableShortSingletonSet. newWith(short element)
ImmutableShortSet
AbstractImmutableShortSet. newWithAll(ShortIterable elements)
ImmutableShortSet
ImmutableShortEmptySet. newWithAll(ShortIterable elements)
ImmutableShortSet
ImmutableShortSingletonSet. newWithAll(ShortIterable elements)
ImmutableShortSet
AbstractImmutableShortSet. newWithout(short element)
ImmutableShortSet
ImmutableShortEmptySet. newWithout(short element)
ImmutableShortSet
ImmutableShortSingletonSet. newWithout(short element)
ImmutableShortSet
AbstractImmutableShortSet. newWithoutAll(ShortIterable elements)
ImmutableShortSet
ImmutableShortEmptySet. newWithoutAll(ShortIterable elements)
ImmutableShortSet
ImmutableShortSingletonSet. newWithoutAll(ShortIterable elements)
ImmutableShortSet
ImmutableShortSetFactoryImpl. of()
ImmutableShortSet
ImmutableShortSetFactoryImpl. of(short one)
ImmutableShortSet
ImmutableShortSetFactoryImpl. of(short... items)
ImmutableShortSet
ImmutableShortSetFactoryImpl. ofAll(java.lang.Iterable<java.lang.Short> iterable)
ImmutableShortSet
ImmutableShortSetFactoryImpl. ofAll(ShortIterable items)
ImmutableShortSet
ImmutableShortEmptySet. reject(ShortPredicate predicate)
ImmutableShortSet
ImmutableShortSingletonSet. reject(ShortPredicate predicate)
ImmutableShortSet
ImmutableShortEmptySet. select(ShortPredicate predicate)
ImmutableShortSet
ImmutableShortSingletonSet. select(ShortPredicate predicate)
ImmutableShortSet
AbstractImmutableShortSet. toImmutable()
ImmutableShortSet
ImmutableShortEmptySet. toImmutable()
ImmutableShortSet
ImmutableShortSingletonSet. toImmutable()
ImmutableShortSet
ImmutableShortSetFactoryImpl. with()
ImmutableShortSet
ImmutableShortSetFactoryImpl. with(short one)
ImmutableShortSet
ImmutableShortSetFactoryImpl. with(short... items)
ImmutableShortSet
ImmutableShortSetFactoryImpl. withAll(java.lang.Iterable<java.lang.Short> iterable)
ImmutableShortSet
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 ImmutableShortSet Modifier and Type Class Description private static class
ShortHashSet.ImmutableShortHashSet
Methods in org.eclipse.collections.impl.set.mutable.primitive that return ImmutableShortSet Modifier and Type Method Description static ImmutableShortSet
ShortHashSet.ImmutableShortHashSet. newSetWith(short... elements)
ImmutableShortSet
ShortHashSet.ImmutableShortHashSet. reject(ShortPredicate predicate)
ImmutableShortSet
ShortHashSet.ImmutableShortHashSet. select(ShortPredicate predicate)
ImmutableShortSet
ShortHashSet. toImmutable()
ImmutableShortSet
SynchronizedShortSet. toImmutable()
ImmutableShortSet
UnmodifiableShortSet. toImmutable()
-