public class TraversalList<T> extends UnsupportedList<List<T>>
List for transposing an array of
 lists.UnsupportedList.Itr, UnsupportedList.ItrUnknownSize, UnsupportedList.ListItr| Constructor and Description | 
|---|
TraversalList(List<T>[] lists,
             Class<T> clazz)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<T> | 
get(int index)  | 
Iterator<List<T>> | 
iterator()  | 
ListIterator<List<T>> | 
listIterator()  | 
ListIterator<List<T>> | 
listIterator(int index)  | 
List<T> | 
set(int index,
   List<T> l)  | 
int | 
size()  | 
List<List<T>> | 
subList(int first,
       int last)  | 
Object[] | 
toArray()  | 
<S> S[] | 
toArray(S[] a)  | 
add, add, addAll, addAll, clear, contains, containsAll, equals, hashCode, indexOf, isEmpty, lastIndexOf, remove, remove, removeAll, retainAllclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitreplaceAll, sort, spliteratorparallelStream, removeIf, streampublic ListIterator<List<T>> listIterator(int index)
listIterator in interface List<List<T>>listIterator in class UnsupportedList<List<T>>public ListIterator<List<T>> listIterator()
listIterator in interface List<List<T>>listIterator in class UnsupportedList<List<T>>public int size()
public <S> S[] toArray(S[] a)
public Object[] toArray()