Uses of Interface
org.eclipse.collections.api.set.primitive.ImmutableLongSet
Packages that use ImmutableLongSet
Package
Description
This package contains API for Primitive Bags with Mutable and Immutable variants.
This package contains factory API for creating primitive set instances.
This package contains interfaces for set API which enhance the performance and functionality of
Set
.This package contains API for mutable and immutable primitive sets.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains the implementations of
ImmutableSet
.This package contains implementations of the immutable primitive set interfaces.
This package contains implementations of the mutable primitive set interfaces.
-
Uses of ImmutableLongSet in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive that return ImmutableLongSetModifier and TypeMethodDescriptionImmutableLongBag.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 ImmutableLongSetModifier and TypeMethodDescriptionImmutableLongSetFactory.empty()
ImmutableLongSetFactory.of()
Same asImmutableLongSetFactory.empty()
.ImmutableLongSetFactory.of
(long one) Same asImmutableLongSetFactory.with(long)
.ImmutableLongSetFactory.of
(long... items) Same asImmutableLongSetFactory.with(long[])
.ImmutableLongSetFactory.ofAll
(LongStream items) ImmutableLongSetFactory.ofAll
(LongIterable items) ImmutableLongSetFactory.with()
Same asImmutableLongSetFactory.empty()
.ImmutableLongSetFactory.with
(long one) ImmutableLongSetFactory.with
(long... items) ImmutableLongSetFactory.withAll
(LongStream items) ImmutableLongSetFactory.withAll
(LongIterable items) -
Uses of ImmutableLongSet in org.eclipse.collections.api.set
Methods in org.eclipse.collections.api.set that return ImmutableLongSet -
Uses of ImmutableLongSet in org.eclipse.collections.api.set.primitive
Methods in org.eclipse.collections.api.set.primitive that return ImmutableLongSetModifier and TypeMethodDescriptiondefault ImmutableLongSet
ImmutableLongSet.difference
(LongSet set) Returns the set of all members ofthis
that are not members ofset
.default ImmutableLongSet
Returns the set of all objects that are members of boththis
andset
.ImmutableLongSet.newWith
(long element) ImmutableLongSet.newWithAll
(LongIterable elements) ImmutableLongSet.newWithout
(long element) ImmutableLongSet.newWithoutAll
(LongIterable elements) ImmutableLongSet.reject
(LongPredicate predicate) 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) LongSet.toImmutable()
Returns an immutable copy of this set.MutableLongSet.toImmutable()
Returns an immutable copy of this set.default ImmutableLongSet
-
Uses of ImmutableLongSet in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return ImmutableLongSet -
Uses of ImmutableLongSet in org.eclipse.collections.impl.set.immutable
Methods in org.eclipse.collections.impl.set.immutable that return ImmutableLongSetModifier and TypeMethodDescriptionAbstractImmutableSet.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 ImmutableLongSetModifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractImmutablePrimitiveSet.stg.Methods in org.eclipse.collections.impl.set.immutable.primitive that return ImmutableLongSetModifier and TypeMethodDescriptionImmutableLongSetFactoryImpl.empty()
AbstractImmutableLongSet.newWith
(long element) AbstractImmutableLongSet.newWithAll
(LongIterable elements) AbstractImmutableLongSet.newWithout
(long element) AbstractImmutableLongSet.newWithoutAll
(LongIterable elements) ImmutableLongSetFactoryImpl.of()
ImmutableLongSetFactoryImpl.of
(long one) ImmutableLongSetFactoryImpl.of
(long... items) ImmutableLongSetFactoryImpl.ofAll
(LongStream items) ImmutableLongSetFactoryImpl.ofAll
(LongIterable items) AbstractImmutableLongSet.toImmutable()
ImmutableLongSetFactoryImpl.with()
ImmutableLongSetFactoryImpl.with
(long one) ImmutableLongSetFactoryImpl.with
(long... items) ImmutableLongSetFactoryImpl.withAll
(LongStream items) ImmutableLongSetFactoryImpl.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 ImmutableLongSetModifier and TypeMethodDescriptionLongHashSet.toImmutable()
SynchronizedLongSet.toImmutable()
UnmodifiableLongSet.toImmutable()
-
Uses of ImmutableLongSet in org.eclipse.collections.impl.stream
Methods in org.eclipse.collections.impl.stream that return ImmutableLongSetModifier and TypeMethodDescriptionstatic ImmutableLongSet
PrimitiveStreams.iLongSet
(LongStream stream)