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.
-
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 ImmutableShortSetImmutableShortSet.difference(ShortSet set) Returns the set of all members ofthisthat are not members ofset.default ImmutableShortSetReturns the set of all objects that are members of boththisandset.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 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) MutableShortSet.toImmutable()Returns an immutable copy of this set.ShortSet.toImmutable()Returns an immutable copy of this set.default ImmutableShortSet