Class IndexList<E>

java.lang.Object
ru.cwcode.cwutils.collections.IndexList<E>
All Implemented Interfaces:
Iterable<E>, Collection<E>, List<E>, SequencedCollection<E>

public class IndexList<E> extends Object implements List<E>