@Deprecated public abstract class ListWrapper extends Object implements List
| Constructor and Description |
|---|
ListWrapper(List inputList)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(int index,
Object element)
Deprecated.
|
boolean |
add(Object o)
Deprecated.
|
boolean |
addAll(Collection c)
Deprecated.
|
boolean |
addAll(int index,
Collection c)
Deprecated.
|
void |
clear()
Deprecated.
|
boolean |
contains(Object o)
Deprecated.
|
boolean |
containsAll(Collection c)
Deprecated.
|
Object |
get(int index)
Deprecated.
|
List |
getOriginalList()
Deprecated.
|
abstract void |
handleAdd(Object o)
Deprecated.
|
int |
indexOf(Object o)
Deprecated.
|
boolean |
isEmpty()
Deprecated.
|
Iterator |
iterator()
Deprecated.
|
int |
lastIndexOf(Object o)
Deprecated.
|
ListIterator |
listIterator()
Deprecated.
|
ListIterator |
listIterator(int index)
Deprecated.
|
Object |
remove(int index)
Deprecated.
|
boolean |
remove(Object o)
Deprecated.
|
boolean |
removeAll(Collection c)
Deprecated.
|
boolean |
retainAll(Collection c)
Deprecated.
|
Object |
set(int index,
Object element)
Deprecated.
|
int |
size()
Deprecated.
|
List |
subList(int fromIndex,
int toIndex)
Deprecated.
|
Object[] |
toArray()
Deprecated.
|
Object[] |
toArray(Object[] a)
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, hashCode, replaceAll, sort, spliteratorparallelStream, removeIf, streampublic ListWrapper(List inputList)
public abstract void handleAdd(Object o)
public List getOriginalList()
public int size()
size in interface Collectionsize in interface Listpublic boolean isEmpty()
isEmpty in interface CollectionisEmpty in interface Listpublic boolean contains(Object o)
contains in interface Collectioncontains in interface Listpublic Iterator iterator()
public Object[] toArray()
toArray in interface CollectiontoArray in interface Listpublic boolean add(Object o)
add in interface Collectionadd in interface Listpublic boolean remove(Object o)
remove in interface Collectionremove in interface Listpublic boolean addAll(Collection c)
addAll in interface CollectionaddAll in interface Listpublic boolean addAll(int index,
Collection c)
public void clear()
clear in interface Collectionclear in interface Listpublic int lastIndexOf(Object o)
lastIndexOf in interface Listpublic ListIterator listIterator()
listIterator in interface Listpublic ListIterator listIterator(int index)
listIterator in interface Listpublic List subList(int fromIndex, int toIndex)
public boolean retainAll(Collection c)
retainAll in interface CollectionretainAll in interface Listpublic boolean removeAll(Collection c)
removeAll in interface CollectionremoveAll in interface Listpublic boolean containsAll(Collection c)
containsAll in interface CollectioncontainsAll in interface ListCopyright © 2016–2021. All rights reserved.