prefuse.util.collections
Interface LiteralIterator

All Superinterfaces:
java.util.Iterator
All Known Implementing Classes:
AbstractLiteralIterator

public interface LiteralIterator
extends java.util.Iterator

Author:
jeffrey heer

Method Summary
 boolean isBooleanSupported()
           
 boolean isDoubleSupported()
           
 boolean isFloatSupported()
           
 boolean isIntSupported()
           
 boolean isLongSupported()
           
 boolean nextBoolean()
           
 double nextDouble()
           
 float nextFloat()
           
 int nextInt()
           
 long nextLong()
           
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Method Detail

nextInt

public int nextInt()

isIntSupported

public boolean isIntSupported()

nextLong

public long nextLong()

isLongSupported

public boolean isLongSupported()

nextFloat

public float nextFloat()

isFloatSupported

public boolean isFloatSupported()

nextDouble

public double nextDouble()

isDoubleSupported

public boolean isDoubleSupported()

nextBoolean

public boolean nextBoolean()

isBooleanSupported

public boolean isBooleanSupported()


Copyright ? 2007 Regents of the University of California