Class IteratorBasedCursor<K,V>

java.lang.Object
tools.refinery.store.map.IteratorBasedCursor<K,V>
All Implemented Interfaces:
Cursor<K,V>

public class IteratorBasedCursor<K,V> extends Object implements Cursor<K,V>
  • Constructor Details

  • Method Details

    • getKey

      public K getKey()
      Specified by:
      getKey in interface Cursor<K,V>
    • getValue

      public V getValue()
      Specified by:
      getValue in interface Cursor<K,V>
    • isTerminated

      public boolean isTerminated()
      Specified by:
      isTerminated in interface Cursor<K,V>
    • move

      public boolean move()
      Specified by:
      move in interface Cursor<K,V>