public static class MongoQuery.AggregatedResultList extends AbstractList implements Closeable
| Constructor and description |
|---|
AggregatedResultList(AbstractMongoSession session, MongoCursor<Document> cursor, List<ProjectedProperty> projectedProperties) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public void |
close() |
|
public Object |
doCall(Object o) |
|
public Object |
doCall(Object o) |
|
public Object |
get(int index) |
|
protected void |
handleNoResults() |
|
public boolean |
hasNext() |
|
protected void |
initializeFully() |
|
public Iterator |
iterator() |
|
public ListIterator |
listIterator() |
|
public ListIterator |
listIterator(int index) |
|
public Object |
next() |
|
public void |
remove() |
|
public Object |
set(int index, Object element) |
|
public int |
size() |
|
public String |
toString() |
| Methods inherited from class | Name |
|---|---|
class AbstractList |
add, add, addAll, addAll, clear, contains, containsAll, equals, forEach, get, getClass, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, notify, notifyAll, parallelStream, remove, remove, removeAll, removeIf, replaceAll, retainAll, set, size, sort, spliterator, stream, subList, toArray, toArray, toArray, toString, wait, wait, wait |