Uses of Class
org.eclipse.collections.impl.collection.mutable.AbstractUnmodifiableMutableCollection
| Package | Description |
|---|---|
| org.eclipse.collections.impl.bag.mutable |
This package contains implementations of the
MutableBag interface. |
| org.eclipse.collections.impl.bag.sorted.mutable |
This package contains implementations of
MutableSortedBag. |
| org.eclipse.collections.impl.collection.mutable |
This package contains implementations of the
MutableCollection interface. |
| org.eclipse.collections.impl.list.mutable |
This package contains implementations of the
MutableList interface. |
| org.eclipse.collections.impl.set.mutable |
This package package contains implementations of
MutableSet. |
| org.eclipse.collections.impl.set.sorted.mutable |
This package contains implementations of
MutableSortedSet. |
-
Uses of AbstractUnmodifiableMutableCollection in org.eclipse.collections.impl.bag.mutable
Subclasses of AbstractUnmodifiableMutableCollection in org.eclipse.collections.impl.bag.mutable Modifier and Type Class Description classUnmodifiableBag<T>An unmodifiable view of a bag. -
Uses of AbstractUnmodifiableMutableCollection in org.eclipse.collections.impl.bag.sorted.mutable
Subclasses of AbstractUnmodifiableMutableCollection in org.eclipse.collections.impl.bag.sorted.mutable Modifier and Type Class Description classUnmodifiableSortedBag<T>An unmodifiable view of a SortedBag. -
Uses of AbstractUnmodifiableMutableCollection in org.eclipse.collections.impl.collection.mutable
Subclasses of AbstractUnmodifiableMutableCollection in org.eclipse.collections.impl.collection.mutable Modifier and Type Class Description classUnmodifiableMutableCollection<T>An unmodifiable view of a collection. -
Uses of AbstractUnmodifiableMutableCollection in org.eclipse.collections.impl.list.mutable
Subclasses of AbstractUnmodifiableMutableCollection in org.eclipse.collections.impl.list.mutable Modifier and Type Class Description classUnmodifiableMutableList<T>An unmodifiable view of a list. -
Uses of AbstractUnmodifiableMutableCollection in org.eclipse.collections.impl.set.mutable
Subclasses of AbstractUnmodifiableMutableCollection in org.eclipse.collections.impl.set.mutable Modifier and Type Class Description classUnmodifiableMutableSet<T>An unmodifiable view of a list. -
Uses of AbstractUnmodifiableMutableCollection in org.eclipse.collections.impl.set.sorted.mutable
Subclasses of AbstractUnmodifiableMutableCollection in org.eclipse.collections.impl.set.sorted.mutable Modifier and Type Class Description classUnmodifiableSortedSet<T>An unmodifiable view of a SortedSet.