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 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(java.lang.Iterable<java.lang.Short> iterable)ImmutableShortSetImmutableShortSetFactory. ofAll(ShortIterable items)ImmutableShortSetImmutableShortSetFactory. with()Same asImmutableShortSetFactory.empty().ImmutableShortSetImmutableShortSetFactory. with(short one)ImmutableShortSetImmutableShortSetFactory. with(short... items)ImmutableShortSetImmutableShortSetFactory. withAll(java.lang.Iterable<java.lang.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) -
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 ImmutableShortSetImmutableShortEmptyBag. selectUnique()ImmutableShortSetImmutableShortHashBag. selectUnique()ImmutableShortSetImmutableShortSingletonBag. 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) classImmutableShortMapKeySetThis file was automatically generated from template file immutablePrimitiveMapKeySet.stg(package private) classImmutableShortShortMapKeySetThis 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 ImmutableShortSetImmutableShortMapKeySet. reject(ShortPredicate predicate)ImmutableShortSetImmutableShortShortMapKeySet. reject(ShortPredicate predicate)ImmutableShortSetImmutableShortMapKeySet. select(ShortPredicate predicate)ImmutableShortSetImmutableShortShortMapKeySet. select(ShortPredicate predicate)ImmutableShortSetAbstractMutableShortKeySet. 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 ImmutableShortSetAbstractImmutableSet. 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 classAbstractImmutableShortSetThis file was automatically generated from template file abstractImmutablePrimitiveSet.stg.(package private) classImmutableShortEmptySetImmutableShortEmptySet is an optimization forImmutableShortSetof size 0.(package private) classImmutableShortSingletonSetImmutableShortSingletonSet is an optimization forImmutableShortSetof size 1.Fields in org.eclipse.collections.impl.set.immutable.primitive declared as ImmutableShortSet Modifier and Type Field Description (package private) static ImmutableShortSetImmutableShortEmptySet. INSTANCEMethods in org.eclipse.collections.impl.set.immutable.primitive that return ImmutableShortSet Modifier and Type Method Description ImmutableShortSetImmutableShortSetFactoryImpl. empty()ImmutableShortSetAbstractImmutableShortSet. newWith(short element)ImmutableShortSetImmutableShortEmptySet. newWith(short element)ImmutableShortSetImmutableShortSingletonSet. newWith(short element)ImmutableShortSetAbstractImmutableShortSet. newWithAll(ShortIterable elements)ImmutableShortSetImmutableShortEmptySet. newWithAll(ShortIterable elements)ImmutableShortSetImmutableShortSingletonSet. newWithAll(ShortIterable elements)ImmutableShortSetAbstractImmutableShortSet. newWithout(short element)ImmutableShortSetImmutableShortEmptySet. newWithout(short element)ImmutableShortSetImmutableShortSingletonSet. newWithout(short element)ImmutableShortSetAbstractImmutableShortSet. newWithoutAll(ShortIterable elements)ImmutableShortSetImmutableShortEmptySet. newWithoutAll(ShortIterable elements)ImmutableShortSetImmutableShortSingletonSet. newWithoutAll(ShortIterable elements)ImmutableShortSetImmutableShortSetFactoryImpl. of()ImmutableShortSetImmutableShortSetFactoryImpl. of(short one)ImmutableShortSetImmutableShortSetFactoryImpl. of(short... items)ImmutableShortSetImmutableShortSetFactoryImpl. ofAll(java.lang.Iterable<java.lang.Short> iterable)ImmutableShortSetImmutableShortSetFactoryImpl. ofAll(ShortIterable items)ImmutableShortSetImmutableShortEmptySet. reject(ShortPredicate predicate)ImmutableShortSetImmutableShortSingletonSet. reject(ShortPredicate predicate)ImmutableShortSetImmutableShortEmptySet. select(ShortPredicate predicate)ImmutableShortSetImmutableShortSingletonSet. select(ShortPredicate predicate)ImmutableShortSetAbstractImmutableShortSet. toImmutable()ImmutableShortSetImmutableShortEmptySet. toImmutable()ImmutableShortSetImmutableShortSingletonSet. toImmutable()ImmutableShortSetImmutableShortSetFactoryImpl. with()ImmutableShortSetImmutableShortSetFactoryImpl. with(short one)ImmutableShortSetImmutableShortSetFactoryImpl. with(short... items)ImmutableShortSetImmutableShortSetFactoryImpl. withAll(java.lang.Iterable<java.lang.Short> iterable)ImmutableShortSetImmutableShortSetFactoryImpl. 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 classShortHashSet.ImmutableShortHashSetMethods in org.eclipse.collections.impl.set.mutable.primitive that return ImmutableShortSet Modifier and Type Method Description static ImmutableShortSetShortHashSet.ImmutableShortHashSet. newSetWith(short... elements)ImmutableShortSetShortHashSet.ImmutableShortHashSet. reject(ShortPredicate predicate)ImmutableShortSetShortHashSet.ImmutableShortHashSet. select(ShortPredicate predicate)ImmutableShortSetShortHashSet. toImmutable()ImmutableShortSetSynchronizedShortSet. toImmutable()ImmutableShortSetUnmodifiableShortSet. toImmutable()
-