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.org.eclipse.collections.impl.bag.immutable This package contains implementations of theImmutableBaginterface.org.eclipse.collections.impl.bag.immutable.primitive This package contains implementations of the immutable primitive bag interfaces.org.eclipse.collections.impl.bag.mutable.primitive This package contains implementations of the mutable primitive bag interfaces.org.eclipse.collections.impl.bimap.immutable org.eclipse.collections.impl.map.immutable This package contains implementations of theImmutableMapinterface.org.eclipse.collections.impl.map.immutable.primitive This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces. -
-
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(java.lang.Iterable<java.lang.Short> iterable)ImmutableShortBagImmutableShortBagFactory. ofAll(ShortIterable items)ImmutableShortBagImmutableShortBagFactory. with()Same asImmutableShortBagFactory.empty().ImmutableShortBagImmutableShortBagFactory. with(short one)ImmutableShortBagImmutableShortBagFactory. with(short... items)ImmutableShortBagImmutableShortBagFactory. withAll(java.lang.Iterable<java.lang.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) -
Uses of ImmutableShortBag in org.eclipse.collections.impl.bag.immutable
Methods in org.eclipse.collections.impl.bag.immutable that return ImmutableShortBag Modifier and Type Method Description ImmutableShortBagAbstractImmutableBag. collectShort(ShortFunction<? super T> shortFunction)ImmutableShortBagImmutableEmptyBag. collectShort(ShortFunction<? super T> shortFunction) -
Uses of ImmutableShortBag in org.eclipse.collections.impl.bag.immutable.primitive
Classes in org.eclipse.collections.impl.bag.immutable.primitive that implement ImmutableShortBag Modifier and Type Class Description (package private) classImmutableShortEmptyBagImmutableShortEmptyBag is an optimization forImmutableShortBagof size 0.(package private) classImmutableShortHashBagImmutableShortHashBag is the non-modifiable equivalent ofShortHashBag.(package private) classImmutableShortSingletonBagImmutableShortSingletonBag is an optimization forImmutableShortBagof size 1.Fields in org.eclipse.collections.impl.bag.immutable.primitive declared as ImmutableShortBag Modifier and Type Field Description (package private) static ImmutableShortBagImmutableShortEmptyBag. INSTANCEMethods in org.eclipse.collections.impl.bag.immutable.primitive that return ImmutableShortBag Modifier and Type Method Description ImmutableShortBagImmutableShortBagFactoryImpl. empty()ImmutableShortBagImmutableShortEmptyBag. newWith(short element)ImmutableShortBagImmutableShortHashBag. newWith(short element)ImmutableShortBagImmutableShortSingletonBag. newWith(short element)ImmutableShortBagImmutableShortEmptyBag. newWithAll(ShortIterable elements)ImmutableShortBagImmutableShortHashBag. newWithAll(ShortIterable elements)ImmutableShortBagImmutableShortSingletonBag. newWithAll(ShortIterable elements)ImmutableShortBagImmutableShortEmptyBag. newWithout(short element)ImmutableShortBagImmutableShortHashBag. newWithout(short element)ImmutableShortBagImmutableShortSingletonBag. newWithout(short element)ImmutableShortBagImmutableShortEmptyBag. newWithoutAll(ShortIterable elements)ImmutableShortBagImmutableShortHashBag. newWithoutAll(ShortIterable elements)ImmutableShortBagImmutableShortSingletonBag. newWithoutAll(ShortIterable elements)ImmutableShortBagImmutableShortBagFactoryImpl. of()ImmutableShortBagImmutableShortBagFactoryImpl. of(short one)ImmutableShortBagImmutableShortBagFactoryImpl. of(short... items)ImmutableShortBagImmutableShortBagFactoryImpl. ofAll(java.lang.Iterable<java.lang.Short> iterable)ImmutableShortBagImmutableShortBagFactoryImpl. ofAll(ShortIterable items)ImmutableShortBagImmutableShortEmptyBag. reject(ShortPredicate predicate)ImmutableShortBagImmutableShortHashBag. reject(ShortPredicate predicate)ImmutableShortBagImmutableShortSingletonBag. reject(ShortPredicate predicate)ImmutableShortBagImmutableShortEmptyBag. select(ShortPredicate predicate)ImmutableShortBagImmutableShortHashBag. select(ShortPredicate predicate)ImmutableShortBagImmutableShortSingletonBag. select(ShortPredicate predicate)ImmutableShortBagImmutableShortEmptyBag. selectByOccurrences(IntPredicate predicate)ImmutableShortBagImmutableShortHashBag. selectByOccurrences(IntPredicate predicate)ImmutableShortBagImmutableShortSingletonBag. selectByOccurrences(IntPredicate predicate)ImmutableShortBagImmutableShortEmptyBag. toImmutable()ImmutableShortBagImmutableShortHashBag. toImmutable()ImmutableShortBagImmutableShortSingletonBag. toImmutable()ImmutableShortBagImmutableShortBagFactoryImpl. with()ImmutableShortBagImmutableShortBagFactoryImpl. with(short one)ImmutableShortBagImmutableShortBagFactoryImpl. with(short... items)ImmutableShortBagImmutableShortBagFactoryImpl. withAll(java.lang.Iterable<java.lang.Short> iterable)ImmutableShortBagImmutableShortBagFactoryImpl. withAll(ShortIterable items) -
Uses of ImmutableShortBag in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive that return ImmutableShortBag Modifier and Type Method Description ImmutableShortBagShortHashBag. toImmutable()ImmutableShortBagSynchronizedShortBag. toImmutable()ImmutableShortBagUnmodifiableShortBag. toImmutable() -
Uses of ImmutableShortBag in org.eclipse.collections.impl.bimap.immutable
Methods in org.eclipse.collections.impl.bimap.immutable that return ImmutableShortBag Modifier and Type Method Description ImmutableShortBagAbstractImmutableBiMap. collectShort(ShortFunction<? super V> shortFunction) -
Uses of ImmutableShortBag in org.eclipse.collections.impl.map.immutable
Methods in org.eclipse.collections.impl.map.immutable that return ImmutableShortBag Modifier and Type Method Description ImmutableShortBagAbstractImmutableMap. collectShort(ShortFunction<? super V> shortFunction) -
Uses of ImmutableShortBag in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return ImmutableShortBag Modifier and Type Method Description ImmutableShortBagImmutableByteObjectEmptyMap. collectShort(ShortFunction<? super V> shortFunction)ImmutableShortBagImmutableByteObjectHashMap. collectShort(ShortFunction<? super V> shortFunction)ImmutableShortBagImmutableByteObjectSingletonMap. collectShort(ShortFunction<? super V> shortFunction)ImmutableShortBagImmutableCharObjectEmptyMap. collectShort(ShortFunction<? super V> shortFunction)ImmutableShortBagImmutableCharObjectHashMap. collectShort(ShortFunction<? super V> shortFunction)ImmutableShortBagImmutableCharObjectSingletonMap. collectShort(ShortFunction<? super V> shortFunction)ImmutableShortBagImmutableDoubleObjectEmptyMap. collectShort(ShortFunction<? super V> shortFunction)ImmutableShortBagImmutableDoubleObjectHashMap. collectShort(ShortFunction<? super V> shortFunction)ImmutableShortBagImmutableDoubleObjectSingletonMap. collectShort(ShortFunction<? super V> shortFunction)ImmutableShortBagImmutableFloatObjectEmptyMap. collectShort(ShortFunction<? super V> shortFunction)ImmutableShortBagImmutableFloatObjectHashMap. collectShort(ShortFunction<? super V> shortFunction)ImmutableShortBagImmutableFloatObjectSingletonMap. collectShort(ShortFunction<? super V> shortFunction)ImmutableShortBagImmutableIntObjectEmptyMap. collectShort(ShortFunction<? super V> shortFunction)ImmutableShortBagImmutableIntObjectHashMap. collectShort(ShortFunction<? super V> shortFunction)ImmutableShortBagImmutableIntObjectSingletonMap. collectShort(ShortFunction<? super V> shortFunction)ImmutableShortBagImmutableLongObjectEmptyMap. collectShort(ShortFunction<? super V> shortFunction)ImmutableShortBagImmutableLongObjectHashMap. collectShort(ShortFunction<? super V> shortFunction)ImmutableShortBagImmutableLongObjectSingletonMap. collectShort(ShortFunction<? super V> shortFunction)ImmutableShortBagImmutableShortObjectEmptyMap. collectShort(ShortFunction<? super V> shortFunction)ImmutableShortBagImmutableShortObjectHashMap. collectShort(ShortFunction<? super V> shortFunction)ImmutableShortBagImmutableShortObjectSingletonMap. collectShort(ShortFunction<? super V> shortFunction)ImmutableShortBagImmutableByteShortEmptyMap. reject(ShortPredicate predicate)ImmutableShortBagImmutableByteShortHashMap. reject(ShortPredicate predicate)ImmutableShortBagImmutableByteShortSingletonMap. reject(ShortPredicate predicate)ImmutableShortBagImmutableCharShortEmptyMap. reject(ShortPredicate predicate)ImmutableShortBagImmutableCharShortHashMap. reject(ShortPredicate predicate)ImmutableShortBagImmutableCharShortSingletonMap. reject(ShortPredicate predicate)ImmutableShortBagImmutableDoubleShortEmptyMap. reject(ShortPredicate predicate)ImmutableShortBagImmutableDoubleShortHashMap. reject(ShortPredicate predicate)ImmutableShortBagImmutableDoubleShortSingletonMap. reject(ShortPredicate predicate)ImmutableShortBagImmutableFloatShortEmptyMap. reject(ShortPredicate predicate)ImmutableShortBagImmutableFloatShortHashMap. reject(ShortPredicate predicate)ImmutableShortBagImmutableFloatShortSingletonMap. reject(ShortPredicate predicate)ImmutableShortBagImmutableIntShortEmptyMap. reject(ShortPredicate predicate)ImmutableShortBagImmutableIntShortHashMap. reject(ShortPredicate predicate)ImmutableShortBagImmutableIntShortSingletonMap. reject(ShortPredicate predicate)ImmutableShortBagImmutableLongShortEmptyMap. reject(ShortPredicate predicate)ImmutableShortBagImmutableLongShortHashMap. reject(ShortPredicate predicate)ImmutableShortBagImmutableLongShortSingletonMap. reject(ShortPredicate predicate)ImmutableShortBagImmutableShortShortEmptyMap. reject(ShortPredicate predicate)ImmutableShortBagImmutableShortShortHashMap. reject(ShortPredicate predicate)ImmutableShortBagImmutableShortShortSingletonMap. reject(ShortPredicate predicate)ImmutableShortBagImmutableByteShortEmptyMap. select(ShortPredicate predicate)ImmutableShortBagImmutableByteShortHashMap. select(ShortPredicate predicate)ImmutableShortBagImmutableByteShortSingletonMap. select(ShortPredicate predicate)ImmutableShortBagImmutableCharShortEmptyMap. select(ShortPredicate predicate)ImmutableShortBagImmutableCharShortHashMap. select(ShortPredicate predicate)ImmutableShortBagImmutableCharShortSingletonMap. select(ShortPredicate predicate)ImmutableShortBagImmutableDoubleShortEmptyMap. select(ShortPredicate predicate)ImmutableShortBagImmutableDoubleShortHashMap. select(ShortPredicate predicate)ImmutableShortBagImmutableDoubleShortSingletonMap. select(ShortPredicate predicate)ImmutableShortBagImmutableFloatShortEmptyMap. select(ShortPredicate predicate)ImmutableShortBagImmutableFloatShortHashMap. select(ShortPredicate predicate)ImmutableShortBagImmutableFloatShortSingletonMap. select(ShortPredicate predicate)ImmutableShortBagImmutableIntShortEmptyMap. select(ShortPredicate predicate)ImmutableShortBagImmutableIntShortHashMap. select(ShortPredicate predicate)ImmutableShortBagImmutableIntShortSingletonMap. select(ShortPredicate predicate)ImmutableShortBagImmutableLongShortEmptyMap. select(ShortPredicate predicate)ImmutableShortBagImmutableLongShortHashMap. select(ShortPredicate predicate)ImmutableShortBagImmutableLongShortSingletonMap. select(ShortPredicate predicate)ImmutableShortBagImmutableShortShortEmptyMap. select(ShortPredicate predicate)ImmutableShortBagImmutableShortShortHashMap. select(ShortPredicate predicate)ImmutableShortBagImmutableShortShortSingletonMap. select(ShortPredicate predicate)
-