edu.mit.stellar.images
Class ObjectIterator

java.lang.Object
  extended byedu.mit.stellar.images.ObjectIterator
All Implemented Interfaces:
org.osid.shared.ObjectIterator, java.io.Serializable

public class ObjectIterator
extends java.lang.Object
implements org.osid.shared.ObjectIterator

See Also:
Serialized Form

Constructor Summary
ObjectIterator(java.util.Vector vector)
           
 
Method Summary
 boolean hasNextObject()
           
 java.io.Serializable nextObject()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectIterator

public ObjectIterator(java.util.Vector vector)
               throws org.osid.shared.SharedException
Method Detail

hasNextObject

public boolean hasNextObject()
                      throws org.osid.shared.SharedException
Specified by:
hasNextObject in interface org.osid.shared.ObjectIterator
Throws:
org.osid.shared.SharedException

nextObject

public java.io.Serializable nextObject()
                                throws org.osid.shared.SharedException
Specified by:
nextObject in interface org.osid.shared.ObjectIterator
Throws:
org.osid.shared.SharedException


Copyright 2005-2005-2006 MIT AMPS. All Rights Reserved.