Class LongValueIterator

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

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

      • LongValueIterator

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

      • hasNextLongValue

        public boolean hasNextLongValue()
                                 throws org.osid.shared.SharedException
        Specified by:
        hasNextLongValue in interface org.osid.shared.LongValueIterator
        Overrides:
        hasNextLongValue in class LongValueIterator
        Throws:
        org.osid.shared.SharedException
      • nextLongValue

        public long nextLongValue()
                           throws org.osid.shared.SharedException
        Specified by:
        nextLongValue in interface org.osid.shared.LongValueIterator
        Overrides:
        nextLongValue in class LongValueIterator
        Throws:
        org.osid.shared.SharedException