org.apache.jdo.impl.sco
Class Freezer.FrozenIterator

java.lang.Object
  extended byorg.apache.jdo.impl.sco.Freezer.FrozenIterator
All Implemented Interfaces:
java.util.Iterator
Enclosing class:
Freezer

protected static class Freezer.FrozenIterator
extends java.lang.Object
implements java.util.Iterator

This class iterates over an array.


Method Summary
 boolean hasNext()
          Return true if the iteration is not complete.
 java.lang.Object next()
          Return the next entry of the iteration.
 void remove()
          This operation is not supported.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

next

public java.lang.Object next()
Return the next entry of the iteration.

Specified by:
next in interface java.util.Iterator
Returns:
the next entry of the iteration.

hasNext

public boolean hasNext()
Return true if the iteration is not complete.

Specified by:
hasNext in interface java.util.Iterator
Returns:
true if the iteration is not complete.

remove

public void remove()
This operation is not supported.

Specified by:
remove in interface java.util.Iterator


Copyright © 2005 Apache Software Foundation. All Rights Reserved.