prefuse.util.collections
Class AbstractTreeMap.EntryIterator

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

protected class AbstractTreeMap.EntryIterator
extends AbstractLiteralIterator


Method Summary
 boolean hasNext()
           
 java.lang.Object next()
           
 void 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
 

Method Detail

hasNext

public boolean hasNext()

next

public java.lang.Object next()

remove

public void remove()


Copyright © 2007 Regents of the University of California