Package com.sap.cds.impl
Class LazyResultImpl
java.lang.Object
com.google.common.collect.ForwardingObject
com.google.common.collect.ForwardingCollection<E>
com.google.common.collect.ForwardingList<Row>
com.sap.cds.impl.LazyResultImpl
- All Implemented Interfaces:
Lazy,JSONizable,Iterable<Row>,Collection<Row>,List<Row>
public class LazyResultImpl
extends com.google.common.collect.ForwardingList<Row>
implements Lazy, JSONizable
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.common.collect.ForwardingList
add, addAll, equals, get, hashCode, indexOf, lastIndexOf, listIterator, listIterator, remove, set, standardAdd, standardAddAll, standardEquals, standardHashCode, standardIndexOf, standardIterator, standardLastIndexOf, standardListIterator, standardListIterator, standardSubList, subListMethods inherited from class com.google.common.collect.ForwardingCollection
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, standardAddAll, standardClear, standardContains, standardContainsAll, standardIsEmpty, standardRemove, standardRemoveAll, standardRetainAll, standardToArray, standardToArray, standardToString, toArray, toArrayMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Constructor Details
-
LazyResultImpl
-
-
Method Details
-
delegate
- Specified by:
delegatein classcom.google.common.collect.ForwardingList<Row>
-
load
public void load() -
isLoaded
public boolean isLoaded() -
loadData
-
toJson
- Specified by:
toJsonin interfaceJSONizable
-
toString
- Overrides:
toStringin classcom.google.common.collect.ForwardingObject
-