Uses of Interface
org.eclipse.collections.api.bag.primitive.ImmutableLongBag
| 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 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.immutable |
This package contains implementations of the
ImmutableBag interface. |
| 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 the
ImmutableMap interface. |
| org.eclipse.collections.impl.stream |
-
Uses of ImmutableLongBag in org.eclipse.collections.api.bag
Methods in org.eclipse.collections.api.bag that return ImmutableLongBag Modifier and Type Method Description ImmutableLongBagImmutableBag. collectLong(LongFunction<? super T> longFunction) -
Uses of ImmutableLongBag in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive that return ImmutableLongBag Modifier and Type Method Description ImmutableLongBagImmutableLongBag. newWith(long element)ImmutableLongBagImmutableLongBag. newWithAll(LongIterable elements)ImmutableLongBagImmutableLongBag. newWithout(long element)ImmutableLongBagImmutableLongBag. newWithoutAll(LongIterable elements)ImmutableLongBagImmutableLongBag. reject(LongPredicate predicate)ImmutableLongBagImmutableLongBag. select(LongPredicate predicate)ImmutableLongBagImmutableLongBag. selectByOccurrences(IntPredicate predicate)Returns all elements of the bag that have a number of occurrences that satisfy the predicate.default ImmutableLongBagImmutableLongBag. selectDuplicates()Returns all elements of the bag that have more than one occurrence.default ImmutableLongBagImmutableLongBag. tap(LongProcedure procedure)ImmutableLongBagLongBag. toImmutable()Returns an immutable copy of this bag.ImmutableLongBagMutableLongBag. toImmutable()Returns an immutable copy of this bag. -
Uses of ImmutableLongBag in org.eclipse.collections.api.factory.bag.primitive
Methods in org.eclipse.collections.api.factory.bag.primitive that return ImmutableLongBag Modifier and Type Method Description ImmutableLongBagImmutableLongBagFactory. empty()ImmutableLongBagImmutableLongBagFactory. of()Same asImmutableLongBagFactory.empty().ImmutableLongBagImmutableLongBagFactory. of(long one)Same asImmutableLongBagFactory.with(long).ImmutableLongBagImmutableLongBagFactory. of(long... items)Same asImmutableLongBagFactory.with(long[]).ImmutableLongBagImmutableLongBagFactory. ofAll(Iterable<Long> iterable)ImmutableLongBagImmutableLongBagFactory. ofAll(LongStream items)ImmutableLongBagImmutableLongBagFactory. ofAll(LongIterable items)ImmutableLongBagImmutableLongBagFactory. with()Same asImmutableLongBagFactory.empty().ImmutableLongBagImmutableLongBagFactory. with(long one)ImmutableLongBagImmutableLongBagFactory. with(long... items)ImmutableLongBagImmutableLongBagFactory. withAll(Iterable<Long> iterable)ImmutableLongBagImmutableLongBagFactory. withAll(LongStream items)ImmutableLongBagImmutableLongBagFactory. withAll(LongIterable items) -
Uses of ImmutableLongBag in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return ImmutableLongBag Modifier and Type Method Description ImmutableLongBagImmutableMap. collectLong(LongFunction<? super V> longFunction) -
Uses of ImmutableLongBag in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return ImmutableLongBag Modifier and Type Method Description ImmutableLongBagImmutablePrimitiveObjectMap. collectLong(LongFunction<? super V> longFunction)ImmutableLongBagImmutableByteLongMap. reject(LongPredicate predicate)ImmutableLongBagImmutableCharLongMap. reject(LongPredicate predicate)ImmutableLongBagImmutableDoubleLongMap. reject(LongPredicate predicate)ImmutableLongBagImmutableFloatLongMap. reject(LongPredicate predicate)ImmutableLongBagImmutableIntLongMap. reject(LongPredicate predicate)ImmutableLongBagImmutableLongLongMap. reject(LongPredicate predicate)ImmutableLongBagImmutableShortLongMap. reject(LongPredicate predicate)ImmutableLongBagImmutableByteLongMap. select(LongPredicate predicate)ImmutableLongBagImmutableCharLongMap. select(LongPredicate predicate)ImmutableLongBagImmutableDoubleLongMap. select(LongPredicate predicate)ImmutableLongBagImmutableFloatLongMap. select(LongPredicate predicate)ImmutableLongBagImmutableIntLongMap. select(LongPredicate predicate)ImmutableLongBagImmutableLongLongMap. select(LongPredicate predicate)ImmutableLongBagImmutableShortLongMap. select(LongPredicate predicate) -
Uses of ImmutableLongBag in org.eclipse.collections.impl.bag.immutable
Methods in org.eclipse.collections.impl.bag.immutable that return ImmutableLongBag Modifier and Type Method Description ImmutableLongBagAbstractImmutableBag. collectLong(LongFunction<? super T> longFunction) -
Uses of ImmutableLongBag in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive that return ImmutableLongBag Modifier and Type Method Description ImmutableLongBagImmutableLongBagFactoryImpl. empty()ImmutableLongBagImmutableLongBagFactoryImpl. of()ImmutableLongBagImmutableLongBagFactoryImpl. of(long one)ImmutableLongBagImmutableLongBagFactoryImpl. of(long... items)ImmutableLongBagImmutableLongBagFactoryImpl. ofAll(Iterable<Long> iterable)ImmutableLongBagImmutableLongBagFactoryImpl. ofAll(LongStream items)ImmutableLongBagImmutableLongBagFactoryImpl. ofAll(LongIterable items)ImmutableLongBagImmutableLongBagFactoryImpl. with()ImmutableLongBagImmutableLongBagFactoryImpl. with(long one)ImmutableLongBagImmutableLongBagFactoryImpl. with(long... items)ImmutableLongBagImmutableLongBagFactoryImpl. withAll(Iterable<Long> iterable)ImmutableLongBagImmutableLongBagFactoryImpl. withAll(LongStream items)ImmutableLongBagImmutableLongBagFactoryImpl. withAll(LongIterable items) -
Uses of ImmutableLongBag in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive that return ImmutableLongBag Modifier and Type Method Description ImmutableLongBagLongHashBag. toImmutable()ImmutableLongBagSynchronizedLongBag. toImmutable()ImmutableLongBagUnmodifiableLongBag. toImmutable() -
Uses of ImmutableLongBag in org.eclipse.collections.impl.bimap.immutable
Methods in org.eclipse.collections.impl.bimap.immutable that return ImmutableLongBag Modifier and Type Method Description ImmutableLongBagAbstractImmutableBiMap. collectLong(LongFunction<? super V> longFunction) -
Uses of ImmutableLongBag in org.eclipse.collections.impl.map.immutable
Methods in org.eclipse.collections.impl.map.immutable that return ImmutableLongBag Modifier and Type Method Description ImmutableLongBagAbstractImmutableMap. collectLong(LongFunction<? super V> longFunction) -
Uses of ImmutableLongBag in org.eclipse.collections.impl.stream
Methods in org.eclipse.collections.impl.stream that return ImmutableLongBag Modifier and Type Method Description static ImmutableLongBagPrimitiveStreams. iLongBag(LongStream stream)