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
Methods inherited from interface java.util.Iterator |
hasNext, next, remove |
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