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 theMutableCollectioninterface.org.eclipse.collections.impl.list.mutable This package contains implementations of theMutableListinterface.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 classCollectionAdapter<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 classAbstractListAdapter<T>classArrayListAdapter<T>This class provides a MutableList wrapper around a JDK Collections ArrayList instance.classListAdapter<T>This class provides a MutableList wrapper around a JDK Collections List interface instance.classRandomAccessListAdapter<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 classSetAdapter<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 classSortedSetAdapter<T>This class provides a MutableSortedSet wrapper around a JDK Collections SortedSet interface instance.
-