Class UnmodifiableList<E>

java.lang.Object
net.thevpc.common.collections.UnmodifiableCollection<E>
net.thevpc.common.collections.UnmodifiableList<E>
All Implemented Interfaces:
Serializable, Iterable<E>, Collection<E>, List<E>, SequencedCollection<E>
Direct Known Subclasses:
UnmodifiableKeyValueList

public class UnmodifiableList<E> extends UnmodifiableCollection<E> implements List<E>
Created by vpc on 8/25/16.
See Also: