Class CursorAsIterator<K,V,D>

java.lang.Object
tools.refinery.store.map.CursorAsIterator<K,V,D>
All Implemented Interfaces:
Iterator<D>

public class CursorAsIterator<K,V,D> extends Object implements Iterator<D>
  • Constructor Details

  • Method Details

    • hasNext

      public boolean hasNext()
      Specified by:
      hasNext in interface Iterator<K>
    • next

      public D next()
      Specified by:
      next in interface Iterator<K>