prefuse.util.collections
Interface LiteralIterator

All Superinterfaces:
java.util.Iterator
All Known Implementing Classes:
AbstractLiteralIterator, AbstractTreeMap.EntryIterator, AbstractTreeMap.KeyIterator, AbstractTreeMap.ValueIterator, BooleanIntBitSetMap.BitSetIterator, CompositeIntIterator, FilterRowIterator, IntArrayIterator, IntIterator, RowManager.ColumnRowIterator, RowManager.RowIterator, TableIterator, UniqueRowIterator

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

int nextInt()

isIntSupported

boolean isIntSupported()

nextLong

long nextLong()

isLongSupported

boolean isLongSupported()

nextFloat

float nextFloat()

isFloatSupported

boolean isFloatSupported()

nextDouble

double nextDouble()

isDoubleSupported

boolean isDoubleSupported()

nextBoolean

boolean nextBoolean()

isBooleanSupported

boolean isBooleanSupported()


Copyright © 2007 Regents of the University of California