public interface ResultList<E> extends List<E>, Serializable, Closeable
Modifier and Type | Method and Description |
---|---|
void |
close()
Close the list.
|
Object |
getUserObject()
Get the opaque user object attached to this receiver.
|
boolean |
isClosed()
Returns true if the list has been closed.
|
boolean |
isProviderOpen()
Returns true if the provider backing this list is open.
|
void |
setUserObject(Object opaque)
Set the opaque user object to this receiver.
|
boolean isProviderOpen()
Object getUserObject()
void setUserObject(Object opaque)
boolean isClosed()
Copyright © 2006–2017 Apache Software Foundation. All rights reserved.