Class SuperList<E>

java.lang.Object
net.glowstone.util.collection.SuperCollection<E>
net.glowstone.util.collection.SuperList<E>
All Implemented Interfaces:
Iterable<E>, Collection<E>, List<E>

public class SuperList<E> extends SuperCollection<E> implements List<E>
List which delegates to other lists.