Package | Description |
---|---|
com.gs.collections.impl.collection.mutable |
This package contains implementations of the
MutableCollection interface. |
Modifier and Type | Method and Description |
---|---|
static <E,C extends Collection<E>> |
UnmodifiableMutableCollection.of(C collection)
This method will take a MutableCollection and wrap it directly in a UnmodifiableMutableCollection.
|
Copyright © 2004–2018. All rights reserved.