jdbm.helper
Class FastIterator

java.lang.Object
  extended by jdbm.helper.FastIterator

public abstract class FastIterator
extends java.lang.Object

Fast and simple iterator.

Version:
$Revision: 1.2 $
Author:
Alex Boisvert

Constructor Summary
FastIterator()
           
 
Method Summary
abstract  java.lang.Object next()
          Returns the next element in the interation.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FastIterator

public FastIterator()
Method Detail

next

public abstract java.lang.Object next()
                               throws IterationException
Returns the next element in the interation.

Returns:
the next element in the iteration, or null if no more element.
Throws:
IterationException


Cees de Groot (C) 2000. All rights reserved http://jdbm.sourceforge.net