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 ImmutableLongBag
ImmutableBag. 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 ImmutableLongBag
ImmutableLongBag. newWith(long element)
ImmutableLongBag
ImmutableLongBag. newWithAll(LongIterable elements)
ImmutableLongBag
ImmutableLongBag. newWithout(long element)
ImmutableLongBag
ImmutableLongBag. newWithoutAll(LongIterable elements)
ImmutableLongBag
ImmutableLongBag. reject(LongPredicate predicate)
ImmutableLongBag
ImmutableLongBag. select(LongPredicate predicate)
ImmutableLongBag
ImmutableLongBag. selectByOccurrences(IntPredicate predicate)
Returns all elements of the bag that have a number of occurrences that satisfy the predicate.default ImmutableLongBag
ImmutableLongBag. selectDuplicates()
Returns all elements of the bag that have more than one occurrence.default ImmutableLongBag
ImmutableLongBag. tap(LongProcedure procedure)
ImmutableLongBag
LongBag. toImmutable()
Returns an immutable copy of this bag.ImmutableLongBag
MutableLongBag. 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 ImmutableLongBag
ImmutableLongBagFactory. empty()
ImmutableLongBag
ImmutableLongBagFactory. of()
Same asImmutableLongBagFactory.empty()
.ImmutableLongBag
ImmutableLongBagFactory. of(long one)
Same asImmutableLongBagFactory.with(long)
.ImmutableLongBag
ImmutableLongBagFactory. of(long... items)
Same asImmutableLongBagFactory.with(long[])
.ImmutableLongBag
ImmutableLongBagFactory. ofAll(Iterable<Long> iterable)
ImmutableLongBag
ImmutableLongBagFactory. ofAll(LongStream items)
ImmutableLongBag
ImmutableLongBagFactory. ofAll(LongIterable items)
ImmutableLongBag
ImmutableLongBagFactory. with()
Same asImmutableLongBagFactory.empty()
.ImmutableLongBag
ImmutableLongBagFactory. with(long one)
ImmutableLongBag
ImmutableLongBagFactory. with(long... items)
ImmutableLongBag
ImmutableLongBagFactory. withAll(Iterable<Long> iterable)
ImmutableLongBag
ImmutableLongBagFactory. withAll(LongStream items)
ImmutableLongBag
ImmutableLongBagFactory. 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 ImmutableLongBag
ImmutableMap. 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 ImmutableLongBag
ImmutablePrimitiveObjectMap. collectLong(LongFunction<? super V> longFunction)
ImmutableLongBag
ImmutableByteLongMap. reject(LongPredicate predicate)
ImmutableLongBag
ImmutableCharLongMap. reject(LongPredicate predicate)
ImmutableLongBag
ImmutableDoubleLongMap. reject(LongPredicate predicate)
ImmutableLongBag
ImmutableFloatLongMap. reject(LongPredicate predicate)
ImmutableLongBag
ImmutableIntLongMap. reject(LongPredicate predicate)
ImmutableLongBag
ImmutableLongLongMap. reject(LongPredicate predicate)
ImmutableLongBag
ImmutableShortLongMap. reject(LongPredicate predicate)
ImmutableLongBag
ImmutableByteLongMap. select(LongPredicate predicate)
ImmutableLongBag
ImmutableCharLongMap. select(LongPredicate predicate)
ImmutableLongBag
ImmutableDoubleLongMap. select(LongPredicate predicate)
ImmutableLongBag
ImmutableFloatLongMap. select(LongPredicate predicate)
ImmutableLongBag
ImmutableIntLongMap. select(LongPredicate predicate)
ImmutableLongBag
ImmutableLongLongMap. select(LongPredicate predicate)
ImmutableLongBag
ImmutableShortLongMap. 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 ImmutableLongBag
AbstractImmutableBag. 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 ImmutableLongBag
ImmutableLongBagFactoryImpl. empty()
ImmutableLongBag
ImmutableLongBagFactoryImpl. of()
ImmutableLongBag
ImmutableLongBagFactoryImpl. of(long one)
ImmutableLongBag
ImmutableLongBagFactoryImpl. of(long... items)
ImmutableLongBag
ImmutableLongBagFactoryImpl. ofAll(Iterable<Long> iterable)
ImmutableLongBag
ImmutableLongBagFactoryImpl. ofAll(LongStream items)
ImmutableLongBag
ImmutableLongBagFactoryImpl. ofAll(LongIterable items)
ImmutableLongBag
ImmutableLongBagFactoryImpl. with()
ImmutableLongBag
ImmutableLongBagFactoryImpl. with(long one)
ImmutableLongBag
ImmutableLongBagFactoryImpl. with(long... items)
ImmutableLongBag
ImmutableLongBagFactoryImpl. withAll(Iterable<Long> iterable)
ImmutableLongBag
ImmutableLongBagFactoryImpl. withAll(LongStream items)
ImmutableLongBag
ImmutableLongBagFactoryImpl. 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 ImmutableLongBag
LongHashBag. toImmutable()
ImmutableLongBag
SynchronizedLongBag. toImmutable()
ImmutableLongBag
UnmodifiableLongBag. 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 ImmutableLongBag
AbstractImmutableBiMap. 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 ImmutableLongBag
AbstractImmutableMap. 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 ImmutableLongBag
PrimitiveStreams. iLongBag(LongStream stream)