| Package | Description |
|---|---|
| com.gs.collections.impl.bag.mutable |
This package contains implementations of the
MutableBag interface. |
| com.gs.collections.impl.collection.mutable |
This package contains implementations of the
MutableCollection interface. |
| com.gs.collections.impl.list.mutable |
This package contains implementations of the
MutableList interface. |
| com.gs.collections.impl.set.mutable |
This package package contains implementations of
MutableSet. |
| com.gs.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 | Method and Description |
|---|---|
static <E,C extends java.util.Collection<E>> |
UnmodifiableMutableCollection.of(C collection)
This method will take a MutableCollection and wrap it directly in a UnmodifiableMutableCollection.
|
| 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.
|