ist.palcom.collections
Class ArrayIterator

java.lang.Object
  extended by ist.palcom.collections.ArrayIterator
All Implemented Interfaces:
Iterator

public class ArrayIterator
extends java.lang.Object
implements Iterator


Constructor Summary
ArrayIterator(java.lang.Object[] array)
           
 
Method Summary
 boolean hasNext()
           
 java.lang.Object next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayIterator

public ArrayIterator(java.lang.Object[] array)
Method Detail

hasNext

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

next

public java.lang.Object next()
Specified by:
next in interface Iterator