Class TypeIterator

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

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

      • TypeIterator

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

      • hasNextType

        public boolean hasNextType()
                            throws org.osid.shared.SharedException
        Specified by:
        hasNextType in interface org.osid.shared.TypeIterator
        Overrides:
        hasNextType in class TypeIterator
        Throws:
        org.osid.shared.SharedException
      • nextType

        public org.osid.shared.Type nextType()
                                      throws org.osid.shared.SharedException
        Specified by:
        nextType in interface org.osid.shared.TypeIterator
        Overrides:
        nextType in class TypeIterator
        Throws:
        org.osid.shared.SharedException