Uses of Interface
org.eclipse.collections.api.bag.primitive.ImmutableLongBag
-
Packages that use 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 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 This package contains implementations of theImmutableBaginterface.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 theImmutableMapinterface.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.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(java.lang.Iterable<java.lang.Long> iterable)ImmutableLongBagImmutableLongBagFactory. ofAll(java.util.stream.LongStream items)ImmutableLongBagImmutableLongBagFactory. ofAll(LongIterable items)ImmutableLongBagImmutableLongBagFactory. with()Same asImmutableLongBagFactory.empty().ImmutableLongBagImmutableLongBagFactory. with(long one)ImmutableLongBagImmutableLongBagFactory. with(long... items)ImmutableLongBagImmutableLongBagFactory. withAll(java.lang.Iterable<java.lang.Long> iterable)ImmutableLongBagImmutableLongBagFactory. withAll(java.util.stream.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)ImmutableLongBagImmutableEmptyBag. collectLong(LongFunction<? super T> longFunction) -
Uses of ImmutableLongBag in org.eclipse.collections.impl.bag.immutable.primitive
Classes in org.eclipse.collections.impl.bag.immutable.primitive that implement ImmutableLongBag Modifier and Type Class Description (package private) classImmutableLongEmptyBagImmutableLongEmptyBag is an optimization forImmutableLongBagof size 0.(package private) classImmutableLongHashBagImmutableLongHashBag is the non-modifiable equivalent ofLongHashBag.(package private) classImmutableLongSingletonBagImmutableLongSingletonBag is an optimization forImmutableLongBagof size 1.Fields in org.eclipse.collections.impl.bag.immutable.primitive declared as ImmutableLongBag Modifier and Type Field Description (package private) static ImmutableLongBagImmutableLongEmptyBag. INSTANCEMethods in org.eclipse.collections.impl.bag.immutable.primitive that return ImmutableLongBag Modifier and Type Method Description ImmutableLongBagImmutableLongBagFactoryImpl. empty()ImmutableLongBagImmutableLongEmptyBag. newWith(long element)ImmutableLongBagImmutableLongHashBag. newWith(long element)ImmutableLongBagImmutableLongSingletonBag. newWith(long element)ImmutableLongBagImmutableLongEmptyBag. newWithAll(LongIterable elements)ImmutableLongBagImmutableLongHashBag. newWithAll(LongIterable elements)ImmutableLongBagImmutableLongSingletonBag. newWithAll(LongIterable elements)ImmutableLongBagImmutableLongEmptyBag. newWithout(long element)ImmutableLongBagImmutableLongHashBag. newWithout(long element)ImmutableLongBagImmutableLongSingletonBag. newWithout(long element)ImmutableLongBagImmutableLongEmptyBag. newWithoutAll(LongIterable elements)ImmutableLongBagImmutableLongHashBag. newWithoutAll(LongIterable elements)ImmutableLongBagImmutableLongSingletonBag. newWithoutAll(LongIterable elements)ImmutableLongBagImmutableLongBagFactoryImpl. of()ImmutableLongBagImmutableLongBagFactoryImpl. of(long one)ImmutableLongBagImmutableLongBagFactoryImpl. of(long... items)ImmutableLongBagImmutableLongBagFactoryImpl. ofAll(java.lang.Iterable<java.lang.Long> iterable)ImmutableLongBagImmutableLongBagFactoryImpl. ofAll(java.util.stream.LongStream items)ImmutableLongBagImmutableLongBagFactoryImpl. ofAll(LongIterable items)ImmutableLongBagImmutableLongEmptyBag. reject(LongPredicate predicate)ImmutableLongBagImmutableLongHashBag. reject(LongPredicate predicate)ImmutableLongBagImmutableLongSingletonBag. reject(LongPredicate predicate)ImmutableLongBagImmutableLongEmptyBag. select(LongPredicate predicate)ImmutableLongBagImmutableLongHashBag. select(LongPredicate predicate)ImmutableLongBagImmutableLongSingletonBag. select(LongPredicate predicate)ImmutableLongBagImmutableLongEmptyBag. selectByOccurrences(IntPredicate predicate)ImmutableLongBagImmutableLongHashBag. selectByOccurrences(IntPredicate predicate)ImmutableLongBagImmutableLongSingletonBag. selectByOccurrences(IntPredicate predicate)ImmutableLongBagImmutableLongEmptyBag. toImmutable()ImmutableLongBagImmutableLongHashBag. toImmutable()ImmutableLongBagImmutableLongSingletonBag. toImmutable()ImmutableLongBagImmutableLongBagFactoryImpl. with()ImmutableLongBagImmutableLongBagFactoryImpl. with(long one)ImmutableLongBagImmutableLongBagFactoryImpl. with(long... items)ImmutableLongBagImmutableLongBagFactoryImpl. withAll(java.lang.Iterable<java.lang.Long> iterable)ImmutableLongBagImmutableLongBagFactoryImpl. withAll(java.util.stream.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.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return ImmutableLongBag Modifier and Type Method Description ImmutableLongBagImmutableByteObjectEmptyMap. collectLong(LongFunction<? super V> longFunction)ImmutableLongBagImmutableByteObjectHashMap. collectLong(LongFunction<? super V> longFunction)ImmutableLongBagImmutableByteObjectSingletonMap. collectLong(LongFunction<? super V> longFunction)ImmutableLongBagImmutableCharObjectEmptyMap. collectLong(LongFunction<? super V> longFunction)ImmutableLongBagImmutableCharObjectHashMap. collectLong(LongFunction<? super V> longFunction)ImmutableLongBagImmutableCharObjectSingletonMap. collectLong(LongFunction<? super V> longFunction)ImmutableLongBagImmutableDoubleObjectEmptyMap. collectLong(LongFunction<? super V> longFunction)ImmutableLongBagImmutableDoubleObjectHashMap. collectLong(LongFunction<? super V> longFunction)ImmutableLongBagImmutableDoubleObjectSingletonMap. collectLong(LongFunction<? super V> longFunction)ImmutableLongBagImmutableFloatObjectEmptyMap. collectLong(LongFunction<? super V> longFunction)ImmutableLongBagImmutableFloatObjectHashMap. collectLong(LongFunction<? super V> longFunction)ImmutableLongBagImmutableFloatObjectSingletonMap. collectLong(LongFunction<? super V> longFunction)ImmutableLongBagImmutableIntObjectEmptyMap. collectLong(LongFunction<? super V> longFunction)ImmutableLongBagImmutableIntObjectHashMap. collectLong(LongFunction<? super V> longFunction)ImmutableLongBagImmutableIntObjectSingletonMap. collectLong(LongFunction<? super V> longFunction)ImmutableLongBagImmutableLongObjectEmptyMap. collectLong(LongFunction<? super V> longFunction)ImmutableLongBagImmutableLongObjectHashMap. collectLong(LongFunction<? super V> longFunction)ImmutableLongBagImmutableLongObjectSingletonMap. collectLong(LongFunction<? super V> longFunction)ImmutableLongBagImmutableShortObjectEmptyMap. collectLong(LongFunction<? super V> longFunction)ImmutableLongBagImmutableShortObjectHashMap. collectLong(LongFunction<? super V> longFunction)ImmutableLongBagImmutableShortObjectSingletonMap. collectLong(LongFunction<? super V> longFunction)ImmutableLongBagImmutableByteLongEmptyMap. reject(LongPredicate predicate)ImmutableLongBagImmutableByteLongHashMap. reject(LongPredicate predicate)ImmutableLongBagImmutableByteLongSingletonMap. reject(LongPredicate predicate)ImmutableLongBagImmutableCharLongEmptyMap. reject(LongPredicate predicate)ImmutableLongBagImmutableCharLongHashMap. reject(LongPredicate predicate)ImmutableLongBagImmutableCharLongSingletonMap. reject(LongPredicate predicate)ImmutableLongBagImmutableDoubleLongEmptyMap. reject(LongPredicate predicate)ImmutableLongBagImmutableDoubleLongHashMap. reject(LongPredicate predicate)ImmutableLongBagImmutableDoubleLongSingletonMap. reject(LongPredicate predicate)ImmutableLongBagImmutableFloatLongEmptyMap. reject(LongPredicate predicate)ImmutableLongBagImmutableFloatLongHashMap. reject(LongPredicate predicate)ImmutableLongBagImmutableFloatLongSingletonMap. reject(LongPredicate predicate)ImmutableLongBagImmutableIntLongEmptyMap. reject(LongPredicate predicate)ImmutableLongBagImmutableIntLongHashMap. reject(LongPredicate predicate)ImmutableLongBagImmutableIntLongSingletonMap. reject(LongPredicate predicate)ImmutableLongBagImmutableLongLongEmptyMap. reject(LongPredicate predicate)ImmutableLongBagImmutableLongLongHashMap. reject(LongPredicate predicate)ImmutableLongBagImmutableLongLongSingletonMap. reject(LongPredicate predicate)ImmutableLongBagImmutableShortLongEmptyMap. reject(LongPredicate predicate)ImmutableLongBagImmutableShortLongHashMap. reject(LongPredicate predicate)ImmutableLongBagImmutableShortLongSingletonMap. reject(LongPredicate predicate)ImmutableLongBagImmutableByteLongEmptyMap. select(LongPredicate predicate)ImmutableLongBagImmutableByteLongHashMap. select(LongPredicate predicate)ImmutableLongBagImmutableByteLongSingletonMap. select(LongPredicate predicate)ImmutableLongBagImmutableCharLongEmptyMap. select(LongPredicate predicate)ImmutableLongBagImmutableCharLongHashMap. select(LongPredicate predicate)ImmutableLongBagImmutableCharLongSingletonMap. select(LongPredicate predicate)ImmutableLongBagImmutableDoubleLongEmptyMap. select(LongPredicate predicate)ImmutableLongBagImmutableDoubleLongHashMap. select(LongPredicate predicate)ImmutableLongBagImmutableDoubleLongSingletonMap. select(LongPredicate predicate)ImmutableLongBagImmutableFloatLongEmptyMap. select(LongPredicate predicate)ImmutableLongBagImmutableFloatLongHashMap. select(LongPredicate predicate)ImmutableLongBagImmutableFloatLongSingletonMap. select(LongPredicate predicate)ImmutableLongBagImmutableIntLongEmptyMap. select(LongPredicate predicate)ImmutableLongBagImmutableIntLongHashMap. select(LongPredicate predicate)ImmutableLongBagImmutableIntLongSingletonMap. select(LongPredicate predicate)ImmutableLongBagImmutableLongLongEmptyMap. select(LongPredicate predicate)ImmutableLongBagImmutableLongLongHashMap. select(LongPredicate predicate)ImmutableLongBagImmutableLongLongSingletonMap. select(LongPredicate predicate)ImmutableLongBagImmutableShortLongEmptyMap. select(LongPredicate predicate)ImmutableLongBagImmutableShortLongHashMap. select(LongPredicate predicate)ImmutableLongBagImmutableShortLongSingletonMap. select(LongPredicate predicate) -
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(java.util.stream.LongStream stream)
-