Package | Description |
---|---|
org.eclipse.collections.api.collection | |
org.eclipse.collections.api.list |
This package contains interfaces for list API which enhance the performance and functionality of
List . |
org.eclipse.collections.api.set |
This package contains interfaces for set API which enhance the performance and functionality of
Set . |
org.eclipse.collections.impl.list.fixed |
This package contains implementations of the
FixedSizeList interface. |
Modifier and Type | Method | Description |
---|---|---|
FixedSizeCollection<T> |
FixedSizeCollection.tap(Procedure<? super T> procedure) |
Modifier and Type | Interface | Description |
---|---|---|
interface |
FixedSizeList<T> |
A FixedSizeList is a list that may be mutated, but cannot grow or shrink in size.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
FixedSizeSet<T> |
A FixedSizeSet is a set that may be mutated, but cannot grow or shrink in size.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractMemoryEfficientMutableList<T> |
|
class |
ArrayAdapter<T> |
This class provides a MutableList wrapper around an array.
|
Copyright © 2004–2017. All rights reserved.