Package org.bson
Class LazyBSONList.LazyBSONListIterator
- java.lang.Object
 - 
- org.bson.LazyBSONList.LazyBSONListIterator
 
 
- 
- All Implemented Interfaces:
 java.util.Iterator
- Enclosing class:
 - LazyBSONList
 
public class LazyBSONList.LazyBSONListIterator extends java.lang.Object implements java.util.IteratorAn iterator over the values in a LazyBsonList. 
- 
- 
Constructor Summary
Constructors Constructor Description LazyBSONListIterator()Construct an instance 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()java.lang.Objectnext()voidremove() 
 -