Uses of Interface
org.eclipse.collections.api.bag.primitive.MutableShortBag
-
Packages that use MutableShortBag Package Description org.eclipse.collections.api This package contains interfaces for Eclipse Collections API.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.primitive This package contains implementations of the immutable primitive bag interfaces.org.eclipse.collections.impl.bag.mutable This package contains implementations of theMutableBaginterface.org.eclipse.collections.impl.bag.mutable.primitive This package contains implementations of the mutable primitive bag interfaces.org.eclipse.collections.impl.bimap.mutable This package contains implementations of theMutableBiMapinterface.org.eclipse.collections.impl.collection.mutable.primitive This package contains implementations of the mutable primitive collection interfaces.org.eclipse.collections.impl.lazy.primitive This package contains implementations of the lazy primitive iterator interfaces.org.eclipse.collections.impl.list.immutable.primitive This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.org.eclipse.collections.impl.map.immutable.primitive This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.map.mutable This package contains implementations of theMutableMapinterface.org.eclipse.collections.impl.map.mutable.primitive This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.primitive org.eclipse.collections.impl.set.immutable.primitive This package contains implementations of the immutable primitive set interfaces.org.eclipse.collections.impl.stack.immutable.primitive This package contains implementations of the immutable primitive stack interfaces.org.eclipse.collections.impl.stack.mutable.primitive This package contains implementations of the mutable primitive stack interfaces.org.eclipse.collections.impl.stack.primitive -
-
Uses of MutableShortBag in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return MutableShortBag Modifier and Type Method Description MutableShortBagShortIterable. 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 MutableShortBag Modifier and Type Method Description default 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 MutableShortBag Modifier and Type Method Description MutableShortBagMutableShortBag. asSynchronized()MutableShortBagMutableShortBag. asUnmodifiable()default MutableShortBagMutableShortBag. newEmpty()Creates a new empty mutable version of the same Bag type.MutableShortBagMutableShortBag. reject(ShortPredicate predicate)MutableShortBagMutableShortBag. select(ShortPredicate predicate)MutableShortBagMutableShortBag. 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)MutableShortBagMutableShortBag. with(short element)MutableShortBagMutableShortBag. withAll(ShortIterable elements)MutableShortBagMutableShortBag. without(short element)MutableShortBagMutableShortBag. 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 MutableShortBag Modifier and Type Method Description MutableShortBagMutableShortBagFactory. empty()MutableShortBagMutableShortBagFactory. of()Same asMutableShortBagFactory.empty().MutableShortBagMutableShortBagFactory. of(short... items)Same asMutableShortBagFactory.with(short[]).MutableShortBagMutableShortBagFactory. ofAll(java.lang.Iterable<java.lang.Short> iterable)MutableShortBagMutableShortBagFactory. ofAll(ShortIterable items)MutableShortBagMutableShortBagFactory. with()Same asMutableShortBagFactory.empty().MutableShortBagMutableShortBagFactory. with(short... items)MutableShortBagMutableShortBagFactory. withAll(java.lang.Iterable<java.lang.Short> iterable)MutableShortBagMutableShortBagFactory. withAll(ShortIterable items) -
Uses of MutableShortBag in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return MutableShortBag Modifier and Type Method Description MutableShortBagMutableMap. 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 MutableShortBag Modifier and Type Method Description MutableShortBagMutablePrimitiveObjectMap. collectShort(ShortFunction<? super V> shortFunction)MutableShortBagMutableShortValuesMap. reject(ShortPredicate predicate)MutableShortBagMutableShortValuesMap. 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 MutableShortBag Modifier and Type Field Description private MutableShortBagImmutableShortHashBag. delegateMethods in org.eclipse.collections.impl.bag.immutable.primitive that return MutableShortBag Modifier and Type Method Description MutableShortBagImmutableShortEmptyBag. toBag()MutableShortBagImmutableShortHashBag. toBag()MutableShortBagImmutableShortSingletonBag. toBag()Methods in org.eclipse.collections.impl.bag.immutable.primitive with parameters of type MutableShortBag Modifier and Type Method Description static ImmutableShortHashBagImmutableShortHashBag. newBagWith(MutableShortBag elements)Constructors in org.eclipse.collections.impl.bag.immutable.primitive with parameters of type MutableShortBag Constructor Description ImmutableShortHashBag(MutableShortBag delegate) -
Uses of MutableShortBag in org.eclipse.collections.impl.bag.mutable
Methods in org.eclipse.collections.impl.bag.mutable that return MutableShortBag Modifier and Type Method Description MutableShortBagMultiReaderHashBag. collectShort(ShortFunction<? super T> shortFunction)MutableShortBagMultiReaderHashBag.UntouchableMutableBag. collectShort(ShortFunction<? super T> shortFunction)MutableShortBagSynchronizedBag. collectShort(ShortFunction<? super T> shortFunction)MutableShortBagUnmodifiableBag. 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 MutableShortBag Modifier and Type Class Description classShortHashBagShortHashBag is similar toHashBag, and is memory-optimized for short primitives.classSynchronizedShortBagA synchronized view of aMutableShortBag.classUnmodifiableShortBagThis file was automatically generated from template file unmodifiablePrimitiveBag.stg.Methods in org.eclipse.collections.impl.bag.mutable.primitive that return MutableShortBag Modifier and Type Method Description MutableShortBagShortHashBag. asSynchronized()MutableShortBagSynchronizedShortBag. asSynchronized()MutableShortBagUnmodifiableShortBag. asSynchronized()MutableShortBagShortHashBag. asUnmodifiable()MutableShortBagSynchronizedShortBag. asUnmodifiable()MutableShortBagUnmodifiableShortBag. asUnmodifiable()MutableShortBagMutableShortBagFactoryImpl. empty()private MutableShortBagSynchronizedShortBag. getMutableShortBag()private MutableShortBagUnmodifiableShortBag. getMutableShortBag()MutableShortBagSynchronizedShortBag. newEmpty()MutableShortBagUnmodifiableShortBag. newEmpty()MutableShortBagMutableShortBagFactoryImpl. of()MutableShortBagMutableShortBagFactoryImpl. of(short... items)MutableShortBagMutableShortBagFactoryImpl. ofAll(java.lang.Iterable<java.lang.Short> iterable)MutableShortBagMutableShortBagFactoryImpl. ofAll(ShortIterable items)MutableShortBagSynchronizedShortBag. reject(ShortPredicate predicate)MutableShortBagUnmodifiableShortBag. reject(ShortPredicate predicate)MutableShortBagSynchronizedShortBag. select(ShortPredicate predicate)MutableShortBagUnmodifiableShortBag. select(ShortPredicate predicate)MutableShortBagSynchronizedShortBag. selectByOccurrences(IntPredicate predicate)MutableShortBagUnmodifiableShortBag. selectByOccurrences(IntPredicate predicate)MutableShortBagMutableShortBagFactoryImpl. with()MutableShortBagMutableShortBagFactoryImpl. with(short... items)MutableShortBagMutableShortBagFactoryImpl. withAll(java.lang.Iterable<java.lang.Short> iterable)MutableShortBagMutableShortBagFactoryImpl. withAll(ShortIterable items)Constructors in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type MutableShortBag Constructor Description SynchronizedShortBag(MutableShortBag bag)SynchronizedShortBag(MutableShortBag bag, java.lang.Object newLock)UnmodifiableShortBag(MutableShortBag bag) -
Uses of MutableShortBag in org.eclipse.collections.impl.bimap.mutable
Methods in org.eclipse.collections.impl.bimap.mutable that return MutableShortBag Modifier and Type Method Description MutableShortBagAbstractMutableBiMap. 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 Modifier and Type Method Description MutableShortBagAbstractSynchronizedShortCollection. toBag()MutableShortBagAbstractUnmodifiableShortCollection. toBag() -
Uses of MutableShortBag in org.eclipse.collections.impl.lazy.primitive
Methods in org.eclipse.collections.impl.lazy.primitive that return MutableShortBag Modifier and Type Method Description MutableShortBagAbstractLazyShortIterable. toBag()MutableShortBagCollectShortIterable. toBag()MutableShortBagLazyShortIterableAdapter. toBag()MutableShortBagReverseShortIterable. toBag()MutableShortBagSelectShortIterable. toBag() -
Uses of MutableShortBag in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return MutableShortBag Modifier and Type Method Description MutableShortBagImmutableShortArrayList. toBag()MutableShortBagImmutableShortEmptyList. toBag()MutableShortBagImmutableShortSingletonList. toBag() -
Uses of MutableShortBag in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return MutableShortBag Modifier and Type Method Description MutableShortBagImmutableByteShortEmptyMap. toBag()MutableShortBagImmutableByteShortHashMap. toBag()MutableShortBagImmutableByteShortSingletonMap. toBag()MutableShortBagImmutableCharShortEmptyMap. toBag()MutableShortBagImmutableCharShortHashMap. toBag()MutableShortBagImmutableCharShortSingletonMap. toBag()MutableShortBagImmutableDoubleShortEmptyMap. toBag()MutableShortBagImmutableDoubleShortHashMap. toBag()MutableShortBagImmutableDoubleShortSingletonMap. toBag()MutableShortBagImmutableFloatShortEmptyMap. toBag()MutableShortBagImmutableFloatShortHashMap. toBag()MutableShortBagImmutableFloatShortSingletonMap. toBag()MutableShortBagImmutableIntShortEmptyMap. toBag()MutableShortBagImmutableIntShortHashMap. toBag()MutableShortBagImmutableIntShortSingletonMap. toBag()MutableShortBagImmutableLongShortEmptyMap. toBag()MutableShortBagImmutableLongShortHashMap. toBag()MutableShortBagImmutableLongShortSingletonMap. toBag()MutableShortBagImmutableObjectShortEmptyMap. toBag()MutableShortBagImmutableObjectShortHashMap. toBag()MutableShortBagImmutableObjectShortSingletonMap. toBag()MutableShortBagImmutableShortShortEmptyMap. toBag()MutableShortBagImmutableShortShortHashMap. toBag()MutableShortBagImmutableShortShortSingletonMap. toBag() -
Uses of MutableShortBag in org.eclipse.collections.impl.map.mutable
Methods in org.eclipse.collections.impl.map.mutable that return MutableShortBag Modifier and Type Method Description MutableShortBagAbstractMutableMap. collectShort(ShortFunction<? super V> shortFunction)MutableShortBagSynchronizedMutableMap. collectShort(ShortFunction<? super V> shortFunction)MutableShortBagUnmodifiableMutableMap. 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 MutableShortBag Modifier and Type Method Description MutableShortBagByteObjectHashMap. collectShort(ShortFunction<? super V> shortFunction)MutableShortBagCharObjectHashMap. collectShort(ShortFunction<? super V> shortFunction)MutableShortBagDoubleObjectHashMap. collectShort(ShortFunction<? super V> shortFunction)MutableShortBagFloatObjectHashMap. collectShort(ShortFunction<? super V> shortFunction)MutableShortBagIntObjectHashMap. collectShort(ShortFunction<? super V> shortFunction)MutableShortBagLongObjectHashMap. collectShort(ShortFunction<? super V> shortFunction)MutableShortBagShortObjectHashMap. collectShort(ShortFunction<? super V> shortFunction)MutableShortBagSynchronizedByteObjectMap. collectShort(ShortFunction<? super V> shortFunction)MutableShortBagSynchronizedCharObjectMap. collectShort(ShortFunction<? super V> shortFunction)MutableShortBagSynchronizedDoubleObjectMap. collectShort(ShortFunction<? super V> shortFunction)MutableShortBagSynchronizedFloatObjectMap. collectShort(ShortFunction<? super V> shortFunction)MutableShortBagSynchronizedIntObjectMap. collectShort(ShortFunction<? super V> shortFunction)MutableShortBagSynchronizedLongObjectMap. collectShort(ShortFunction<? super V> shortFunction)MutableShortBagSynchronizedShortObjectMap. collectShort(ShortFunction<? super V> shortFunction)MutableShortBagUnmodifiableByteObjectMap. collectShort(ShortFunction<? super V> shortFunction)MutableShortBagUnmodifiableCharObjectMap. collectShort(ShortFunction<? super V> shortFunction)MutableShortBagUnmodifiableDoubleObjectMap. collectShort(ShortFunction<? super V> shortFunction)MutableShortBagUnmodifiableFloatObjectMap. collectShort(ShortFunction<? super V> shortFunction)MutableShortBagUnmodifiableIntObjectMap. collectShort(ShortFunction<? super V> shortFunction)MutableShortBagUnmodifiableLongObjectMap. collectShort(ShortFunction<? super V> shortFunction)MutableShortBagUnmodifiableShortObjectMap. collectShort(ShortFunction<? super V> shortFunction)MutableShortBagAbstractMutableShortValuesMap. reject(ShortPredicate predicate)MutableShortBagSynchronizedByteShortMap. reject(ShortPredicate predicate)MutableShortBagSynchronizedCharShortMap. reject(ShortPredicate predicate)MutableShortBagSynchronizedDoubleShortMap. reject(ShortPredicate predicate)MutableShortBagSynchronizedFloatShortMap. reject(ShortPredicate predicate)MutableShortBagSynchronizedIntShortMap. reject(ShortPredicate predicate)MutableShortBagSynchronizedLongShortMap. reject(ShortPredicate predicate)MutableShortBagSynchronizedShortShortMap. reject(ShortPredicate predicate)MutableShortBagUnmodifiableByteShortMap. reject(ShortPredicate predicate)MutableShortBagUnmodifiableCharShortMap. reject(ShortPredicate predicate)MutableShortBagUnmodifiableDoubleShortMap. reject(ShortPredicate predicate)MutableShortBagUnmodifiableFloatShortMap. reject(ShortPredicate predicate)MutableShortBagUnmodifiableIntShortMap. reject(ShortPredicate predicate)MutableShortBagUnmodifiableLongShortMap. reject(ShortPredicate predicate)MutableShortBagUnmodifiableShortShortMap. reject(ShortPredicate predicate)MutableShortBagAbstractMutableShortValuesMap. select(ShortPredicate predicate)MutableShortBagSynchronizedByteShortMap. select(ShortPredicate predicate)MutableShortBagSynchronizedCharShortMap. select(ShortPredicate predicate)MutableShortBagSynchronizedDoubleShortMap. select(ShortPredicate predicate)MutableShortBagSynchronizedFloatShortMap. select(ShortPredicate predicate)MutableShortBagSynchronizedIntShortMap. select(ShortPredicate predicate)MutableShortBagSynchronizedLongShortMap. select(ShortPredicate predicate)MutableShortBagSynchronizedShortShortMap. select(ShortPredicate predicate)MutableShortBagUnmodifiableByteShortMap. select(ShortPredicate predicate)MutableShortBagUnmodifiableCharShortMap. select(ShortPredicate predicate)MutableShortBagUnmodifiableDoubleShortMap. select(ShortPredicate predicate)MutableShortBagUnmodifiableFloatShortMap. select(ShortPredicate predicate)MutableShortBagUnmodifiableIntShortMap. select(ShortPredicate predicate)MutableShortBagUnmodifiableLongShortMap. select(ShortPredicate predicate)MutableShortBagUnmodifiableShortShortMap. select(ShortPredicate predicate)MutableShortBagAbstractMutableShortKeySet. toBag()MutableShortBagAbstractMutableShortValuesMap.AbstractShortValuesCollection. toBag()MutableShortBagObjectShortHashMap. toBag()MutableShortBagObjectShortHashMap.ValuesCollection. toBag()MutableShortBagObjectShortHashMapWithHashingStrategy. toBag()MutableShortBagObjectShortHashMapWithHashingStrategy.ValuesCollection. toBag()MutableShortBagShortBooleanHashMap.KeysView. toBag()MutableShortBagSynchronizedByteShortMap. toBag()MutableShortBagSynchronizedCharShortMap. toBag()MutableShortBagSynchronizedDoubleShortMap. toBag()MutableShortBagSynchronizedFloatShortMap. toBag()MutableShortBagSynchronizedIntShortMap. toBag()MutableShortBagSynchronizedLongShortMap. toBag()MutableShortBagSynchronizedObjectShortMap. toBag()MutableShortBagSynchronizedShortShortMap. toBag()MutableShortBagUnmodifiableByteShortMap. toBag()MutableShortBagUnmodifiableCharShortMap. toBag()MutableShortBagUnmodifiableDoubleShortMap. toBag()MutableShortBagUnmodifiableFloatShortMap. toBag()MutableShortBagUnmodifiableIntShortMap. toBag()MutableShortBagUnmodifiableLongShortMap. toBag()MutableShortBagUnmodifiableObjectShortMap. toBag()MutableShortBagUnmodifiableShortShortMap. toBag() -
Uses of MutableShortBag in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive that return MutableShortBag Modifier and Type Method Description MutableShortBagAbstractShortIterable. toBag()MutableShortBagSynchronizedShortIterable. toBag() -
Uses of MutableShortBag in org.eclipse.collections.impl.set.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.primitive that return MutableShortBag Modifier and Type Method Description MutableShortBagImmutableShortEmptySet. toBag()MutableShortBagImmutableShortSingletonSet. toBag() -
Uses of MutableShortBag in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return MutableShortBag Modifier and Type Method Description MutableShortBagImmutableShortEmptyStack. toBag()MutableShortBagImmutableShortSingletonStack. toBag() -
Uses of MutableShortBag in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return MutableShortBag Modifier and Type Method Description MutableShortBagSynchronizedShortStack. toBag()MutableShortBagUnmodifiableShortStack. toBag() -
Uses of MutableShortBag in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return MutableShortBag Modifier and Type Method Description MutableShortBagAbstractShortStack. toBag()
-