VInner - - type of the items in the inner invisible list.VOuter - - type of the items publically accessible in the outer list.public abstract class ConvertedList<VInner,VOuter> extends ConvertedCollection<VInner,VOuter> implements List<VOuter>
| Constructor and Description |
|---|
ConvertedList(List<VInner> inner) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int index,
VOuter element) |
boolean |
addAll(int index,
Collection<? extends VOuter> c) |
VOuter |
get(int index) |
int |
indexOf(Object o) |
int |
lastIndexOf(Object o) |
ListIterator<VOuter> |
listIterator() |
ListIterator<VOuter> |
listIterator(int index) |
VOuter |
remove(int index) |
VOuter |
set(int index,
VOuter element) |
List<VOuter> |
subList(int fromIndex,
int toIndex) |
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArraygetInnerConverter, getOuterConverter, toInner, toOuterclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, replaceAll, retainAll, size, sort, spliterator, toArray, toArrayparallelStream, removeIf, streampublic boolean addAll(int index,
Collection<? extends VOuter> c)
public int lastIndexOf(Object o)
lastIndexOf in interface List<VOuter>public ListIterator<VOuter> listIterator()
listIterator in interface List<VOuter>public ListIterator<VOuter> listIterator(int index)
listIterator in interface List<VOuter>Copyright © 2012–2017 Comphenix and dmulloy2. Licensed under the GNU GPL v2.