Uses of Interface
org.eclipse.collections.api.set.primitive.ImmutableLongSet
-
Packages that use 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 This package contains factory API for creating primitive set instances.org.eclipse.collections.api.set This package contains interfaces for set API which enhance the performance and functionality ofSet
.org.eclipse.collections.api.set.primitive This package contains API for mutable and immutable primitive sets.org.eclipse.collections.impl.bag.immutable.primitive This package contains implementations of the immutable primitive bag interfaces.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 contains the implementations ofImmutableSet
.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 ImmutableLongSet
ImmutableLongBag. 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 ImmutableLongSet
ImmutableLongSetFactory. empty()
ImmutableLongSet
ImmutableLongSetFactory. of()
Same asImmutableLongSetFactory.empty()
.ImmutableLongSet
ImmutableLongSetFactory. of(long one)
Same asImmutableLongSetFactory.with(long)
.ImmutableLongSet
ImmutableLongSetFactory. of(long... items)
Same asImmutableLongSetFactory.with(long[])
.ImmutableLongSet
ImmutableLongSetFactory. ofAll(java.lang.Iterable<java.lang.Long> iterable)
ImmutableLongSet
ImmutableLongSetFactory. ofAll(java.util.stream.LongStream items)
ImmutableLongSet
ImmutableLongSetFactory. ofAll(LongIterable items)
ImmutableLongSet
ImmutableLongSetFactory. with()
Same asImmutableLongSetFactory.empty()
.ImmutableLongSet
ImmutableLongSetFactory. with(long one)
ImmutableLongSet
ImmutableLongSetFactory. with(long... items)
ImmutableLongSet
ImmutableLongSetFactory. withAll(java.lang.Iterable<java.lang.Long> iterable)
ImmutableLongSet
ImmutableLongSetFactory. withAll(java.util.stream.LongStream items)
ImmutableLongSet
ImmutableLongSetFactory. 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 ImmutableLongSet
ImmutableSet. 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 default ImmutableLongSet
ImmutableLongSet. difference(LongSet set)
Returns the set of all members ofthis
that are not members ofset
.default ImmutableLongSet
ImmutableLongSet. intersect(LongSet set)
Returns the set of all objects that are members of boththis
andset
.ImmutableLongSet
ImmutableLongSet. newWith(long element)
ImmutableLongSet
ImmutableLongSet. newWithAll(LongIterable elements)
ImmutableLongSet
ImmutableLongSet. newWithout(long element)
ImmutableLongSet
ImmutableLongSet. newWithoutAll(LongIterable elements)
ImmutableLongSet
ImmutableLongSet. reject(LongPredicate predicate)
ImmutableLongSet
ImmutableLongSet. select(LongPredicate predicate)
default ImmutableLongSet
ImmutableLongSet. symmetricDifference(LongSet set)
Returns the set of all objects that are a member of exactly one ofthis
andset
(elements which are in one of the sets, but not in both).default ImmutableLongSet
ImmutableLongSet. tap(LongProcedure procedure)
ImmutableLongSet
LongSet. toImmutable()
Returns an immutable copy of this set.ImmutableLongSet
MutableLongSet. toImmutable()
Returns an immutable copy of this set.default ImmutableLongSet
ImmutableLongSet. union(LongSet set)
-
Uses of ImmutableLongSet in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive that return ImmutableLongSet Modifier and Type Method Description ImmutableLongSet
ImmutableLongEmptyBag. selectUnique()
ImmutableLongSet
ImmutableLongHashBag. selectUnique()
ImmutableLongSet
ImmutableLongSingletonBag. selectUnique()
-
Uses of ImmutableLongSet in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement ImmutableLongSet Modifier and Type Class Description (package private) class
ImmutableLongLongMapKeySet
This file was automatically generated from template file immutablePrimitivePrimitiveMapKeySet.stg(package private) class
ImmutableLongMapKeySet
This file was automatically generated from template file immutablePrimitiveMapKeySet.stgMethods in org.eclipse.collections.impl.map.mutable.primitive that return ImmutableLongSet Modifier and Type Method Description ImmutableLongSet
ImmutableLongLongMapKeySet. reject(LongPredicate predicate)
ImmutableLongSet
ImmutableLongMapKeySet. reject(LongPredicate predicate)
ImmutableLongSet
ImmutableLongLongMapKeySet. select(LongPredicate predicate)
ImmutableLongSet
ImmutableLongMapKeySet. select(LongPredicate predicate)
ImmutableLongSet
AbstractMutableLongKeySet. 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 ImmutableLongSet
AbstractImmutableSet. 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 class
AbstractImmutableLongSet
This file was automatically generated from template file abstractImmutablePrimitiveSet.stg.(package private) class
ImmutableLongEmptySet
ImmutableLongEmptySet is an optimization forImmutableLongSet
of size 0.(package private) class
ImmutableLongSingletonSet
ImmutableLongSingletonSet is an optimization forImmutableLongSet
of size 1.Fields in org.eclipse.collections.impl.set.immutable.primitive declared as ImmutableLongSet Modifier and Type Field Description (package private) static ImmutableLongSet
ImmutableLongEmptySet. INSTANCE
Methods in org.eclipse.collections.impl.set.immutable.primitive that return ImmutableLongSet Modifier and Type Method Description ImmutableLongSet
ImmutableLongSetFactoryImpl. empty()
ImmutableLongSet
AbstractImmutableLongSet. newWith(long element)
ImmutableLongSet
ImmutableLongEmptySet. newWith(long element)
ImmutableLongSet
ImmutableLongSingletonSet. newWith(long element)
ImmutableLongSet
AbstractImmutableLongSet. newWithAll(LongIterable elements)
ImmutableLongSet
ImmutableLongEmptySet. newWithAll(LongIterable elements)
ImmutableLongSet
ImmutableLongSingletonSet. newWithAll(LongIterable elements)
ImmutableLongSet
AbstractImmutableLongSet. newWithout(long element)
ImmutableLongSet
ImmutableLongEmptySet. newWithout(long element)
ImmutableLongSet
ImmutableLongSingletonSet. newWithout(long element)
ImmutableLongSet
AbstractImmutableLongSet. newWithoutAll(LongIterable elements)
ImmutableLongSet
ImmutableLongEmptySet. newWithoutAll(LongIterable elements)
ImmutableLongSet
ImmutableLongSingletonSet. newWithoutAll(LongIterable elements)
ImmutableLongSet
ImmutableLongSetFactoryImpl. of()
ImmutableLongSet
ImmutableLongSetFactoryImpl. of(long one)
ImmutableLongSet
ImmutableLongSetFactoryImpl. of(long... items)
ImmutableLongSet
ImmutableLongSetFactoryImpl. ofAll(java.lang.Iterable<java.lang.Long> iterable)
ImmutableLongSet
ImmutableLongSetFactoryImpl. ofAll(java.util.stream.LongStream items)
ImmutableLongSet
ImmutableLongSetFactoryImpl. ofAll(LongIterable items)
ImmutableLongSet
ImmutableLongEmptySet. reject(LongPredicate predicate)
ImmutableLongSet
ImmutableLongSingletonSet. reject(LongPredicate predicate)
ImmutableLongSet
ImmutableLongEmptySet. select(LongPredicate predicate)
ImmutableLongSet
ImmutableLongSingletonSet. select(LongPredicate predicate)
ImmutableLongSet
AbstractImmutableLongSet. toImmutable()
ImmutableLongSet
ImmutableLongEmptySet. toImmutable()
ImmutableLongSet
ImmutableLongSingletonSet. toImmutable()
ImmutableLongSet
ImmutableLongSetFactoryImpl. with()
ImmutableLongSet
ImmutableLongSetFactoryImpl. with(long one)
ImmutableLongSet
ImmutableLongSetFactoryImpl. with(long... items)
ImmutableLongSet
ImmutableLongSetFactoryImpl. withAll(java.lang.Iterable<java.lang.Long> iterable)
ImmutableLongSet
ImmutableLongSetFactoryImpl. withAll(java.util.stream.LongStream items)
ImmutableLongSet
ImmutableLongSetFactoryImpl. withAll(LongIterable items)
-
Uses of ImmutableLongSet in org.eclipse.collections.impl.set.mutable.primitive
Classes in org.eclipse.collections.impl.set.mutable.primitive that implement ImmutableLongSet Modifier and Type Class Description private static class
LongHashSet.ImmutableLongHashSet
Methods in org.eclipse.collections.impl.set.mutable.primitive that return ImmutableLongSet Modifier and Type Method Description static ImmutableLongSet
LongHashSet.ImmutableLongHashSet. newSetWith(long... elements)
ImmutableLongSet
LongHashSet.ImmutableLongHashSet. reject(LongPredicate predicate)
ImmutableLongSet
LongHashSet.ImmutableLongHashSet. select(LongPredicate predicate)
ImmutableLongSet
LongHashSet. toImmutable()
ImmutableLongSet
SynchronizedLongSet. toImmutable()
ImmutableLongSet
UnmodifiableLongSet. 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 ImmutableLongSet
PrimitiveStreams. iLongSet(java.util.stream.LongStream stream)
-