public class LazyForwardResultList extends AbstractSequentialResultList implements ResultList
| Constructor and Description |
|---|
LazyForwardResultList(ResultObjectProvider rop) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the list.
|
boolean |
equals(java.lang.Object other) |
java.lang.Object |
get(int index) |
int |
hashCode() |
boolean |
isClosed()
Returns true if the list has been closed.
|
boolean |
isProviderOpen()
Returns true if the provider backing this list is open.
|
protected java.util.ListIterator |
itr(int index)
Implement this method and
List.size(). |
int |
size() |
java.util.List |
subList(int fromIndex,
int toIndex) |
java.lang.Object |
writeReplace() |
contains, containsAll, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, toArray, toArrayadd, add, addAll, addAll, assertOpen, clear, getUserObject, remove, remove, removeAll, retainAll, set, setUserObjectclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetUserObject, setUserObjectpublic LazyForwardResultList(ResultObjectProvider rop)
public boolean isProviderOpen()
ResultListisProviderOpen in interface ResultListpublic boolean isClosed()
ResultListisClosed in interface ResultListpublic void close()
ResultListclose in interface ResultListclose in interface Closeablepublic java.lang.Object get(int index)
get in interface java.util.Listget in class AbstractSequentialResultListprotected java.util.ListIterator itr(int index)
AbstractSequentialResultListList.size().itr in class AbstractSequentialResultListpublic int size()
size in interface java.util.Collectionsize in interface java.util.Listpublic java.lang.Object writeReplace()
throws java.io.ObjectStreamException
java.io.ObjectStreamExceptionpublic int hashCode()
hashCode in interface java.util.CollectionhashCode in interface java.util.ListhashCode in class java.lang.Objectpublic boolean equals(java.lang.Object other)
equals in interface java.util.Collectionequals in interface java.util.Listequals in class java.lang.Objectpublic java.util.List subList(int fromIndex,
int toIndex)
subList in interface java.util.ListCopyright © 2006-2013 Apache Software Foundation. All Rights Reserved.