Class PropertiesIterator

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

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

      • PropertiesIterator

        public PropertiesIterator​(Vector vector)
                           throws org.osid.shared.SharedException
        Throws:
        org.osid.shared.SharedException
    • Method Detail

      • hasNextProperties

        public boolean hasNextProperties()
                                  throws org.osid.shared.SharedException
        Specified by:
        hasNextProperties in interface org.osid.shared.PropertiesIterator
        Overrides:
        hasNextProperties in class PropertiesIterator
        Throws:
        org.osid.shared.SharedException
      • nextProperties

        public org.osid.shared.Properties nextProperties()
                                                  throws org.osid.shared.SharedException
        Specified by:
        nextProperties in interface org.osid.shared.PropertiesIterator
        Overrides:
        nextProperties in class PropertiesIterator
        Throws:
        org.osid.shared.SharedException