public abstract class AbstractBridgeXList<E> extends AbstractOldSettingList<E>
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractBridgeXList(XList<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() |
XList<E> |
parent() |
E |
remove(int index) |
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> c) |
boolean |
retainAll(Collection<?> c) |
AbstractBridgeXList<E> |
subList(int fromIndex,
int toIndex) |
setcontains, containsAll, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, size, toArray, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequals, hashCode, replaceAll, sort, spliterator, toArraybla, toArrayparallelStream, removeIf, streampublic XList<E> parent()
parent in interface OldCollection<E>parent in interface OldList<E>parent in class AbstractOldSettingList<E>public boolean add(E e)
add in interface Collection<E>add in interface List<E>add in class AbstractOldGettingList<E>public void add(int index,
E element)
public boolean addAll(Collection<? extends E> c)
addAll in interface Collection<E>addAll in interface List<E>addAll in class AbstractOldGettingList<E>public boolean addAll(int index,
Collection<? extends E> c)
public void clear()
clear in interface Collection<E>clear in interface List<E>clear in class AbstractOldGettingList<E>public boolean remove(Object o)
remove in interface Collection<E>remove in interface List<E>remove in class AbstractOldGettingList<E>public E remove(int index)
public boolean removeAll(Collection<?> c)
removeAll in interface Collection<E>removeAll in interface List<E>removeAll in class AbstractOldGettingList<E>public boolean retainAll(Collection<?> c)
retainAll in interface Collection<E>retainAll in interface List<E>retainAll in class AbstractOldGettingList<E>public AbstractBridgeXList<E> subList(int fromIndex, int toIndex)
Copyright © 2022 MicroStream Software. All rights reserved.