| Package | Description |
|---|---|
| org.eclipse.collections.impl.bag.mutable |
This package contains implementations of the
MutableBag interface. |
| org.eclipse.collections.impl.bag.sorted.mutable |
This package contains implementations of
MutableSortedBag. |
| org.eclipse.collections.impl.collection.mutable |
This package contains implementations of the
MutableCollection interface. |
| org.eclipse.collections.impl.list.mutable |
This package contains implementations of the
MutableList interface. |
| org.eclipse.collections.impl.set.mutable |
This package contains implementations of
MutableSet. |
| org.eclipse.collections.impl.set.sorted.mutable |
This package contains implementations of
MutableSortedSet. |
| Modifier and Type | Class and Description |
|---|---|
class |
UnmodifiableBag<T>
An unmodifiable view of a bag.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UnmodifiableSortedBag<T>
An unmodifiable view of a SortedBag.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UnmodifiableMutableCollection<T>
An unmodifiable view of a collection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UnmodifiableMutableList<T>
An unmodifiable view of a list.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UnmodifiableMutableSet<T>
An unmodifiable view of a list.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UnmodifiableSortedSet<T>
An unmodifiable view of a SortedSet.
|
Copyright © 2004–2022. All rights reserved.