org.crosswire.common.util
Class ItemIterator

java.lang.Object
  extended by org.crosswire.common.util.ItemIterator
All Implemented Interfaces:
Iterator

public class ItemIterator
extends Object
implements Iterator

An ItemIterator is an Iterator that iterates a single item.

Author:
DM Smith [ dmsmith555 at yahoo dot com]
See Also:
for license details.
The copyright to this program is held by it's authors.

Field Summary
private  boolean done
           
private  Object item
           
 
Constructor Summary
ItemIterator(Object item)
           
 
Method Summary
 boolean hasNext()
           
 Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

item

private Object item

done

private boolean done
Constructor Detail

ItemIterator

public ItemIterator(Object item)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator

next

public Object next()
Specified by:
next in interface Iterator

remove

public void remove()
            throws UnsupportedOperationException
Specified by:
remove in interface Iterator
Throws:
UnsupportedOperationException

Copyright ยจ 2003-2007