pt.ist.fenixframework.adt.bplustree
Class LeafNode.GenericLeafNodeIterator<T>

Package class diagram package LeafNode.GenericLeafNodeIterator
java.lang.Object
  extended by pt.ist.fenixframework.adt.bplustree.LeafNode.GenericLeafNodeIterator<T>
All Implemented Interfaces:
Iterator<T>
Enclosing class:
LeafNode

protected abstract class LeafNode.GenericLeafNodeIterator<T>
extends Object
implements Iterator<T>


Method Summary
protected abstract  Iterator<T> getInternalIterator(LeafNode leafNode)
           
 boolean hasNext()
           
 T next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInternalIterator

protected abstract Iterator<T> getInternalIterator(LeafNode leafNode)

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<T>

next

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

remove

public void remove()
Specified by:
remove in interface Iterator<T>


Copyright © 2013. All Rights Reserved.