| Package | Description |
|---|---|
| org.eclipse.collections.api.list.primitive |
This package contains mutable and immutable primitive list API.
|
| org.eclipse.collections.api.ordered | |
| org.eclipse.collections.api.ordered.primitive | |
| org.eclipse.collections.impl.list.mutable.primitive |
This package contains implementations of the mutable primitive list interfaces.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ImmutableLongList
This file was automatically generated from template file immutablePrimitiveList.stg.
|
interface |
LongList
This file was automatically generated from template file primitiveList.stg.
|
interface |
MutableLongList
This file was automatically generated from template file mutablePrimitiveList.stg.
|
| Modifier and Type | Method and Description |
|---|---|
ReversibleLongIterable |
ReversibleIterable.collectLong(LongFunction<? super T> longFunction) |
| Modifier and Type | Method and Description |
|---|---|
ReversibleLongIterable |
ReversibleLongIterable.distinct() |
ReversibleLongIterable |
ReversibleLongIterable.reject(LongPredicate predicate) |
ReversibleLongIterable |
ReversibleLongIterable.select(LongPredicate predicate) |
ReversibleLongIterable |
ReversibleLongIterable.toReversed() |
| Modifier and Type | Class and Description |
|---|---|
class |
LongArrayList
LongArrayList is similar to
FastList, and is memory-optimized for long primitives. |
class |
SynchronizedLongList
A synchronized view of a
MutableLongList. |
class |
UnmodifiableLongList
This file was automatically generated from template file unmodifiablePrimitiveList.stg.
|
Copyright © 2004–2016. All rights reserved.