public static class Indexable.ListView<T>
extends java.util.AbstractList<T>
implements java.util.RandomAccess
Modifier and Type | Method and Description |
---|---|
T |
get(int index) |
boolean |
isEmpty() |
java.util.Iterator<T> |
iterator() |
int |
size() |
add, add, addAll, clear, equals, hashCode, indexOf, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList
addAll, contains, containsAll, remove, removeAll, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public T get(int index)
public int size()
public boolean isEmpty()