prefuse.util.collections
Class AbstractTreeMap.KeyIterator

java.lang.Object
  extended by prefuse.util.collections.AbstractLiteralIterator
      extended by prefuse.util.collections.AbstractTreeMap.EntryIterator
          extended by prefuse.util.collections.AbstractTreeMap.KeyIterator
All Implemented Interfaces:
java.util.Iterator, LiteralIterator
Enclosing class:
AbstractTreeMap

protected class AbstractTreeMap.KeyIterator
extends AbstractTreeMap.EntryIterator


Constructor Summary
AbstractTreeMap.KeyIterator()
           
AbstractTreeMap.KeyIterator(AbstractTreeMap.Entry start, AbstractTreeMap.Entry end)
           
 
Method Summary
 java.lang.Object next()
           
 
Methods inherited from class prefuse.util.collections.AbstractTreeMap.EntryIterator
hasNext, remove
 
Methods inherited from class prefuse.util.collections.AbstractLiteralIterator
isBooleanSupported, isDoubleSupported, isFloatSupported, isIntSupported, isLongSupported, nextBoolean, nextDouble, nextFloat, nextInt, nextLong
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractTreeMap.KeyIterator

public AbstractTreeMap.KeyIterator()

AbstractTreeMap.KeyIterator

public AbstractTreeMap.KeyIterator(AbstractTreeMap.Entry start,
                                   AbstractTreeMap.Entry end)
Method Detail

next

public java.lang.Object next()
Specified by:
next in interface java.util.Iterator
Overrides:
next in class AbstractTreeMap.EntryIterator


Copyright © 2007 Regents of the University of California