public class QueryImpl.RemoveOnCloseResultList extends java.lang.Object implements ResultList
| Constructor and Description |
|---|
QueryImpl.RemoveOnCloseResultList(ResultList res) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int idx,
java.lang.Object o) |
boolean |
add(java.lang.Object o) |
boolean |
addAll(java.util.Collection c) |
boolean |
addAll(int idx,
java.util.Collection c) |
void |
clear() |
void |
close()
Close the list.
|
void |
close(boolean remove) |
boolean |
contains(java.lang.Object o) |
boolean |
containsAll(java.util.Collection c) |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
get(int idx) |
ResultList |
getDelegate() |
java.lang.Object |
getUserObject()
Get the opaque user object attached to this receiver.
|
int |
hashCode() |
int |
indexOf(java.lang.Object o) |
boolean |
isClosed()
Returns true if the list has been closed.
|
boolean |
isEmpty() |
boolean |
isProviderOpen()
Returns true if the provider backing this list is open.
|
java.util.Iterator |
iterator() |
int |
lastIndexOf(java.lang.Object o) |
java.util.ListIterator |
listIterator() |
java.util.ListIterator |
listIterator(int idx) |
java.lang.Object |
remove(int idx) |
boolean |
remove(java.lang.Object o) |
boolean |
removeAll(java.util.Collection c) |
boolean |
retainAll(java.util.Collection c) |
java.lang.Object |
set(int idx,
java.lang.Object o) |
void |
setUserObject(java.lang.Object opaque)
Set the opaque user object to this receiver.
|
int |
size() |
java.util.List |
subList(int start,
int end) |
java.lang.Object[] |
toArray() |
java.lang.Object[] |
toArray(java.lang.Object[] a) |
java.lang.String |
toString() |
java.lang.Object |
writeReplace() |
public QueryImpl.RemoveOnCloseResultList(ResultList res)
public ResultList getDelegate()
public boolean isProviderOpen()
ResultListisProviderOpen in interface ResultListpublic java.lang.Object getUserObject()
ResultListgetUserObject in interface ResultListpublic void setUserObject(java.lang.Object opaque)
ResultListsetUserObject in interface ResultListpublic boolean isClosed()
ResultListisClosed in interface ResultListpublic void close()
ResultListclose in interface ResultListclose in interface Closeablepublic void close(boolean remove)
public int size()
size in interface java.util.Collectionsize in interface java.util.Listpublic boolean isEmpty()
isEmpty in interface java.util.CollectionisEmpty in interface java.util.Listpublic boolean contains(java.lang.Object o)
contains in interface java.util.Collectioncontains in interface java.util.Listpublic java.util.Iterator iterator()
iterator in interface java.lang.Iterableiterator in interface java.util.Collectioniterator in interface java.util.Listpublic java.lang.Object[] toArray()
toArray in interface java.util.CollectiontoArray in interface java.util.Listpublic java.lang.Object[] toArray(java.lang.Object[] a)
toArray in interface java.util.CollectiontoArray in interface java.util.Listpublic boolean add(java.lang.Object o)
add in interface java.util.Collectionadd in interface java.util.Listpublic boolean remove(java.lang.Object o)
remove in interface java.util.Collectionremove in interface java.util.Listpublic boolean containsAll(java.util.Collection c)
containsAll in interface java.util.CollectioncontainsAll in interface java.util.Listpublic boolean addAll(java.util.Collection c)
addAll in interface java.util.CollectionaddAll in interface java.util.Listpublic boolean addAll(int idx,
java.util.Collection c)
addAll in interface java.util.Listpublic boolean removeAll(java.util.Collection c)
removeAll in interface java.util.CollectionremoveAll in interface java.util.Listpublic boolean retainAll(java.util.Collection c)
retainAll in interface java.util.CollectionretainAll in interface java.util.Listpublic void clear()
clear in interface java.util.Collectionclear in interface java.util.Listpublic java.lang.Object get(int idx)
get in interface java.util.Listpublic java.lang.Object set(int idx,
java.lang.Object o)
set in interface java.util.Listpublic void add(int idx,
java.lang.Object o)
add in interface java.util.Listpublic java.lang.Object remove(int idx)
remove in interface java.util.Listpublic int indexOf(java.lang.Object o)
indexOf in interface java.util.Listpublic int lastIndexOf(java.lang.Object o)
lastIndexOf in interface java.util.Listpublic java.util.ListIterator listIterator()
listIterator in interface java.util.Listpublic java.util.ListIterator listIterator(int idx)
listIterator in interface java.util.Listpublic java.util.List subList(int start,
int end)
subList in interface java.util.Listpublic boolean equals(java.lang.Object o)
equals in interface java.util.Collectionequals in interface java.util.Listequals in class java.lang.Objectpublic int hashCode()
hashCode in interface java.util.CollectionhashCode in interface java.util.ListhashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.Object writeReplace()
Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.