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, wait
close, isClosed, isProviderOpen
contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, size, subList, toArray, toArray
public 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()
ResultList
getUserObject
in interface ResultList<E>
public final void setUserObject(Object opaque)
ResultList
setUserObject
in interface ResultList<E>
Copyright © 2006–2017 Apache Software Foundation. All rights reserved.