Uses of Interface
org.eclipse.collections.api.bag.primitive.MutableLongBag
-
Packages that use MutableLongBag 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.list.primitive This package contains implementations of the primitive list 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 org.eclipse.collections.impl.stream -
-
Uses of MutableLongBag in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return MutableLongBag Modifier and Type Method Description MutableLongBagLongIterable. toBag()Converts the LongIterable to a new MutableLongBag. -
Uses of MutableLongBag in org.eclipse.collections.api.bag
Methods in org.eclipse.collections.api.bag that return MutableLongBag Modifier and Type Method Description default MutableLongBagMutableBag. collectLong(LongFunction<? super T> longFunction) -
Uses of MutableLongBag in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive that return MutableLongBag Modifier and Type Method Description MutableLongBagMutableLongBag. asSynchronized()MutableLongBagMutableLongBag. asUnmodifiable()default MutableLongBagMutableLongBag. newEmpty()Creates a new empty mutable version of the same Bag type.MutableLongBagMutableLongBag. reject(LongPredicate predicate)MutableLongBagMutableLongBag. select(LongPredicate predicate)MutableLongBagMutableLongBag. selectByOccurrences(IntPredicate predicate)Returns all elements of the bag that have a number of occurrences that satisfy the predicate.default MutableLongBagMutableLongBag. selectDuplicates()Returns all elements of the bag that have more than one occurrence.default MutableLongBagMutableLongBag. tap(LongProcedure procedure)MutableLongBagMutableLongBag. with(long element)MutableLongBagMutableLongBag. withAll(LongIterable elements)MutableLongBagMutableLongBag. without(long element)MutableLongBagMutableLongBag. withoutAll(LongIterable elements) -
Uses of MutableLongBag in org.eclipse.collections.api.factory.bag.primitive
Methods in org.eclipse.collections.api.factory.bag.primitive that return MutableLongBag Modifier and Type Method Description MutableLongBagMutableLongBagFactory. empty()MutableLongBagMutableLongBagFactory. of()Same asMutableLongBagFactory.empty().MutableLongBagMutableLongBagFactory. of(long... items)Same asMutableLongBagFactory.with(long[]).MutableLongBagMutableLongBagFactory. ofAll(java.lang.Iterable<java.lang.Long> iterable)MutableLongBagMutableLongBagFactory. ofAll(java.util.stream.LongStream items)MutableLongBagMutableLongBagFactory. ofAll(LongIterable items)MutableLongBagMutableLongBagFactory. with()Same asMutableLongBagFactory.empty().MutableLongBagMutableLongBagFactory. with(long... items)MutableLongBagMutableLongBagFactory. withAll(java.lang.Iterable<java.lang.Long> iterable)MutableLongBagMutableLongBagFactory. withAll(java.util.stream.LongStream items)MutableLongBagMutableLongBagFactory. withAll(LongIterable items) -
Uses of MutableLongBag in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return MutableLongBag Modifier and Type Method Description MutableLongBagMutableMap. collectLong(LongFunction<? super V> longFunction) -
Uses of MutableLongBag in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableLongBag Modifier and Type Method Description MutableLongBagMutablePrimitiveObjectMap. collectLong(LongFunction<? super V> longFunction)MutableLongBagMutableLongValuesMap. reject(LongPredicate predicate)MutableLongBagMutableLongValuesMap. select(LongPredicate predicate) -
Uses of MutableLongBag in org.eclipse.collections.impl.bag.immutable.primitive
Fields in org.eclipse.collections.impl.bag.immutable.primitive declared as MutableLongBag Modifier and Type Field Description private MutableLongBagImmutableLongHashBag. delegateMethods in org.eclipse.collections.impl.bag.immutable.primitive that return MutableLongBag Modifier and Type Method Description MutableLongBagImmutableLongEmptyBag. toBag()MutableLongBagImmutableLongHashBag. toBag()MutableLongBagImmutableLongSingletonBag. toBag()Methods in org.eclipse.collections.impl.bag.immutable.primitive with parameters of type MutableLongBag Modifier and Type Method Description static ImmutableLongHashBagImmutableLongHashBag. newBagWith(MutableLongBag elements)Constructors in org.eclipse.collections.impl.bag.immutable.primitive with parameters of type MutableLongBag Constructor Description ImmutableLongHashBag(MutableLongBag delegate) -
Uses of MutableLongBag in org.eclipse.collections.impl.bag.mutable
Methods in org.eclipse.collections.impl.bag.mutable that return MutableLongBag Modifier and Type Method Description MutableLongBagMultiReaderHashBag. collectLong(LongFunction<? super T> longFunction)MutableLongBagMultiReaderHashBag.UntouchableMutableBag. collectLong(LongFunction<? super T> longFunction)MutableLongBagSynchronizedBag. collectLong(LongFunction<? super T> longFunction)MutableLongBagUnmodifiableBag. collectLong(LongFunction<? super T> longFunction) -
Uses of MutableLongBag in org.eclipse.collections.impl.bag.mutable.primitive
Classes in org.eclipse.collections.impl.bag.mutable.primitive that implement MutableLongBag Modifier and Type Class Description classLongHashBagLongHashBag is similar toHashBag, and is memory-optimized for long primitives.classSynchronizedLongBagA synchronized view of aMutableLongBag.classUnmodifiableLongBagThis file was automatically generated from template file unmodifiablePrimitiveBag.stg.Methods in org.eclipse.collections.impl.bag.mutable.primitive that return MutableLongBag Modifier and Type Method Description MutableLongBagLongHashBag. asSynchronized()MutableLongBagSynchronizedLongBag. asSynchronized()MutableLongBagUnmodifiableLongBag. asSynchronized()MutableLongBagLongHashBag. asUnmodifiable()MutableLongBagSynchronizedLongBag. asUnmodifiable()MutableLongBagUnmodifiableLongBag. asUnmodifiable()MutableLongBagMutableLongBagFactoryImpl. empty()private MutableLongBagSynchronizedLongBag. getMutableLongBag()private MutableLongBagUnmodifiableLongBag. getMutableLongBag()MutableLongBagSynchronizedLongBag. newEmpty()MutableLongBagUnmodifiableLongBag. newEmpty()MutableLongBagMutableLongBagFactoryImpl. of()MutableLongBagMutableLongBagFactoryImpl. of(long... items)MutableLongBagMutableLongBagFactoryImpl. ofAll(java.lang.Iterable<java.lang.Long> iterable)MutableLongBagMutableLongBagFactoryImpl. ofAll(java.util.stream.LongStream items)MutableLongBagMutableLongBagFactoryImpl. ofAll(LongIterable items)MutableLongBagSynchronizedLongBag. reject(LongPredicate predicate)MutableLongBagUnmodifiableLongBag. reject(LongPredicate predicate)MutableLongBagSynchronizedLongBag. select(LongPredicate predicate)MutableLongBagUnmodifiableLongBag. select(LongPredicate predicate)MutableLongBagSynchronizedLongBag. selectByOccurrences(IntPredicate predicate)MutableLongBagUnmodifiableLongBag. selectByOccurrences(IntPredicate predicate)MutableLongBagMutableLongBagFactoryImpl. with()MutableLongBagMutableLongBagFactoryImpl. with(long... items)MutableLongBagMutableLongBagFactoryImpl. withAll(java.lang.Iterable<java.lang.Long> iterable)MutableLongBagMutableLongBagFactoryImpl. withAll(java.util.stream.LongStream items)MutableLongBagMutableLongBagFactoryImpl. withAll(LongIterable items)Constructors in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type MutableLongBag Constructor Description SynchronizedLongBag(MutableLongBag bag)SynchronizedLongBag(MutableLongBag bag, java.lang.Object newLock)UnmodifiableLongBag(MutableLongBag bag) -
Uses of MutableLongBag in org.eclipse.collections.impl.bimap.mutable
Methods in org.eclipse.collections.impl.bimap.mutable that return MutableLongBag Modifier and Type Method Description MutableLongBagAbstractMutableBiMap. collectLong(LongFunction<? super V> longFunction) -
Uses of MutableLongBag in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive that return MutableLongBag Modifier and Type Method Description MutableLongBagAbstractSynchronizedLongCollection. toBag()MutableLongBagAbstractUnmodifiableLongCollection. toBag() -
Uses of MutableLongBag in org.eclipse.collections.impl.lazy.primitive
Methods in org.eclipse.collections.impl.lazy.primitive that return MutableLongBag Modifier and Type Method Description MutableLongBagAbstractLazyLongIterable. toBag()MutableLongBagCollectLongIterable. toBag()MutableLongBagLazyLongIterableAdapter. toBag()MutableLongBagReverseLongIterable. toBag()MutableLongBagSelectLongIterable. toBag() -
Uses of MutableLongBag in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return MutableLongBag Modifier and Type Method Description MutableLongBagImmutableLongArrayList. toBag()MutableLongBagImmutableLongEmptyList. toBag()MutableLongBagImmutableLongSingletonList. toBag() -
Uses of MutableLongBag in org.eclipse.collections.impl.list.primitive
Methods in org.eclipse.collections.impl.list.primitive that return MutableLongBag Modifier and Type Method Description MutableLongBagLongInterval. toBag() -
Uses of MutableLongBag in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return MutableLongBag Modifier and Type Method Description MutableLongBagImmutableByteLongEmptyMap. toBag()MutableLongBagImmutableByteLongHashMap. toBag()MutableLongBagImmutableByteLongSingletonMap. toBag()MutableLongBagImmutableCharLongEmptyMap. toBag()MutableLongBagImmutableCharLongHashMap. toBag()MutableLongBagImmutableCharLongSingletonMap. toBag()MutableLongBagImmutableDoubleLongEmptyMap. toBag()MutableLongBagImmutableDoubleLongHashMap. toBag()MutableLongBagImmutableDoubleLongSingletonMap. toBag()MutableLongBagImmutableFloatLongEmptyMap. toBag()MutableLongBagImmutableFloatLongHashMap. toBag()MutableLongBagImmutableFloatLongSingletonMap. toBag()MutableLongBagImmutableIntLongEmptyMap. toBag()MutableLongBagImmutableIntLongHashMap. toBag()MutableLongBagImmutableIntLongSingletonMap. toBag()MutableLongBagImmutableLongLongEmptyMap. toBag()MutableLongBagImmutableLongLongHashMap. toBag()MutableLongBagImmutableLongLongSingletonMap. toBag()MutableLongBagImmutableObjectLongEmptyMap. toBag()MutableLongBagImmutableObjectLongHashMap. toBag()MutableLongBagImmutableObjectLongSingletonMap. toBag()MutableLongBagImmutableShortLongEmptyMap. toBag()MutableLongBagImmutableShortLongHashMap. toBag()MutableLongBagImmutableShortLongSingletonMap. toBag() -
Uses of MutableLongBag in org.eclipse.collections.impl.map.mutable
Methods in org.eclipse.collections.impl.map.mutable that return MutableLongBag Modifier and Type Method Description MutableLongBagAbstractMutableMap. collectLong(LongFunction<? super V> longFunction)MutableLongBagSynchronizedMutableMap. collectLong(LongFunction<? super V> longFunction)MutableLongBagUnmodifiableMutableMap. collectLong(LongFunction<? super V> longFunction) -
Uses of MutableLongBag in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return MutableLongBag Modifier and Type Method Description MutableLongBagByteObjectHashMap. collectLong(LongFunction<? super V> longFunction)MutableLongBagCharObjectHashMap. collectLong(LongFunction<? super V> longFunction)MutableLongBagDoubleObjectHashMap. collectLong(LongFunction<? super V> longFunction)MutableLongBagFloatObjectHashMap. collectLong(LongFunction<? super V> longFunction)MutableLongBagIntObjectHashMap. collectLong(LongFunction<? super V> longFunction)MutableLongBagLongObjectHashMap. collectLong(LongFunction<? super V> longFunction)MutableLongBagShortObjectHashMap. collectLong(LongFunction<? super V> longFunction)MutableLongBagSynchronizedByteObjectMap. collectLong(LongFunction<? super V> longFunction)MutableLongBagSynchronizedCharObjectMap. collectLong(LongFunction<? super V> longFunction)MutableLongBagSynchronizedDoubleObjectMap. collectLong(LongFunction<? super V> longFunction)MutableLongBagSynchronizedFloatObjectMap. collectLong(LongFunction<? super V> longFunction)MutableLongBagSynchronizedIntObjectMap. collectLong(LongFunction<? super V> longFunction)MutableLongBagSynchronizedLongObjectMap. collectLong(LongFunction<? super V> longFunction)MutableLongBagSynchronizedShortObjectMap. collectLong(LongFunction<? super V> longFunction)MutableLongBagUnmodifiableByteObjectMap. collectLong(LongFunction<? super V> longFunction)MutableLongBagUnmodifiableCharObjectMap. collectLong(LongFunction<? super V> longFunction)MutableLongBagUnmodifiableDoubleObjectMap. collectLong(LongFunction<? super V> longFunction)MutableLongBagUnmodifiableFloatObjectMap. collectLong(LongFunction<? super V> longFunction)MutableLongBagUnmodifiableIntObjectMap. collectLong(LongFunction<? super V> longFunction)MutableLongBagUnmodifiableLongObjectMap. collectLong(LongFunction<? super V> longFunction)MutableLongBagUnmodifiableShortObjectMap. collectLong(LongFunction<? super V> longFunction)MutableLongBagAbstractMutableLongValuesMap. reject(LongPredicate predicate)MutableLongBagSynchronizedByteLongMap. reject(LongPredicate predicate)MutableLongBagSynchronizedCharLongMap. reject(LongPredicate predicate)MutableLongBagSynchronizedDoubleLongMap. reject(LongPredicate predicate)MutableLongBagSynchronizedFloatLongMap. reject(LongPredicate predicate)MutableLongBagSynchronizedIntLongMap. reject(LongPredicate predicate)MutableLongBagSynchronizedLongLongMap. reject(LongPredicate predicate)MutableLongBagSynchronizedShortLongMap. reject(LongPredicate predicate)MutableLongBagUnmodifiableByteLongMap. reject(LongPredicate predicate)MutableLongBagUnmodifiableCharLongMap. reject(LongPredicate predicate)MutableLongBagUnmodifiableDoubleLongMap. reject(LongPredicate predicate)MutableLongBagUnmodifiableFloatLongMap. reject(LongPredicate predicate)MutableLongBagUnmodifiableIntLongMap. reject(LongPredicate predicate)MutableLongBagUnmodifiableLongLongMap. reject(LongPredicate predicate)MutableLongBagUnmodifiableShortLongMap. reject(LongPredicate predicate)MutableLongBagAbstractMutableLongValuesMap. select(LongPredicate predicate)MutableLongBagSynchronizedByteLongMap. select(LongPredicate predicate)MutableLongBagSynchronizedCharLongMap. select(LongPredicate predicate)MutableLongBagSynchronizedDoubleLongMap. select(LongPredicate predicate)MutableLongBagSynchronizedFloatLongMap. select(LongPredicate predicate)MutableLongBagSynchronizedIntLongMap. select(LongPredicate predicate)MutableLongBagSynchronizedLongLongMap. select(LongPredicate predicate)MutableLongBagSynchronizedShortLongMap. select(LongPredicate predicate)MutableLongBagUnmodifiableByteLongMap. select(LongPredicate predicate)MutableLongBagUnmodifiableCharLongMap. select(LongPredicate predicate)MutableLongBagUnmodifiableDoubleLongMap. select(LongPredicate predicate)MutableLongBagUnmodifiableFloatLongMap. select(LongPredicate predicate)MutableLongBagUnmodifiableIntLongMap. select(LongPredicate predicate)MutableLongBagUnmodifiableLongLongMap. select(LongPredicate predicate)MutableLongBagUnmodifiableShortLongMap. select(LongPredicate predicate)MutableLongBagAbstractMutableLongKeySet. toBag()MutableLongBagAbstractMutableLongValuesMap.AbstractLongValuesCollection. toBag()MutableLongBagLongBooleanHashMap.KeysView. toBag()MutableLongBagObjectLongHashMap. toBag()MutableLongBagObjectLongHashMap.ValuesCollection. toBag()MutableLongBagObjectLongHashMapWithHashingStrategy. toBag()MutableLongBagObjectLongHashMapWithHashingStrategy.ValuesCollection. toBag()MutableLongBagSynchronizedByteLongMap. toBag()MutableLongBagSynchronizedCharLongMap. toBag()MutableLongBagSynchronizedDoubleLongMap. toBag()MutableLongBagSynchronizedFloatLongMap. toBag()MutableLongBagSynchronizedIntLongMap. toBag()MutableLongBagSynchronizedLongLongMap. toBag()MutableLongBagSynchronizedObjectLongMap. toBag()MutableLongBagSynchronizedShortLongMap. toBag()MutableLongBagUnmodifiableByteLongMap. toBag()MutableLongBagUnmodifiableCharLongMap. toBag()MutableLongBagUnmodifiableDoubleLongMap. toBag()MutableLongBagUnmodifiableFloatLongMap. toBag()MutableLongBagUnmodifiableIntLongMap. toBag()MutableLongBagUnmodifiableLongLongMap. toBag()MutableLongBagUnmodifiableObjectLongMap. toBag()MutableLongBagUnmodifiableShortLongMap. toBag() -
Uses of MutableLongBag in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive that return MutableLongBag Modifier and Type Method Description MutableLongBagAbstractLongIterable. toBag()MutableLongBagSynchronizedLongIterable. toBag() -
Uses of MutableLongBag in org.eclipse.collections.impl.set.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.primitive that return MutableLongBag Modifier and Type Method Description MutableLongBagImmutableLongEmptySet. toBag()MutableLongBagImmutableLongSingletonSet. toBag() -
Uses of MutableLongBag in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return MutableLongBag Modifier and Type Method Description MutableLongBagImmutableLongEmptyStack. toBag()MutableLongBagImmutableLongSingletonStack. toBag() -
Uses of MutableLongBag in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return MutableLongBag Modifier and Type Method Description MutableLongBagSynchronizedLongStack. toBag()MutableLongBagUnmodifiableLongStack. toBag() -
Uses of MutableLongBag in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return MutableLongBag Modifier and Type Method Description MutableLongBagAbstractLongStack. toBag() -
Uses of MutableLongBag in org.eclipse.collections.impl.stream
Methods in org.eclipse.collections.impl.stream that return MutableLongBag Modifier and Type Method Description static MutableLongBagPrimitiveStreams. mLongBag(java.util.stream.LongStream stream)
-