Package | Description |
---|---|
org.eclipse.collections.api.bag.sorted |
This package contains interfaces for SortedBag API.
|
org.eclipse.collections.api.factory.list.primitive |
This package contains factory API for creating immutable primitive list instances.
|
org.eclipse.collections.api.list |
This package contains interfaces for list API which enhance the performance and functionality of
List . |
org.eclipse.collections.api.list.primitive |
This package contains mutable and immutable primitive list API.
|
org.eclipse.collections.api.map |
This package contains interfaces for map API which enhance the performance and functionality of
Map |
org.eclipse.collections.api.map.sorted |
This package contains mutable and immutable sorted map interfaces.
|
org.eclipse.collections.api.set.sorted |
This package contains interfaces for sorted set API.
|
org.eclipse.collections.impl.list.immutable.primitive |
This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.
|
org.eclipse.collections.impl.list.mutable.primitive |
This package contains implementations of the mutable primitive list interfaces.
|
org.eclipse.collections.impl.map.sorted.immutable |
This package contains implementations of the
MutableSortedMap interface. |
org.eclipse.collections.impl.stream |
Modifier and Type | Method | Description |
---|---|---|
ImmutableLongList |
ImmutableSortedBag.collectLong(LongFunction<? super T> longFunction) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableLongList |
ImmutableLongListFactory.empty() |
|
ImmutableLongList |
ImmutableLongListFactory.of() |
Same as
ImmutableLongListFactory.empty() . |
ImmutableLongList |
ImmutableLongListFactory.of(long one) |
Same as
ImmutableLongListFactory.with(long) . |
ImmutableLongList |
ImmutableLongListFactory.of(long... items) |
|
ImmutableLongList |
ImmutableLongListFactory.ofAll(Iterable<Long> iterable) |
Same as
#withAll(IterableLong) . |
ImmutableLongList |
ImmutableLongListFactory.ofAll(LongStream items) |
|
ImmutableLongList |
ImmutableLongListFactory.ofAll(LongIterable items) |
|
ImmutableLongList |
ImmutableLongListFactory.with() |
Same as
ImmutableLongListFactory.empty() . |
ImmutableLongList |
ImmutableLongListFactory.with(long one) |
|
ImmutableLongList |
ImmutableLongListFactory.with(long... items) |
|
ImmutableLongList |
ImmutableLongListFactory.withAll(Iterable<Long> iterable) |
|
ImmutableLongList |
ImmutableLongListFactory.withAll(LongStream items) |
|
ImmutableLongList |
ImmutableLongListFactory.withAll(LongIterable items) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableLongList |
ImmutableList.collectLong(LongFunction<? super T> longFunction) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableLongList |
ImmutableLongList.distinct() |
|
ImmutableLongList |
ImmutableLongList.newWith(long element) |
|
ImmutableLongList |
ImmutableLongList.newWithAll(LongIterable elements) |
|
ImmutableLongList |
ImmutableLongList.newWithout(long element) |
|
ImmutableLongList |
ImmutableLongList.newWithoutAll(LongIterable elements) |
|
ImmutableLongList |
ImmutableLongList.reject(LongPredicate predicate) |
|
ImmutableLongList |
ImmutableLongList.select(LongPredicate predicate) |
|
ImmutableLongList |
ImmutableLongList.subList(int fromIndex,
int toIndex) |
|
default ImmutableLongList |
ImmutableLongList.tap(LongProcedure procedure) |
|
ImmutableLongList |
LongList.toImmutable() |
Returns an immutable copy of this list.
|
ImmutableLongList |
MutableLongList.toImmutable() |
Returns an immutable copy of this list.
|
ImmutableLongList |
ImmutableLongList.toReversed() |
Modifier and Type | Method | Description |
---|---|---|
ImmutableLongList |
ImmutableOrderedMap.collectLong(LongFunction<? super V> longFunction) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableLongList |
ImmutableSortedMap.collectLong(LongFunction<? super V> longFunction) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableLongList |
ImmutableSortedSet.collectLong(LongFunction<? super T> longFunction) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableLongList |
ImmutableLongListFactoryImpl.empty() |
|
ImmutableLongList |
ImmutableLongListFactoryImpl.of() |
|
ImmutableLongList |
ImmutableLongListFactoryImpl.of(long one) |
|
ImmutableLongList |
ImmutableLongListFactoryImpl.of(long... items) |
|
ImmutableLongList |
ImmutableLongListFactoryImpl.ofAll(Iterable<Long> iterable) |
|
ImmutableLongList |
ImmutableLongListFactoryImpl.ofAll(LongStream items) |
|
ImmutableLongList |
ImmutableLongListFactoryImpl.ofAll(LongIterable items) |
|
ImmutableLongList |
ImmutableLongListFactoryImpl.with() |
|
ImmutableLongList |
ImmutableLongListFactoryImpl.with(long one) |
|
ImmutableLongList |
ImmutableLongListFactoryImpl.with(long... items) |
|
ImmutableLongList |
ImmutableLongListFactoryImpl.withAll(Iterable<Long> iterable) |
|
ImmutableLongList |
ImmutableLongListFactoryImpl.withAll(LongStream items) |
|
ImmutableLongList |
ImmutableLongListFactoryImpl.withAll(LongIterable items) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableLongList |
LongArrayList.toImmutable() |
|
ImmutableLongList |
SynchronizedLongList.toImmutable() |
|
ImmutableLongList |
UnmodifiableLongList.toImmutable() |
Modifier and Type | Method | Description |
---|---|---|
ImmutableLongList |
AbstractImmutableSortedMap.collectLong(LongFunction<? super V> longFunction) |
Modifier and Type | Method | Description |
---|---|---|
static ImmutableLongList |
PrimitiveStreams.iLongList(LongStream stream) |
Copyright © 2004–2019. All rights reserved.