| Package | Description |
|---|---|
| org.eclipse.collections.impl.list.mutable |
This package contains implementations of the
MutableList interface. |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayListAdapter<T>
This class provides a MutableList wrapper around a JDK Collections ArrayList instance.
|
class |
ListAdapter<T>
This class provides a MutableList wrapper around a JDK Collections List interface instance.
|
class |
RandomAccessListAdapter<T>
This class provides a MutableList wrapper around a JDK Collections List interface instance.
|
Copyright © 2004–2022. All rights reserved.