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. -
-
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 ImmutableShortSetImmutableShortBag. 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 ImmutableShortSetImmutableShortSetFactory. empty()ImmutableShortSetImmutableShortSetFactory. of()Same asImmutableShortSetFactory.empty().ImmutableShortSetImmutableShortSetFactory. of(short one)Same asImmutableShortSetFactory.with(short).ImmutableShortSetImmutableShortSetFactory. of(short... items)ImmutableShortSetImmutableShortSetFactory. ofAll(Iterable<Short> iterable)ImmutableShortSetImmutableShortSetFactory. ofAll(ShortIterable items)ImmutableShortSetImmutableShortSetFactory. with()Same asImmutableShortSetFactory.empty().ImmutableShortSetImmutableShortSetFactory. with(short one)ImmutableShortSetImmutableShortSetFactory. with(short... items)ImmutableShortSetImmutableShortSetFactory. withAll(Iterable<Short> iterable)ImmutableShortSetImmutableShortSetFactory. 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 ImmutableShortSetImmutableSet. 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 ImmutableShortSetImmutableShortSet. difference(ShortSet set)Returns the set of all members ofthisthat are not members ofset.default ImmutableShortSetImmutableShortSet. intersect(ShortSet set)Returns the set of all objects that are members of boththisandset.ImmutableShortSetImmutableShortSet. newWith(short element)ImmutableShortSetImmutableShortSet. newWithAll(ShortIterable elements)ImmutableShortSetImmutableShortSet. newWithout(short element)ImmutableShortSetImmutableShortSet. newWithoutAll(ShortIterable elements)ImmutableShortSetImmutableShortSet. reject(ShortPredicate predicate)ImmutableShortSetImmutableShortSet. select(ShortPredicate predicate)default ImmutableShortSetImmutableShortSet. 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 ImmutableShortSetImmutableShortSet. tap(ShortProcedure procedure)ImmutableShortSetMutableShortSet. toImmutable()Returns an immutable copy of this set.ImmutableShortSetShortSet. toImmutable()Returns an immutable copy of this set.default ImmutableShortSetImmutableShortSet. union(ShortSet set)
-