Package org.apache.openjpa.lib.rop
Class EagerResultList
java.lang.Object
org.apache.openjpa.lib.rop.AbstractResultList
org.apache.openjpa.lib.rop.ListResultList
org.apache.openjpa.lib.rop.EagerResultList
- All Implemented Interfaces:
Serializable,Iterable,Collection,List,ResultList,Closeable
Simple, non-lazy ResultList implementation
- Author:
- Patrick Linskey
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.openjpa.lib.rop.ListResultList
close, contains, containsAll, get, getDelegate, indexOf, isClosed, isEmpty, isProviderOpen, iterator, lastIndexOf, listIterator, listIterator, size, subList, toArray, toArray, toString, writeReplaceMethods inherited from class org.apache.openjpa.lib.rop.AbstractResultList
add, add, addAll, addAll, assertOpen, clear, getUserObject, remove, remove, removeAll, retainAll, set, setUserObjectMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArrayMethods inherited from interface org.apache.openjpa.lib.rop.ResultList
close, getUserObject, isClosed, isProviderOpen, setUserObject
-
Constructor Details
-
EagerResultList
-