public class LazyBSONList.LazyBSONListIterator
extends java.lang.Object
implements java.util.Iterator
Modifier and Type | Field and Description |
---|---|
private BsonType |
cachedBsonType |
private BsonBinaryReader |
reader |
Constructor and Description |
---|
LazyBSONListIterator()
Construct an instance
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
java.lang.Object |
next() |
void |
remove() |
private final BsonBinaryReader reader
private BsonType cachedBsonType