public class IndexedList<T> extends java.lang.Object implements Indexable<java.util.List<T>>
IndexedList(java.util.List<T> values, int[] indices)
java.util.List<T>
get()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public IndexedList(java.util.List<T> values, int[] indices)
public java.util.List<T> get()
get
Indexable<java.util.List<T>>