org.bson
Class LazyBSONList.LazyBSONListIterator

java.lang.Object
  extended by org.bson.LazyBSONList.LazyBSONListIterator
All Implemented Interfaces:
Iterator
Enclosing class:
LazyBSONList

public class LazyBSONList.LazyBSONListIterator
extends Object
implements Iterator


Constructor Summary
LazyBSONList.LazyBSONListIterator()
           
 
Method Summary
 boolean hasNext()
           
 Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LazyBSONList.LazyBSONListIterator

public LazyBSONList.LazyBSONListIterator()
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator

next

public Object next()
Specified by:
next in interface Iterator

remove

public void remove()
Specified by:
remove in interface Iterator