Package org.bson

Class LazyBSONList.LazyBSONListIterator

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

@Deprecated(since="2022-10-31") public class LazyBSONList.LazyBSONListIterator extends Object implements Iterator
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
An iterator over the values in a LazyBsonList.
  • Constructor Details

    • LazyBSONListIterator

      public LazyBSONListIterator()
      Deprecated.
      Construct an instance
  • Method Details

    • hasNext

      public boolean hasNext()
      Deprecated.
      Specified by:
      hasNext in interface Iterator
    • next

      public Object next()
      Deprecated.
      Specified by:
      next in interface Iterator
    • remove

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