Uses of Interface
org.eclipse.collections.api.set.primitive.ShortSet
-
Packages that use ShortSet Package Description org.eclipse.collections.api.bag.primitive This package contains API for Primitive Bags with Mutable and Immutable variants.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.factory.primitive This package contains static utilities for creating immutable primitive collection factories.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.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.org.eclipse.collections.impl.set.primitive -
-
Uses of ShortSet in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive that return ShortSet Modifier and Type Method Description ShortSetShortBag. selectUnique()Returns all elements of the bag that have exactly one occurrence. -
Uses of ShortSet in org.eclipse.collections.api.set
Methods in org.eclipse.collections.api.set that return ShortSet Modifier and Type Method Description ShortSetUnsortedSetIterable. collectShort(ShortFunction<? super T> shortFunction) -
Uses of ShortSet in org.eclipse.collections.api.set.primitive
Subinterfaces of ShortSet in org.eclipse.collections.api.set.primitive Modifier and Type Interface Description interfaceImmutableShortSetThis file was automatically generated from template file immutablePrimitiveSet.stg.interfaceMutableShortSetThis file was automatically generated from template file mutablePrimitiveSet.stg.Methods in org.eclipse.collections.api.set.primitive that return ShortSet Modifier and Type Method Description ShortSetShortSet. difference(ShortSet set)Returns the set of all members ofthisthat are not members ofset.ShortSetMutableShortSet. freeze()Returns a frozen copy of this set.ShortSetShortSet. freeze()Returns a frozen copy of this set.ShortSetShortSet. intersect(ShortSet set)Returns the set of all objects that are members of boththisandset.ShortSetShortSet. reject(ShortPredicate predicate)ShortSetShortSet. select(ShortPredicate predicate)ShortSetShortSet. 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 ShortSetShortSet. tap(ShortProcedure procedure)ShortSetShortSet. union(ShortSet set)Methods in org.eclipse.collections.api.set.primitive with parameters of type ShortSet Modifier and Type Method Description LazyIterable<ShortShortPair>ShortSet. cartesianProduct(ShortSet set)Returns the set whose members are all possible ordered pairs (a, b) where a is a member ofthisand b is a member ofset.default ImmutableShortSetImmutableShortSet. difference(ShortSet set)Returns the set of all members ofthisthat are not members ofset.default MutableShortSetMutableShortSet. difference(ShortSet set)Returns the set of all members ofthisthat are not members ofset.ShortSetShortSet. 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.default MutableShortSetMutableShortSet. intersect(ShortSet set)Returns the set of all objects that are members of boththisandset.ShortSetShortSet. intersect(ShortSet set)Returns the set of all objects that are members of boththisandset.default booleanShortSet. isProperSubsetOf(ShortSet set)Returns true if all the members ofthisare also members ofsetand the two sets are not equal.default booleanShortSet. isSubsetOf(ShortSet set)Returns true if all the members ofthisare also members ofset.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 MutableShortSetMutableShortSet. 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).ShortSetShortSet. 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. union(ShortSet set)default MutableShortSetMutableShortSet. union(ShortSet set)ShortSetShortSet. union(ShortSet set) -
Uses of ShortSet in org.eclipse.collections.impl.factory.primitive
Methods in org.eclipse.collections.impl.factory.primitive with parameters of type ShortSet Modifier and Type Method Description static <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
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement ShortSet Modifier and Type Class Description classAbstractMutableShortKeySetThis file was automatically generated from template file abstractMutablePrimitiveKeySet.stg.(package private) classImmutableShortMapKeySetThis file was automatically generated from template file immutablePrimitiveMapKeySet.stg(package private) classImmutableShortShortMapKeySetThis file was automatically generated from template file immutablePrimitivePrimitiveMapKeySet.stgprivate classShortBooleanHashMap.KeySetprivate classShortByteHashMap.KeySetprivate classShortCharHashMap.KeySetprivate classShortDoubleHashMap.KeySetprivate classShortFloatHashMap.KeySetprivate classShortIntHashMap.KeySetprivate classShortLongHashMap.KeySetprivate classShortObjectHashMap.KeySetprivate classShortShortHashMap.KeySetMethods in org.eclipse.collections.impl.map.mutable.primitive that return ShortSet Modifier and Type Method Description ShortSetShortBooleanHashMap.KeySet. freeze()ShortSetShortByteHashMap.KeySet. freeze()ShortSetShortCharHashMap.KeySet. freeze()ShortSetShortDoubleHashMap.KeySet. freeze()ShortSetShortFloatHashMap.KeySet. freeze()ShortSetShortIntHashMap.KeySet. freeze()ShortSetShortLongHashMap.KeySet. freeze()ShortSetShortObjectHashMap.KeySet. freeze()ShortSetShortShortHashMap.KeySet. freeze()Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ShortSet Modifier and Type Method Description LazyIterable<ShortShortPair>AbstractMutableShortKeySet. cartesianProduct(ShortSet set) -
Uses of ShortSet in org.eclipse.collections.impl.set.immutable.primitive
Classes in org.eclipse.collections.impl.set.immutable.primitive that implement ShortSet 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 ShortSet Modifier and Type Field Description private ShortSetImmutableShortSetSerializationProxy. setMethods in org.eclipse.collections.impl.set.immutable.primitive that return ShortSet Modifier and Type Method Description ShortSetAbstractImmutableShortSet. freeze()ShortSetImmutableShortEmptySet. freeze()ShortSetImmutableShortSingletonSet. freeze()Methods in org.eclipse.collections.impl.set.immutable.primitive with parameters of type ShortSet Modifier and Type Method Description LazyIterable<ShortShortPair>ImmutableShortEmptySet. cartesianProduct(ShortSet set)LazyIterable<ShortShortPair>ImmutableShortSingletonSet. cartesianProduct(ShortSet set)Constructors in org.eclipse.collections.impl.set.immutable.primitive with parameters of type ShortSet Constructor Description ImmutableShortSetSerializationProxy(ShortSet set) -
Uses of ShortSet in org.eclipse.collections.impl.set.mutable.primitive
Classes in org.eclipse.collections.impl.set.mutable.primitive that implement ShortSet Modifier and Type Class Description classShortHashSetThis file was automatically generated from template file primitiveHashSet.stg.private static classShortHashSet.ImmutableShortHashSetclassSynchronizedShortSetA synchronized view of aMutableShortSet.classUnmodifiableShortSetThis file was automatically generated from template file unmodifiablePrimitiveSet.stg.Methods in org.eclipse.collections.impl.set.mutable.primitive that return ShortSet Modifier and Type Method Description ShortSetShortHashSet. freeze()ShortSetSynchronizedShortSet. freeze()ShortSetUnmodifiableShortSet. freeze()Methods in org.eclipse.collections.impl.set.mutable.primitive with parameters of type ShortSet Modifier and Type Method Description LazyIterable<ShortShortPair>SynchronizedShortSet. cartesianProduct(ShortSet set)LazyIterable<ShortShortPair>UnmodifiableShortSet. cartesianProduct(ShortSet set) -
Uses of ShortSet in org.eclipse.collections.impl.set.primitive
Classes in org.eclipse.collections.impl.set.primitive that implement ShortSet Modifier and Type Class Description classAbstractShortSetThis file was automatically generated from template file abstractPrimitiveSet.stg.Methods in org.eclipse.collections.impl.set.primitive with parameters of type ShortSet Modifier and Type Method Description LazyIterable<ShortShortPair>AbstractShortSet. cartesianProduct(ShortSet set)
-