public abstract class AbstractResultList<E> extends Object implements ResultList<E>
| Constructor and Description | 
|---|
| AbstractResultList() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | add(int index,
   Object element) | 
| boolean | add(Object o) | 
| boolean | addAll(Collection<? extends E> c) | 
| boolean | addAll(int index,
      Collection<? extends E> c) | 
| protected void | assertOpen() | 
| void | clear() | 
| Object | getUserObject()Get the opaque user object attached to this receiver. | 
| E | remove(int index) | 
| boolean | remove(Object o) | 
| boolean | removeAll(Collection<?> c) | 
| boolean | retainAll(Collection<?> c) | 
| E | set(int index,
   Object element) | 
| void | setUserObject(Object opaque)Set the opaque user object to this receiver. | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, isClosed, isProviderOpencontains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, replaceAll, size, sort, spliterator, subList, toArray, toArrayparallelStream, removeIf, streampublic boolean add(Object o)
public boolean addAll(Collection<? extends E> c)
public boolean addAll(int index,
                      Collection<? extends E> c)
public boolean remove(Object o)
public boolean removeAll(Collection<?> c)
public boolean retainAll(Collection<?> c)
public void clear()
protected void assertOpen()
public final Object getUserObject()
ResultListgetUserObject in interface ResultList<E>public final void setUserObject(Object opaque)
ResultListsetUserObject in interface ResultList<E>Copyright © 2006–2022 Apache Software Foundation. All rights reserved.