public static class Casting.ListWrapper extends AbstractList
modCount| Constructor and Description |
|---|
ListWrapper(List l,
CharTransformer e) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int index,
Object value) |
boolean |
contains(Object o) |
Object |
get(int index) |
List |
getList() |
boolean |
isEmpty() |
Iterator |
iterator() |
ListIterator |
listIterator() |
Object |
remove(int index) |
Object |
set(int index,
Object value) |
int |
size() |
Object[] |
toArray() |
Object[] |
toArray(Object[] a) |
String |
toString() |
add, addAll, clear, equals, hashCode, indexOf, lastIndexOf, listIterator, removeRange, subListaddAll, containsAll, remove, removeAll, retainAllclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, containsAll, remove, removeAll, replaceAll, retainAll, sort, spliteratorparallelStream, removeIf, streamListWrapper(List l, CharTransformer e)
public Object get(int index)
get in interface Listget in class AbstractListpublic int size()
size in interface Collectionsize in interface Listsize in class AbstractCollectionpublic Object set(int index, Object value)
set in interface Listset in class AbstractListpublic void add(int index,
Object value)
add in interface Listadd in class AbstractListpublic Object remove(int index)
remove in interface Listremove in class AbstractListpublic boolean isEmpty()
isEmpty in interface CollectionisEmpty in interface ListisEmpty in class AbstractCollectionpublic boolean contains(Object o)
contains in interface Collectioncontains in interface Listcontains in class AbstractCollectionpublic Object[] toArray()
toArray in interface CollectiontoArray in interface ListtoArray in class AbstractCollectionpublic Object[] toArray(Object[] a)
toArray in interface CollectiontoArray in interface ListtoArray in class AbstractCollectionpublic Iterator iterator()
iterator in interface Iterableiterator in interface Collectioniterator in interface Listiterator in class AbstractListpublic ListIterator listIterator()
listIterator in interface ListlistIterator in class AbstractListpublic String toString()
toString in class AbstractCollectionpublic List getList()
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}