Uses of Interface
org.eclipse.collections.api.set.primitive.ImmutableLongSet
| Package | Description |
|---|---|
| org.eclipse.collections.api.bag.primitive |
This package contains API for Primitive Bags with Mutable and Immutable variants.
|
| org.eclipse.collections.api.factory.set.primitive | |
| org.eclipse.collections.api.set |
This package contains interfaces for set API which enhance the performance and functionality of
Set. |
| org.eclipse.collections.api.set.primitive |
This package contains API for mutable and immutable primitive sets.
|
| 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.set.immutable |
This package package contains the implementations of
ImmutableSet. |
| org.eclipse.collections.impl.set.immutable.primitive |
This package contains implementations of the immutable primitive set interfaces.
|
| org.eclipse.collections.impl.set.mutable.primitive |
This package contains implementations of the mutable primitive set interfaces.
|
| org.eclipse.collections.impl.stream |
-
Uses of ImmutableLongSet in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive that return ImmutableLongSet Modifier and Type Method Description ImmutableLongSetImmutableLongBag. selectUnique()Returns all elements of the bag that have exactly one occurrence. -
Uses of ImmutableLongSet in org.eclipse.collections.api.factory.set.primitive
Methods in org.eclipse.collections.api.factory.set.primitive that return ImmutableLongSet Modifier and Type Method Description ImmutableLongSetImmutableLongSetFactory. empty()ImmutableLongSetImmutableLongSetFactory. of()Same asImmutableLongSetFactory.empty().ImmutableLongSetImmutableLongSetFactory. of(long one)Same asImmutableLongSetFactory.with(long).ImmutableLongSetImmutableLongSetFactory. of(long... items)Same asImmutableLongSetFactory.with(long[]).ImmutableLongSetImmutableLongSetFactory. ofAll(Iterable<Long> iterable)ImmutableLongSetImmutableLongSetFactory. ofAll(LongStream items)ImmutableLongSetImmutableLongSetFactory. ofAll(LongIterable items)ImmutableLongSetImmutableLongSetFactory. with()Same asImmutableLongSetFactory.empty().ImmutableLongSetImmutableLongSetFactory. with(long one)ImmutableLongSetImmutableLongSetFactory. with(long... items)ImmutableLongSetImmutableLongSetFactory. withAll(Iterable<Long> iterable)ImmutableLongSetImmutableLongSetFactory. withAll(LongStream items)ImmutableLongSetImmutableLongSetFactory. withAll(LongIterable items) -
Uses of ImmutableLongSet in org.eclipse.collections.api.set
Methods in org.eclipse.collections.api.set that return ImmutableLongSet Modifier and Type Method Description ImmutableLongSetImmutableSet. collectLong(LongFunction<? super T> longFunction) -
Uses of ImmutableLongSet in org.eclipse.collections.api.set.primitive
Methods in org.eclipse.collections.api.set.primitive that return ImmutableLongSet Modifier and Type Method Description ImmutableLongSetImmutableLongSet. newWith(long element)ImmutableLongSetImmutableLongSet. newWithAll(LongIterable elements)ImmutableLongSetImmutableLongSet. newWithout(long element)ImmutableLongSetImmutableLongSet. newWithoutAll(LongIterable elements)ImmutableLongSetImmutableLongSet. reject(LongPredicate predicate)ImmutableLongSetImmutableLongSet. select(LongPredicate predicate)default ImmutableLongSetImmutableLongSet. tap(LongProcedure procedure)ImmutableLongSetLongSet. toImmutable()Returns an immutable copy of this set.ImmutableLongSetMutableLongSet. toImmutable()Returns an immutable copy of this set. -
Uses of ImmutableLongSet in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return ImmutableLongSet Modifier and Type Method Description ImmutableLongSetAbstractMutableLongKeySet. toImmutable() -
Uses of ImmutableLongSet in org.eclipse.collections.impl.set.immutable
Methods in org.eclipse.collections.impl.set.immutable that return ImmutableLongSet Modifier and Type Method Description ImmutableLongSetAbstractImmutableSet. collectLong(LongFunction<? super T> longFunction) -
Uses of ImmutableLongSet in org.eclipse.collections.impl.set.immutable.primitive
Classes in org.eclipse.collections.impl.set.immutable.primitive that implement ImmutableLongSet Modifier and Type Class Description classAbstractImmutableLongSetThis file was automatically generated from template file abstractImmutablePrimitiveSet.stg.Methods in org.eclipse.collections.impl.set.immutable.primitive that return ImmutableLongSet Modifier and Type Method Description ImmutableLongSetImmutableLongSetFactoryImpl. empty()ImmutableLongSetAbstractImmutableLongSet. newWith(long element)ImmutableLongSetAbstractImmutableLongSet. newWithAll(LongIterable elements)ImmutableLongSetAbstractImmutableLongSet. newWithout(long element)ImmutableLongSetAbstractImmutableLongSet. newWithoutAll(LongIterable elements)ImmutableLongSetImmutableLongSetFactoryImpl. of()ImmutableLongSetImmutableLongSetFactoryImpl. of(long one)ImmutableLongSetImmutableLongSetFactoryImpl. of(long... items)ImmutableLongSetImmutableLongSetFactoryImpl. ofAll(Iterable<Long> iterable)ImmutableLongSetImmutableLongSetFactoryImpl. ofAll(LongStream items)ImmutableLongSetImmutableLongSetFactoryImpl. ofAll(LongIterable items)ImmutableLongSetAbstractImmutableLongSet. toImmutable()ImmutableLongSetImmutableLongSetFactoryImpl. with()ImmutableLongSetImmutableLongSetFactoryImpl. with(long one)ImmutableLongSetImmutableLongSetFactoryImpl. with(long... items)ImmutableLongSetImmutableLongSetFactoryImpl. withAll(Iterable<Long> iterable)ImmutableLongSetImmutableLongSetFactoryImpl. withAll(LongStream items)ImmutableLongSetImmutableLongSetFactoryImpl. withAll(LongIterable items) -
Uses of ImmutableLongSet in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive that return ImmutableLongSet Modifier and Type Method Description ImmutableLongSetLongHashSet. toImmutable()ImmutableLongSetSynchronizedLongSet. toImmutable()ImmutableLongSetUnmodifiableLongSet. toImmutable() -
Uses of ImmutableLongSet in org.eclipse.collections.impl.stream
Methods in org.eclipse.collections.impl.stream that return ImmutableLongSet Modifier and Type Method Description static ImmutableLongSetPrimitiveStreams. iLongSet(LongStream stream)