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 theMutableCollectioninterface. -
-
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(Iterable<? extends T> elements)CollectionAdapter<T>CollectionAdapter. without(T element)CollectionAdapter<T>CollectionAdapter. withoutAll(Iterable<? extends T> elements)
-