Uses of Interface
org.eclipse.collections.api.set.primitive.MutableShortSet
-
Packages that use MutableShortSet Package Description org.eclipse.collections.api This package contains interfaces for Eclipse Collections API.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.map.primitive This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps 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 MutableShortSet in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return MutableShortSet Modifier and Type Method Description MutableShortSetShortIterable. toSet()Converts the ShortIterable to a new MutableShortSet. -
Uses of MutableShortSet in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive that return MutableShortSet Modifier and Type Method Description MutableShortSetMutableShortBag. selectUnique()Returns all elements of the bag that have exactly one occurrence. -
Uses of MutableShortSet in org.eclipse.collections.api.factory.set.primitive
Methods in org.eclipse.collections.api.factory.set.primitive that return MutableShortSet Modifier and Type Method Description MutableShortSetMutableShortSetFactory. empty()MutableShortSetMutableShortSetFactory. of()Same asMutableShortSetFactory.empty().MutableShortSetMutableShortSetFactory. of(short... items)Same asMutableShortSetFactory.with(short[]).MutableShortSetMutableShortSetFactory. ofAll(Iterable<Short> iterable)MutableShortSetMutableShortSetFactory. ofAll(ShortIterable items)MutableShortSetMutableShortSetFactory. with()Same asMutableShortSetFactory.empty().MutableShortSetMutableShortSetFactory. with(short... items)MutableShortSetMutableShortSetFactory. withAll(Iterable<Short> iterable)MutableShortSetMutableShortSetFactory. withAll(ShortIterable items)default MutableShortSetMutableShortSetFactory. withInitialCapacity(int capacity)Same asMutableShortSetFactory.empty(). -
Uses of MutableShortSet in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableShortSet Modifier and Type Method Description MutableShortSetShortBooleanMap. keySet()Returns a set containing all the keys in this map.MutableShortSetShortByteMap. keySet()Returns a set containing all the keys in this map.MutableShortSetShortCharMap. keySet()Returns a set containing all the keys in this map.MutableShortSetShortDoubleMap. keySet()Returns a set containing all the keys in this map.MutableShortSetShortFloatMap. keySet()Returns a set containing all the keys in this map.MutableShortSetShortIntMap. keySet()Returns a set containing all the keys in this map.MutableShortSetShortLongMap. keySet()Returns a set containing all the keys in this map.MutableShortSetShortObjectMap. keySet()Returns a set containing all the keys in this map.MutableShortSetShortShortMap. keySet()Returns a set containing all the keys in this map. -
Uses of MutableShortSet in org.eclipse.collections.api.set
Methods in org.eclipse.collections.api.set that return MutableShortSet Modifier and Type Method Description default MutableShortSetMutableSet. collectShort(ShortFunction<? super T> shortFunction) -
Uses of MutableShortSet in org.eclipse.collections.api.set.primitive
Methods in org.eclipse.collections.api.set.primitive that return MutableShortSet Modifier and Type Method Description MutableShortSetMutableShortSet. asSynchronized()MutableShortSetMutableShortSet. asUnmodifiable()default MutableShortSetMutableShortSet. difference(ShortSet set)Returns the set of all members ofthisthat are not members ofset.default MutableShortSetMutableShortSet. intersect(ShortSet set)Returns the set of all objects that are members of boththisandset.default MutableShortSetMutableShortSet. newEmpty()Creates a new empty mutable version of the same Set type.MutableShortSetMutableShortSet. reject(ShortPredicate predicate)MutableShortSetMutableShortSet. select(ShortPredicate predicate)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).default MutableShortSetMutableShortSet. tap(ShortProcedure procedure)default MutableShortSetMutableShortSet. union(ShortSet set)MutableShortSetMutableShortSet. with(short element)MutableShortSetMutableShortSet. withAll(ShortIterable elements)MutableShortSetMutableShortSet. without(short element)MutableShortSetMutableShortSet. withoutAll(ShortIterable elements)
-