Uses of Interface
org.eclipse.collections.api.bag.primitive.ImmutableShortBag
-
Packages that use ImmutableShortBag Package Description org.eclipse.collections.api.bag This package contains interfaces for Bag API.org.eclipse.collections.api.bag.primitive This package contains API for Primitive Bags with Mutable and Immutable variants.org.eclipse.collections.api.factory.bag.primitive org.eclipse.collections.api.map This package contains interfaces for map API which enhance the performance and functionality ofMaporg.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. -
-
Uses of ImmutableShortBag in org.eclipse.collections.api.bag
Methods in org.eclipse.collections.api.bag that return ImmutableShortBag Modifier and Type Method Description ImmutableShortBagImmutableBag. collectShort(ShortFunction<? super T> shortFunction) -
Uses of ImmutableShortBag in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive that return ImmutableShortBag Modifier and Type Method Description ImmutableShortBagImmutableShortBag. newWith(short element)ImmutableShortBagImmutableShortBag. newWithAll(ShortIterable elements)ImmutableShortBagImmutableShortBag. newWithout(short element)ImmutableShortBagImmutableShortBag. newWithoutAll(ShortIterable elements)ImmutableShortBagImmutableShortBag. reject(ShortPredicate predicate)ImmutableShortBagImmutableShortBag. select(ShortPredicate predicate)ImmutableShortBagImmutableShortBag. selectByOccurrences(IntPredicate predicate)Returns all elements of the bag that have a number of occurrences that satisfy the predicate.default ImmutableShortBagImmutableShortBag. selectDuplicates()Returns all elements of the bag that have more than one occurrence.default ImmutableShortBagImmutableShortBag. tap(ShortProcedure procedure)ImmutableShortBagMutableShortBag. toImmutable()Returns an immutable copy of this bag.ImmutableShortBagShortBag. toImmutable()Returns an immutable copy of this bag. -
Uses of ImmutableShortBag in org.eclipse.collections.api.factory.bag.primitive
Methods in org.eclipse.collections.api.factory.bag.primitive that return ImmutableShortBag Modifier and Type Method Description ImmutableShortBagImmutableShortBagFactory. empty()ImmutableShortBagImmutableShortBagFactory. of()Same asImmutableShortBagFactory.empty().ImmutableShortBagImmutableShortBagFactory. of(short one)Same asImmutableShortBagFactory.with(short).ImmutableShortBagImmutableShortBagFactory. of(short... items)ImmutableShortBagImmutableShortBagFactory. ofAll(Iterable<Short> iterable)ImmutableShortBagImmutableShortBagFactory. ofAll(ShortIterable items)ImmutableShortBagImmutableShortBagFactory. with()Same asImmutableShortBagFactory.empty().ImmutableShortBagImmutableShortBagFactory. with(short one)ImmutableShortBagImmutableShortBagFactory. with(short... items)ImmutableShortBagImmutableShortBagFactory. withAll(Iterable<Short> iterable)ImmutableShortBagImmutableShortBagFactory. withAll(ShortIterable items) -
Uses of ImmutableShortBag in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return ImmutableShortBag Modifier and Type Method Description ImmutableShortBagImmutableMap. collectShort(ShortFunction<? super V> shortFunction) -
Uses of ImmutableShortBag in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return ImmutableShortBag Modifier and Type Method Description ImmutableShortBagImmutablePrimitiveObjectMap. collectShort(ShortFunction<? super V> shortFunction)ImmutableShortBagImmutableByteShortMap. reject(ShortPredicate predicate)ImmutableShortBagImmutableCharShortMap. reject(ShortPredicate predicate)ImmutableShortBagImmutableDoubleShortMap. reject(ShortPredicate predicate)ImmutableShortBagImmutableFloatShortMap. reject(ShortPredicate predicate)ImmutableShortBagImmutableIntShortMap. reject(ShortPredicate predicate)ImmutableShortBagImmutableLongShortMap. reject(ShortPredicate predicate)ImmutableShortBagImmutableShortShortMap. reject(ShortPredicate predicate)ImmutableShortBagImmutableByteShortMap. select(ShortPredicate predicate)ImmutableShortBagImmutableCharShortMap. select(ShortPredicate predicate)ImmutableShortBagImmutableDoubleShortMap. select(ShortPredicate predicate)ImmutableShortBagImmutableFloatShortMap. select(ShortPredicate predicate)ImmutableShortBagImmutableIntShortMap. select(ShortPredicate predicate)ImmutableShortBagImmutableLongShortMap. select(ShortPredicate predicate)ImmutableShortBagImmutableShortShortMap. select(ShortPredicate predicate)
-