Uses of Interface
org.eclipse.collections.api.set.primitive.ShortSet
Package
Description
This package contains API for Primitive Bags 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 static utilities for creating immutable primitive collection factories.
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 the mutable primitive set interfaces.
-
Uses of ShortSet in org.eclipse.collections.api.bag.primitive
Modifier and TypeMethodDescriptionShortBag.selectUnique()
Returns all elements of the bag that have exactly one occurrence. -
Uses of ShortSet in org.eclipse.collections.api.set
Modifier and TypeMethodDescriptionUnsortedSetIterable.collectShort
(ShortFunction<? super T> shortFunction) -
Uses of ShortSet in org.eclipse.collections.api.set.primitive
Modifier and TypeInterfaceDescriptioninterface
This file was automatically generated from template file immutablePrimitiveSet.stg.interface
This file was automatically generated from template file mutablePrimitiveSet.stg.Modifier and TypeMethodDescriptionShortSet.difference
(ShortSet set) Returns the set of all members ofthis
that are not members ofset
.MutableShortSet.freeze()
Returns a frozen copy of this set.ShortSet.freeze()
Returns a frozen copy of this set.Returns the set of all objects that are members of boththis
andset
.ShortSet.reject
(ShortPredicate predicate) ShortSet.select
(ShortPredicate predicate) ShortSet.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 ShortSet
ShortSet.tap
(ShortProcedure procedure) Modifier and TypeMethodDescriptionShortSet.cartesianProduct
(ShortSet set) Returns the set whose members are all possible ordered pairs (a, b) where a is a member ofthis
and b is a member ofset
.default ImmutableShortSet
ImmutableShortSet.difference
(ShortSet set) Returns the set of all members ofthis
that are not members ofset
.default MutableShortSet
MutableShortSet.difference
(ShortSet set) Returns the set of all members ofthis
that are not members ofset
.ShortSet.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
.default MutableShortSet
Returns the set of all objects that are members of boththis
andset
.Returns the set of all objects that are members of boththis
andset
.default boolean
ShortSet.isProperSubsetOf
(ShortSet set) Returns true if all the members ofthis
are also members ofset
and the two sets are not equal.default boolean
ShortSet.isSubsetOf
(ShortSet set) Returns true if all the members ofthis
are also members ofset
.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 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).ShortSet.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
default MutableShortSet
-
Uses of ShortSet in org.eclipse.collections.impl.factory.primitive
Modifier and TypeMethodDescriptionstatic <A,
B> LazyIterable<ShortShortPair> ShortSets.cartesianProduct
(ShortSet set1, ShortSet set2) static <A,
B, C> LazyIterable<C> ShortSets.cartesianProduct
(ShortSet set1, ShortSet set2, ShortShortToObjectFunction<C> function) -
Uses of ShortSet in org.eclipse.collections.impl.map.mutable.primitive
Modifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractMutablePrimitiveKeySet.stg. -
Uses of ShortSet in org.eclipse.collections.impl.set.immutable.primitive
Modifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractImmutablePrimitiveSet.stg. -
Uses of ShortSet in org.eclipse.collections.impl.set.mutable.primitive
Modifier and TypeClassDescriptionclass
This file was automatically generated from template file primitiveHashSet.stg.class
A synchronized view of aMutableShortSet
.class
This file was automatically generated from template file unmodifiablePrimitiveSet.stg.Modifier and TypeMethodDescriptionShortHashSet.freeze()
SynchronizedShortSet.freeze()
UnmodifiableShortSet.freeze()
Modifier and TypeMethodDescriptionSynchronizedShortSet.cartesianProduct
(ShortSet set) UnmodifiableShortSet.cartesianProduct
(ShortSet set) -
Uses of ShortSet in org.eclipse.collections.impl.set.primitive
Modifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractPrimitiveSet.stg.