prefuse.util.collections
Class AbstractTreeMap.ValueIterator

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

protected class AbstractTreeMap.ValueIterator
extends IntIterator


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

Constructor Detail

AbstractTreeMap.ValueIterator

public AbstractTreeMap.ValueIterator(AbstractTreeMap.EntryIterator iter)
Method Detail

hasNext

public boolean hasNext()

nextInt

public int nextInt()
Specified by:
nextInt in interface LiteralIterator
Specified by:
nextInt in class IntIterator
See Also:
LiteralIterator.nextInt()

remove

public void remove()


Copyright © 2007 Regents of the University of California