public class LazyBSONList.LazyBSONListIterator
extends java.lang.Object
implements java.util.Iterator
| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.List<LazyBSONObject.ElementRecord> |
elements |
(package private) int |
pos |
| Constructor and Description |
|---|
LazyBSONListIterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
java.lang.Object |
next() |
void |
remove() |
java.util.List<LazyBSONObject.ElementRecord> elements
int pos