Class ArrayViewList<E>

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
morfologik.stemming.ArrayViewList<E>
All Implemented Interfaces:
Serializable, Iterable<E>, Collection<E>, List<E>, RandomAccess

final class ArrayViewList<E> extends AbstractList<E> implements RandomAccess, Serializable
A view over a range of an array.