public abstract class AbstractOldGettingList<E> extends Object implements OldList<E>
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractOldGettingList(XGettingList<E> list) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(E e) |
void |
add(int index,
E element) |
boolean |
addAll(Collection<? extends E> c) |
boolean |
addAll(int index,
Collection<? extends E> c) |
void |
clear() |
boolean |
contains(Object o) |
boolean |
containsAll(Collection<?> c) |
E |
get(int index) |
int |
indexOf(Object o) |
boolean |
isEmpty() |
Iterator<E> |
iterator() |
int |
lastIndexOf(Object o) |
ListIterator<E> |
listIterator() |
ListIterator<E> |
listIterator(int index) |
XGettingList<E> |
parent() |
E |
remove(int index) |
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> c) |
boolean |
retainAll(Collection<?> c) |
E |
set(int index,
E element) |
int |
size() |
AbstractOldGettingList<E> |
subList(int fromIndex,
int toIndex) |
Object[] |
toArray() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequals, hashCode, replaceAll, sort, spliterator, toArraybla, toArrayparallelStream, removeIf, streamprotected AbstractOldGettingList(XGettingList<E> list)
public XGettingList<E> parent()
public boolean add(E e) throws UnsupportedOperationException
add in interface Collection<E>add in interface List<E>UnsupportedOperationExceptionpublic void add(int index,
E element)
throws UnsupportedOperationException
add in interface List<E>UnsupportedOperationExceptionpublic boolean addAll(Collection<? extends E> c) throws UnsupportedOperationException
addAll in interface Collection<E>addAll in interface List<E>UnsupportedOperationExceptionpublic boolean addAll(int index,
Collection<? extends E> c)
throws UnsupportedOperationException
addAll in interface List<E>UnsupportedOperationExceptionpublic void clear()
throws UnsupportedOperationException
clear in interface Collection<E>clear in interface List<E>UnsupportedOperationExceptionpublic boolean contains(Object o)
public boolean containsAll(Collection<?> c)
containsAll in interface Collection<E>containsAll in interface List<E>public boolean isEmpty()
public int lastIndexOf(Object o)
lastIndexOf in interface List<E>public ListIterator<E> listIterator()
listIterator in interface List<E>public ListIterator<E> listIterator(int index)
listIterator in interface List<E>public boolean remove(Object o) throws UnsupportedOperationException
remove in interface Collection<E>remove in interface List<E>UnsupportedOperationExceptionpublic E remove(int index) throws UnsupportedOperationException
remove in interface List<E>UnsupportedOperationExceptionpublic boolean removeAll(Collection<?> c) throws UnsupportedOperationException
removeAll in interface Collection<E>removeAll in interface List<E>UnsupportedOperationExceptionpublic boolean retainAll(Collection<?> c) throws UnsupportedOperationException
retainAll in interface Collection<E>retainAll in interface List<E>UnsupportedOperationExceptionpublic int size()
public AbstractOldGettingList<E> subList(int fromIndex, int toIndex)
public Object[] toArray()
Copyright © 2022 MicroStream Software. All rights reserved.