public class SplitIndexListView<T>
extends java.util.AbstractList<java.util.List<T>>
| Constructor and Description | 
|---|
SplitIndexListView(java.util.List<? extends T> backingList,
                  int majorSize)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<T> | 
get(int majorIndex)  | 
T | 
get(int majorIndex,
   int minorIndex)  | 
int | 
size()  | 
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, wait