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 class
UnmodifiableBag<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 class
UnmodifiableSortedBag<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 class
UnmodifiableMutableCollection<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 class
UnmodifiableMutableList<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 class
UnmodifiableMutableSet<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 class
UnmodifiableSortedSet<T>
An unmodifiable view of a SortedSet.