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. -
-
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)
-