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 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(java.lang.Iterable<java.lang.Long> iterable)ImmutableLongSetImmutableLongSetFactory. ofAll(java.util.stream.LongStream items)ImmutableLongSetImmutableLongSetFactory. ofAll(LongIterable items)ImmutableLongSetImmutableLongSetFactory. with()Same asImmutableLongSetFactory.empty().ImmutableLongSetImmutableLongSetFactory. with(long one)ImmutableLongSetImmutableLongSetFactory. with(long... items)ImmutableLongSetImmutableLongSetFactory. withAll(java.lang.Iterable<java.lang.Long> iterable)ImmutableLongSetImmutableLongSetFactory. withAll(java.util.stream.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 default ImmutableLongSetImmutableLongSet. difference(LongSet set)Returns the set of all members ofthisthat are not members ofset.default ImmutableLongSetImmutableLongSet. intersect(LongSet set)Returns the set of all objects that are members of boththisandset.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. symmetricDifference(LongSet set)Returns the set of all objects that are a member of exactly one ofthisandset(elements which are in one of the sets, but not in both).default ImmutableLongSetImmutableLongSet. tap(LongProcedure procedure)ImmutableLongSetLongSet. toImmutable()Returns an immutable copy of this set.ImmutableLongSetMutableLongSet. toImmutable()Returns an immutable copy of this set.default ImmutableLongSetImmutableLongSet. 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 ImmutableLongSetImmutableLongEmptyBag. selectUnique()ImmutableLongSetImmutableLongHashBag. selectUnique()ImmutableLongSetImmutableLongSingletonBag. 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) classImmutableLongLongMapKeySetThis file was automatically generated from template file immutablePrimitivePrimitiveMapKeySet.stg(package private) classImmutableLongMapKeySetThis 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 ImmutableLongSetImmutableLongLongMapKeySet. reject(LongPredicate predicate)ImmutableLongSetImmutableLongMapKeySet. reject(LongPredicate predicate)ImmutableLongSetImmutableLongLongMapKeySet. select(LongPredicate predicate)ImmutableLongSetImmutableLongMapKeySet. select(LongPredicate predicate)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.(package private) classImmutableLongEmptySetImmutableLongEmptySet is an optimization forImmutableLongSetof size 0.(package private) classImmutableLongSingletonSetImmutableLongSingletonSet is an optimization forImmutableLongSetof size 1.Fields in org.eclipse.collections.impl.set.immutable.primitive declared as ImmutableLongSet Modifier and Type Field Description (package private) static ImmutableLongSetImmutableLongEmptySet. INSTANCEMethods in org.eclipse.collections.impl.set.immutable.primitive that return ImmutableLongSet Modifier and Type Method Description ImmutableLongSetImmutableLongSetFactoryImpl. empty()ImmutableLongSetAbstractImmutableLongSet. newWith(long element)ImmutableLongSetImmutableLongEmptySet. newWith(long element)ImmutableLongSetImmutableLongSingletonSet. newWith(long element)ImmutableLongSetAbstractImmutableLongSet. newWithAll(LongIterable elements)ImmutableLongSetImmutableLongEmptySet. newWithAll(LongIterable elements)ImmutableLongSetImmutableLongSingletonSet. newWithAll(LongIterable elements)ImmutableLongSetAbstractImmutableLongSet. newWithout(long element)ImmutableLongSetImmutableLongEmptySet. newWithout(long element)ImmutableLongSetImmutableLongSingletonSet. newWithout(long element)ImmutableLongSetAbstractImmutableLongSet. newWithoutAll(LongIterable elements)ImmutableLongSetImmutableLongEmptySet. newWithoutAll(LongIterable elements)ImmutableLongSetImmutableLongSingletonSet. newWithoutAll(LongIterable elements)ImmutableLongSetImmutableLongSetFactoryImpl. of()ImmutableLongSetImmutableLongSetFactoryImpl. of(long one)ImmutableLongSetImmutableLongSetFactoryImpl. of(long... items)ImmutableLongSetImmutableLongSetFactoryImpl. ofAll(java.lang.Iterable<java.lang.Long> iterable)ImmutableLongSetImmutableLongSetFactoryImpl. ofAll(java.util.stream.LongStream items)ImmutableLongSetImmutableLongSetFactoryImpl. ofAll(LongIterable items)ImmutableLongSetImmutableLongEmptySet. reject(LongPredicate predicate)ImmutableLongSetImmutableLongSingletonSet. reject(LongPredicate predicate)ImmutableLongSetImmutableLongEmptySet. select(LongPredicate predicate)ImmutableLongSetImmutableLongSingletonSet. select(LongPredicate predicate)ImmutableLongSetAbstractImmutableLongSet. toImmutable()ImmutableLongSetImmutableLongEmptySet. toImmutable()ImmutableLongSetImmutableLongSingletonSet. toImmutable()ImmutableLongSetImmutableLongSetFactoryImpl. with()ImmutableLongSetImmutableLongSetFactoryImpl. with(long one)ImmutableLongSetImmutableLongSetFactoryImpl. with(long... items)ImmutableLongSetImmutableLongSetFactoryImpl. withAll(java.lang.Iterable<java.lang.Long> iterable)ImmutableLongSetImmutableLongSetFactoryImpl. withAll(java.util.stream.LongStream items)ImmutableLongSetImmutableLongSetFactoryImpl. 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 classLongHashSet.ImmutableLongHashSetMethods in org.eclipse.collections.impl.set.mutable.primitive that return ImmutableLongSet Modifier and Type Method Description static ImmutableLongSetLongHashSet.ImmutableLongHashSet. newSetWith(long... elements)ImmutableLongSetLongHashSet.ImmutableLongHashSet. reject(LongPredicate predicate)ImmutableLongSetLongHashSet.ImmutableLongHashSet. select(LongPredicate predicate)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(java.util.stream.LongStream stream)
-