Class UnmodifiableArrayList<E>

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<E>
overit.geocall.util.UnmodifiableArrayList<E>
All Implemented Interfaces:
com.esotericsoftware.kryo.KryoSerializable, Serializable, Cloneable, Iterable<E>, Collection<E>, List<E>, RandomAccess, SequencedCollection<E>

public class UnmodifiableArrayList<E> extends ArrayList<E> implements com.esotericsoftware.kryo.KryoSerializable
See Also: