Class ObjectIterator

  • All Implemented Interfaces:
    Serializable, org.osid.shared.ObjectIterator

    public class ObjectIterator
    extends ObjectIterator
    Version:
    Author:
    Massachusetts Institute of Techbology, Sakai Software Development Team
    See Also:
    Serialized Form
    • Constructor Detail

      • ObjectIterator

        public ObjectIterator​(Vector vector)
                       throws org.osid.shared.SharedException
        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
        Overrides:
        hasNextObject in class ObjectIterator
        Throws:
        org.osid.shared.SharedException
      • nextObject

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