|
SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.util.AbstractCollection
|
+--java.util.AbstractList
|
+--java.util.AbstractSequentialList
|
+--java.util.LinkedList
|
+--com.solarmetric.rd.rop.EagerResultList
Simple, non-lazy ResultList implementation
| Field Summary |
| Fields inherited from class java.util.AbstractList |
modCount |
| Constructor Summary | |
EagerResultList(java.lang.Object input,
com.solarmetric.rd.rop.ResultObjectProvider rop)
|
|
| Method Summary | |
void |
checkClosed()
Check to see if this ResultList has been closed, and if so, throw a NoSuchElementException. |
void |
close()
Close the list. |
java.lang.Object |
get(int index)
|
int |
getInstantiatedCount()
Returns the number of objects that are currently instantiated internally in this list. |
boolean |
isClosed()
Returns true if the list has been closed. |
java.util.Iterator |
iterator()
|
java.util.ListIterator |
listIterator()
|
| Methods inherited from class java.util.LinkedList |
add, add, addAll, addAll, addFirst, addLast, clear, clone, contains, getFirst, getLast, indexOf, lastIndexOf, listIterator, remove, remove, removeFirst, removeLast, set, size, toArray, toArray |
| Methods inherited from class java.util.AbstractList |
equals, hashCode, removeRange, subList |
| Methods inherited from class java.util.AbstractCollection |
containsAll, isEmpty, removeAll, retainAll, toString |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.List |
add, add, addAll, addAll, clear, contains, containsAll, equals, hashCode, indexOf, isEmpty, lastIndexOf, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray |
| Constructor Detail |
public EagerResultList(java.lang.Object input,
com.solarmetric.rd.rop.ResultObjectProvider rop)
| Method Detail |
public int getInstantiatedCount()
ResultList
getInstantiatedCount in interface ResultListpublic boolean isClosed()
ResultList
isClosed in interface ResultListpublic void checkClosed()
ResultListNoSuchElementException.
checkClosed in interface ResultListpublic void close()
ResultList
close in interface ResultListpublic java.lang.Object get(int index)
get in interface java.util.Listget in class java.util.LinkedListpublic java.util.Iterator iterator()
iterator in interface java.util.Listiterator in class java.util.AbstractSequentialListpublic java.util.ListIterator listIterator()
listIterator in interface java.util.ListlistIterator in class java.util.AbstractList
|
SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||