Uses of Class
org.eclipse.collections.impl.collection.mutable.AbstractCollectionAdapter
-
Packages that use AbstractCollectionAdapter Package Description org.eclipse.collections.impl.collection.mutable This package contains implementations of theMutableCollection
interface.org.eclipse.collections.impl.list.mutable This package contains implementations of theMutableList
interface.org.eclipse.collections.impl.set.mutable This package contains implementations ofMutableSet
.org.eclipse.collections.impl.set.sorted.mutable This package contains implementations ofMutableSortedSet
. -
-
Uses of AbstractCollectionAdapter in org.eclipse.collections.impl.collection.mutable
Subclasses of AbstractCollectionAdapter in org.eclipse.collections.impl.collection.mutable Modifier and Type Class Description class
CollectionAdapter<T>
This class provides a MutableCollection interface wrapper around a JDK Collections Collection interface instance. -
Uses of AbstractCollectionAdapter in org.eclipse.collections.impl.list.mutable
Subclasses of AbstractCollectionAdapter in org.eclipse.collections.impl.list.mutable Modifier and Type Class Description class
AbstractListAdapter<T>
class
ArrayListAdapter<T>
This class provides a MutableList wrapper around a JDK Collections ArrayList instance.class
ListAdapter<T>
This class provides a MutableList wrapper around a JDK Collections List interface instance.class
RandomAccessListAdapter<T>
This class provides a MutableList wrapper around a JDK Collections List interface instance. -
Uses of AbstractCollectionAdapter in org.eclipse.collections.impl.set.mutable
Subclasses of AbstractCollectionAdapter in org.eclipse.collections.impl.set.mutable Modifier and Type Class Description class
SetAdapter<T>
This class provides a MutableSet wrapper around a JDK Collections Set interface instance. -
Uses of AbstractCollectionAdapter in org.eclipse.collections.impl.set.sorted.mutable
Subclasses of AbstractCollectionAdapter in org.eclipse.collections.impl.set.sorted.mutable Modifier and Type Class Description class
SortedSetAdapter<T>
This class provides a MutableSortedSet wrapper around a JDK Collections SortedSet interface instance.
-