| Package | Description |
|---|---|
| org.eclipse.collections.impl.collection.mutable |
This package contains implementations of the
MutableCollection interface. |
| Modifier and Type | Method and Description |
|---|---|
CollectionAdapter<T> |
CollectionAdapter.with(T... elements) |
CollectionAdapter<T> |
CollectionAdapter.with(T element) |
CollectionAdapter<T> |
CollectionAdapter.withAll(Iterable<? extends T> elements) |
CollectionAdapter<T> |
CollectionAdapter.without(T element) |
CollectionAdapter<T> |
CollectionAdapter.withoutAll(Iterable<? extends T> elements) |
Copyright © 2004–2022. All rights reserved.