public static class Util.WrappedList<T>
extends java.util.AbstractList<T>
| Constructor and Description |
|---|
WrappedList(java.util.List<T> list,
Util.ListElementWrapper<T> wrapper) |
| Modifier and Type | Method and Description |
|---|---|
T |
get(int i) |
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, waitpublic WrappedList(java.util.List<T> list, Util.ListElementWrapper<T> wrapper)
public T get(int i)