Uses of Class
org.eclipse.collections.impl.collection.mutable.CollectionAdapter
-
Packages that use CollectionAdapter Package Description org.eclipse.collections.impl.collection.mutable This package contains implementations of theMutableCollection
interface. -
-
Uses of CollectionAdapter in org.eclipse.collections.impl.collection.mutable
Methods in org.eclipse.collections.impl.collection.mutable that return CollectionAdapter Modifier and Type Method Description CollectionAdapter<T>
CollectionAdapter. with(T element)
CollectionAdapter<T>
CollectionAdapter. with(T... elements)
CollectionAdapter<T>
CollectionAdapter. withAll(java.lang.Iterable<? extends T> elements)
CollectionAdapter<T>
CollectionAdapter. without(T element)
CollectionAdapter<T>
CollectionAdapter. withoutAll(java.lang.Iterable<? extends T> elements)
-