org.mapdb
Class BTreeMap.BTreeIterator

java.lang.Object
  extended by org.mapdb.BTreeMap.BTreeIterator
Enclosing class:
BTreeMap<K,V>

protected static class BTreeMap.BTreeIterator
extends Object


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

Method Detail

hasNext

public boolean hasNext()

remove

public void remove()

advance

protected void advance()


Copyright © 2014. All Rights Reserved.