Package | Description |
---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
ImmutableLongSet |
ImmutableLongSetFactory.empty() |
|
ImmutableLongSet |
ImmutableLongSetFactory.of() |
Same as
ImmutableLongSetFactory.empty() . |
ImmutableLongSet |
ImmutableLongSetFactory.of(long one) |
Same as
ImmutableLongSetFactory.with(long) . |
ImmutableLongSet |
ImmutableLongSetFactory.of(long... items) |
Same as
ImmutableLongSetFactory.with(long[]) . |
ImmutableLongSet |
ImmutableLongSetFactory.ofAll(LongIterable items) |
|
ImmutableLongSet |
ImmutableLongSetFactory.with() |
Same as
ImmutableLongSetFactory.empty() . |
ImmutableLongSet |
ImmutableLongSetFactory.with(long one) |
|
ImmutableLongSet |
ImmutableLongSetFactory.with(long... items) |
|
ImmutableLongSet |
ImmutableLongSetFactory.withAll(LongIterable items) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableLongSet |
ImmutableSet.collectLong(LongFunction<? super T> longFunction) |
Modifier and Type | Method | Description |
---|---|---|
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) |
|
ImmutableLongSet |
LongSet.toImmutable() |
Returns an immutable copy of this set.
|
ImmutableLongSet |
MutableLongSet.toImmutable() |
Returns an immutable copy of this set.
|
Modifier and Type | Method | Description |
---|---|---|
ImmutableLongSet |
AbstractMutableLongKeySet.toImmutable() |
Modifier and Type | Method | Description |
---|---|---|
ImmutableLongSet |
AbstractImmutableSet.collectLong(LongFunction<? super T> longFunction) |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractImmutableLongSet |
This file was automatically generated from template file abstractImmutablePrimitiveSet.stg.
|
Modifier and Type | Method | Description |
---|---|---|
ImmutableLongSet |
ImmutableLongSetFactoryImpl.empty() |
|
ImmutableLongSet |
AbstractImmutableLongSet.newWith(long element) |
|
ImmutableLongSet |
AbstractImmutableLongSet.newWithAll(LongIterable elements) |
|
ImmutableLongSet |
AbstractImmutableLongSet.newWithout(long element) |
|
ImmutableLongSet |
AbstractImmutableLongSet.newWithoutAll(LongIterable elements) |
|
ImmutableLongSet |
ImmutableLongSetFactoryImpl.of() |
|
ImmutableLongSet |
ImmutableLongSetFactoryImpl.of(long one) |
|
ImmutableLongSet |
ImmutableLongSetFactoryImpl.of(long... items) |
|
ImmutableLongSet |
ImmutableLongSetFactoryImpl.ofAll(LongIterable items) |
|
ImmutableLongSet |
AbstractImmutableLongSet.toImmutable() |
|
ImmutableLongSet |
ImmutableLongSetFactoryImpl.with() |
|
ImmutableLongSet |
ImmutableLongSetFactoryImpl.with(long one) |
|
ImmutableLongSet |
ImmutableLongSetFactoryImpl.with(long... items) |
|
ImmutableLongSet |
ImmutableLongSetFactoryImpl.withAll(LongIterable items) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableLongSet |
LongHashSet.toImmutable() |
|
ImmutableLongSet |
SynchronizedLongSet.toImmutable() |
|
ImmutableLongSet |
UnmodifiableLongSet.toImmutable() |
Copyright © 2004–2017. All rights reserved.