public interface ShortIterator
short
values.ShortIteratorIterator
,
IteratorShortIterator
boolean hasNext()
true
iff I have more elements.
(In other words, returns true
iff
a subsequent call to next
will return
an element rather than throwing an exception.)true
iff I have more elementsshort next()
NoSuchElementException
- if there is no next elementvoid remove()
returned
by me
(optional operation).Copyright (c) 2002-2003 - Apache Software Foundation