Uses of Interface
org.eclipse.collections.api.bag.primitive.MutableShortBag
Packages that use MutableShortBag
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains interfaces for Bag API.
This package contains API for Primitive Bags with Mutable and Immutable variants.
This package contains interfaces for map API which enhance the performance and functionality of
MapThis package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
This package contains implementations of the immutable primitive bag interfaces.
This package contains implementations of the
MutableBag interface.This package contains implementations of the mutable primitive bag interfaces.
This package contains implementations of the
MutableBiMap interface.This package contains implementations of the mutable primitive collection interfaces.
This package contains implementations of the lazy primitive iterator interfaces.
This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the
MutableMap interface.This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the immutable primitive set interfaces.
This package contains implementations of the immutable primitive stack interfaces.
This package contains implementations of the mutable primitive stack interfaces.
-
Uses of MutableShortBag in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return MutableShortBagModifier and TypeMethodDescriptionShortIterable.toBag()Converts the ShortIterable to a new MutableShortBag. -
Uses of MutableShortBag in org.eclipse.collections.api.bag
Methods in org.eclipse.collections.api.bag that return MutableShortBagModifier and TypeMethodDescriptiondefault MutableShortBagMutableBag.collectShort(ShortFunction<? super T> shortFunction) -
Uses of MutableShortBag in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive that return MutableShortBagModifier and TypeMethodDescriptionMutableShortBag.asSynchronized()MutableShortBag.asUnmodifiable()default MutableShortBagMutableShortBag.newEmpty()Creates a new empty mutable version of the same Bag type.MutableShortBag.reject(ShortPredicate predicate) MutableShortBag.select(ShortPredicate predicate) MutableShortBag.selectByOccurrences(IntPredicate predicate) Returns all elements of the bag that have a number of occurrences that satisfy the predicate.default MutableShortBagMutableShortBag.selectDuplicates()Returns all elements of the bag that have more than one occurrence.default MutableShortBagMutableShortBag.tap(ShortProcedure procedure) MutableShortBag.with(short element) MutableShortBag.withAll(ShortIterable elements) MutableShortBag.without(short element) MutableShortBag.withoutAll(ShortIterable elements) -
Uses of MutableShortBag in org.eclipse.collections.api.factory.bag.primitive
Methods in org.eclipse.collections.api.factory.bag.primitive that return MutableShortBagModifier and TypeMethodDescriptionMutableShortBagFactory.empty()MutableShortBagFactory.of()Same asMutableShortBagFactory.empty().MutableShortBagFactory.of(short... items) Same asMutableShortBagFactory.with(short[]).MutableShortBagFactory.ofAll(ShortIterable items) MutableShortBagFactory.with()Same asMutableShortBagFactory.empty().MutableShortBagFactory.with(short... items) MutableShortBagFactory.withAll(ShortIterable items) -
Uses of MutableShortBag in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return MutableShortBagModifier and TypeMethodDescriptionMutableMap.collectShort(ShortFunction<? super V> shortFunction) -
Uses of MutableShortBag in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableShortBagModifier and TypeMethodDescriptionMutablePrimitiveObjectMap.collectShort(ShortFunction<? super V> shortFunction) MutableShortValuesMap.reject(ShortPredicate predicate) MutableShortValuesMap.select(ShortPredicate predicate) -
Uses of MutableShortBag in org.eclipse.collections.impl.bag.immutable.primitive
Fields in org.eclipse.collections.impl.bag.immutable.primitive declared as MutableShortBagMethods in org.eclipse.collections.impl.bag.immutable.primitive that return MutableShortBagModifier and TypeMethodDescriptionImmutableShortEmptyBag.toBag()ImmutableShortHashBag.toBag()ImmutableShortSingletonBag.toBag()Methods in org.eclipse.collections.impl.bag.immutable.primitive with parameters of type MutableShortBagModifier and TypeMethodDescriptionstatic ImmutableShortHashBagImmutableShortHashBag.newBagWith(MutableShortBag elements) Constructors in org.eclipse.collections.impl.bag.immutable.primitive with parameters of type MutableShortBag -
Uses of MutableShortBag in org.eclipse.collections.impl.bag.mutable
Methods in org.eclipse.collections.impl.bag.mutable that return MutableShortBagModifier and TypeMethodDescriptionMultiReaderHashBag.collectShort(ShortFunction<? super T> shortFunction) MultiReaderHashBag.UntouchableMutableBag.collectShort(ShortFunction<? super T> shortFunction) SynchronizedBag.collectShort(ShortFunction<? super T> shortFunction) UnmodifiableBag.collectShort(ShortFunction<? super T> shortFunction) -
Uses of MutableShortBag in org.eclipse.collections.impl.bag.mutable.primitive
Classes in org.eclipse.collections.impl.bag.mutable.primitive that implement MutableShortBagModifier and TypeClassDescriptionclassShortHashBag is similar toHashBag, and is memory-optimized for short primitives.classA synchronized view of aMutableShortBag.classThis file was automatically generated from template file unmodifiablePrimitiveBag.stg.Methods in org.eclipse.collections.impl.bag.mutable.primitive that return MutableShortBagModifier and TypeMethodDescriptionShortHashBag.asSynchronized()SynchronizedShortBag.asSynchronized()UnmodifiableShortBag.asSynchronized()ShortHashBag.asUnmodifiable()SynchronizedShortBag.asUnmodifiable()UnmodifiableShortBag.asUnmodifiable()MutableShortBagFactoryImpl.empty()private MutableShortBagSynchronizedShortBag.getMutableShortBag()private MutableShortBagUnmodifiableShortBag.getMutableShortBag()SynchronizedShortBag.newEmpty()UnmodifiableShortBag.newEmpty()MutableShortBagFactoryImpl.of()MutableShortBagFactoryImpl.of(short... items) MutableShortBagFactoryImpl.ofAll(ShortIterable items) SynchronizedShortBag.reject(ShortPredicate predicate) UnmodifiableShortBag.reject(ShortPredicate predicate) SynchronizedShortBag.select(ShortPredicate predicate) UnmodifiableShortBag.select(ShortPredicate predicate) SynchronizedShortBag.selectByOccurrences(IntPredicate predicate) UnmodifiableShortBag.selectByOccurrences(IntPredicate predicate) MutableShortBagFactoryImpl.with()MutableShortBagFactoryImpl.with(short... items) MutableShortBagFactoryImpl.withAll(ShortIterable items) Constructors in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type MutableShortBag -
Uses of MutableShortBag in org.eclipse.collections.impl.bimap.mutable
Methods in org.eclipse.collections.impl.bimap.mutable that return MutableShortBagModifier and TypeMethodDescriptionAbstractMutableBiMap.collectShort(ShortFunction<? super V> shortFunction) -
Uses of MutableShortBag in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive that return MutableShortBag -
Uses of MutableShortBag in org.eclipse.collections.impl.lazy.primitive
Methods in org.eclipse.collections.impl.lazy.primitive that return MutableShortBag -
Uses of MutableShortBag in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return MutableShortBag -
Uses of MutableShortBag in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return MutableShortBagModifier and TypeMethodDescriptionImmutableByteShortEmptyMap.toBag()ImmutableByteShortHashMap.toBag()ImmutableByteShortSingletonMap.toBag()ImmutableCharShortEmptyMap.toBag()ImmutableCharShortHashMap.toBag()ImmutableCharShortSingletonMap.toBag()ImmutableDoubleShortEmptyMap.toBag()ImmutableDoubleShortHashMap.toBag()ImmutableDoubleShortSingletonMap.toBag()ImmutableFloatShortEmptyMap.toBag()ImmutableFloatShortHashMap.toBag()ImmutableFloatShortSingletonMap.toBag()ImmutableIntShortEmptyMap.toBag()ImmutableIntShortHashMap.toBag()ImmutableIntShortSingletonMap.toBag()ImmutableLongShortEmptyMap.toBag()ImmutableLongShortHashMap.toBag()ImmutableLongShortSingletonMap.toBag()ImmutableObjectShortEmptyMap.toBag()ImmutableObjectShortHashMap.toBag()ImmutableObjectShortSingletonMap.toBag()ImmutableShortShortEmptyMap.toBag()ImmutableShortShortHashMap.toBag()ImmutableShortShortSingletonMap.toBag() -
Uses of MutableShortBag in org.eclipse.collections.impl.map.mutable
Methods in org.eclipse.collections.impl.map.mutable that return MutableShortBagModifier and TypeMethodDescriptionAbstractMutableMap.collectShort(ShortFunction<? super V> shortFunction) SynchronizedMutableMap.collectShort(ShortFunction<? super V> shortFunction) UnmodifiableMutableMap.collectShort(ShortFunction<? super V> shortFunction) -
Uses of MutableShortBag in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return MutableShortBagModifier and TypeMethodDescriptionByteObjectHashMap.collectShort(ShortFunction<? super V> shortFunction) CharObjectHashMap.collectShort(ShortFunction<? super V> shortFunction) DoubleObjectHashMap.collectShort(ShortFunction<? super V> shortFunction) FloatObjectHashMap.collectShort(ShortFunction<? super V> shortFunction) IntObjectHashMap.collectShort(ShortFunction<? super V> shortFunction) LongObjectHashMap.collectShort(ShortFunction<? super V> shortFunction) ShortObjectHashMap.collectShort(ShortFunction<? super V> shortFunction) SynchronizedByteObjectMap.collectShort(ShortFunction<? super V> shortFunction) SynchronizedCharObjectMap.collectShort(ShortFunction<? super V> shortFunction) SynchronizedDoubleObjectMap.collectShort(ShortFunction<? super V> shortFunction) SynchronizedFloatObjectMap.collectShort(ShortFunction<? super V> shortFunction) SynchronizedIntObjectMap.collectShort(ShortFunction<? super V> shortFunction) SynchronizedLongObjectMap.collectShort(ShortFunction<? super V> shortFunction) SynchronizedShortObjectMap.collectShort(ShortFunction<? super V> shortFunction) UnmodifiableByteObjectMap.collectShort(ShortFunction<? super V> shortFunction) UnmodifiableCharObjectMap.collectShort(ShortFunction<? super V> shortFunction) UnmodifiableDoubleObjectMap.collectShort(ShortFunction<? super V> shortFunction) UnmodifiableFloatObjectMap.collectShort(ShortFunction<? super V> shortFunction) UnmodifiableIntObjectMap.collectShort(ShortFunction<? super V> shortFunction) UnmodifiableLongObjectMap.collectShort(ShortFunction<? super V> shortFunction) UnmodifiableShortObjectMap.collectShort(ShortFunction<? super V> shortFunction) AbstractMutableShortValuesMap.reject(ShortPredicate predicate) SynchronizedByteShortMap.reject(ShortPredicate predicate) SynchronizedCharShortMap.reject(ShortPredicate predicate) SynchronizedDoubleShortMap.reject(ShortPredicate predicate) SynchronizedFloatShortMap.reject(ShortPredicate predicate) SynchronizedIntShortMap.reject(ShortPredicate predicate) SynchronizedLongShortMap.reject(ShortPredicate predicate) SynchronizedShortShortMap.reject(ShortPredicate predicate) UnmodifiableByteShortMap.reject(ShortPredicate predicate) UnmodifiableCharShortMap.reject(ShortPredicate predicate) UnmodifiableDoubleShortMap.reject(ShortPredicate predicate) UnmodifiableFloatShortMap.reject(ShortPredicate predicate) UnmodifiableIntShortMap.reject(ShortPredicate predicate) UnmodifiableLongShortMap.reject(ShortPredicate predicate) UnmodifiableShortShortMap.reject(ShortPredicate predicate) AbstractMutableShortValuesMap.select(ShortPredicate predicate) SynchronizedByteShortMap.select(ShortPredicate predicate) SynchronizedCharShortMap.select(ShortPredicate predicate) SynchronizedDoubleShortMap.select(ShortPredicate predicate) SynchronizedFloatShortMap.select(ShortPredicate predicate) SynchronizedIntShortMap.select(ShortPredicate predicate) SynchronizedLongShortMap.select(ShortPredicate predicate) SynchronizedShortShortMap.select(ShortPredicate predicate) UnmodifiableByteShortMap.select(ShortPredicate predicate) UnmodifiableCharShortMap.select(ShortPredicate predicate) UnmodifiableDoubleShortMap.select(ShortPredicate predicate) UnmodifiableFloatShortMap.select(ShortPredicate predicate) UnmodifiableIntShortMap.select(ShortPredicate predicate) UnmodifiableLongShortMap.select(ShortPredicate predicate) UnmodifiableShortShortMap.select(ShortPredicate predicate) AbstractMutableShortKeySet.toBag()AbstractMutableShortValuesMap.AbstractShortValuesCollection.toBag()ObjectShortHashMap.toBag()ObjectShortHashMap.ValuesCollection.toBag()ObjectShortHashMapWithHashingStrategy.toBag()ObjectShortHashMapWithHashingStrategy.ValuesCollection.toBag()ShortBooleanHashMap.KeysView.toBag()SynchronizedByteShortMap.toBag()SynchronizedCharShortMap.toBag()SynchronizedDoubleShortMap.toBag()SynchronizedFloatShortMap.toBag()SynchronizedIntShortMap.toBag()SynchronizedLongShortMap.toBag()SynchronizedObjectShortMap.toBag()SynchronizedShortShortMap.toBag()UnmodifiableByteShortMap.toBag()UnmodifiableCharShortMap.toBag()UnmodifiableDoubleShortMap.toBag()UnmodifiableFloatShortMap.toBag()UnmodifiableIntShortMap.toBag()UnmodifiableLongShortMap.toBag()UnmodifiableObjectShortMap.toBag()UnmodifiableShortShortMap.toBag() -
Uses of MutableShortBag in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive that return MutableShortBag -
Uses of MutableShortBag in org.eclipse.collections.impl.set.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.primitive that return MutableShortBag -
Uses of MutableShortBag in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return MutableShortBag -
Uses of MutableShortBag in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return MutableShortBag -
Uses of MutableShortBag in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return MutableShortBag