Uses of Interface
org.eclipse.collections.api.bag.primitive.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 of
Map |
| org.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.mutable |
This package contains implementations of the
MutableBag interface. |
| org.eclipse.collections.impl.bag.mutable.primitive |
This package contains implementations of the mutable primitive bag interfaces.
|
| 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.primitive |
This package contains implementations of the primitive list interfaces.
|
| org.eclipse.collections.impl.map.mutable |
This package contains implementations of the
MutableMap interface. |
| 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.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 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(Iterable<Long> iterable)MutableLongBagMutableLongBagFactory. ofAll(LongStream items)MutableLongBagMutableLongBagFactory. ofAll(LongIterable items)MutableLongBagMutableLongBagFactory. with()Same asMutableLongBagFactory.empty().MutableLongBagMutableLongBagFactory. with(long... items)MutableLongBagMutableLongBagFactory. withAll(Iterable<Long> iterable)MutableLongBagMutableLongBagFactory. withAll(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.mutable
Methods in org.eclipse.collections.impl.bag.mutable that return MutableLongBag Modifier and Type Method Description MutableLongBagAbstractMutableBag. collectLong(LongFunction<? super T> longFunction)MutableLongBagMultiReaderHashBag. 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()MutableLongBagSynchronizedLongBag. newEmpty()MutableLongBagUnmodifiableLongBag. newEmpty()MutableLongBagMutableLongBagFactoryImpl. of()MutableLongBagMutableLongBagFactoryImpl. of(long... items)MutableLongBagMutableLongBagFactoryImpl. ofAll(Iterable<Long> iterable)MutableLongBagMutableLongBagFactoryImpl. ofAll(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(Iterable<Long> iterable)MutableLongBagMutableLongBagFactoryImpl. withAll(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, Object newLock)UnmodifiableLongBag(MutableLongBag bag) -
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.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.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()MutableLongBagObjectLongHashMap. toBag()MutableLongBagObjectLongHashMapWithHashingStrategy. 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.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(LongStream stream)