public abstract class AbstractResultList<E> extends java.lang.Object implements ResultList<E>
| Constructor and Description |
|---|
AbstractResultList() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int index,
java.lang.Object element) |
boolean |
add(java.lang.Object o) |
boolean |
addAll(java.util.Collection<? extends E> c) |
boolean |
addAll(int index,
java.util.Collection<? extends E> c) |
protected void |
assertOpen() |
void |
clear() |
java.lang.Object |
getUserObject()
Get the opaque user object attached to this receiver.
|
E |
remove(int index) |
boolean |
remove(java.lang.Object o) |
boolean |
removeAll(java.util.Collection<?> c) |
boolean |
retainAll(java.util.Collection<?> c) |
E |
set(int index,
java.lang.Object element) |
void |
setUserObject(java.lang.Object opaque)
Set the opaque user object to this receiver.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, isClosed, isProviderOpenpublic void add(int index,
java.lang.Object element)
add in interface java.util.List<E>public boolean add(java.lang.Object o)
public boolean addAll(java.util.Collection<? extends E> c)
public boolean addAll(int index,
java.util.Collection<? extends E> c)
addAll in interface java.util.List<E>public boolean remove(java.lang.Object o)
public boolean removeAll(java.util.Collection<?> c)
public boolean retainAll(java.util.Collection<?> c)
public E set(int index, java.lang.Object element)
set in interface java.util.List<E>public void clear()
protected void assertOpen()
public final java.lang.Object getUserObject()
ResultListgetUserObject in interface ResultList<E>public final void setUserObject(java.lang.Object opaque)
ResultListsetUserObject in interface ResultList<E>Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.