Uses of Class
org.eclipse.collections.impl.collection.mutable.AbstractCollectionAdapter
Packages that use AbstractCollectionAdapter
Package
Description
This package contains implementations of the
MutableCollection
interface.This package contains implementations of the
MutableList
interface.This package contains implementations of
MutableSet
.This package contains implementations of
MutableSortedSet
.-
Uses of AbstractCollectionAdapter in org.eclipse.collections.impl.collection.mutable
Subclasses of AbstractCollectionAdapter in org.eclipse.collections.impl.collection.mutableModifier and TypeClassDescriptionfinal class
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.mutableModifier and TypeClassDescriptionclass
final class
This class provides a MutableList wrapper around a JDK Collections ArrayList instance.final class
ListAdapter<T>
This class provides a MutableList wrapper around a JDK Collections List interface instance.final class
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.mutableModifier and TypeClassDescriptionfinal 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.mutableModifier and TypeClassDescriptionfinal class
This class provides a MutableSortedSet wrapper around a JDK Collections SortedSet interface instance.