public boolean hasNextLongValue() throws org.osid.shared.SharedException(Code)
Return whether there is another long or not.
nextLongValue
public long nextLongValue() throws org.osid.shared.SharedException(Code)
Return the next long or throw an exception if there are no more longs.
The exception's message is: org.osid.shared.SharedException.NO_MORE_ITERATOR_ELEMENTS