JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
net.sf.saxon.expr.sort
Interface IntIterator
All Known Implementing Classes:
EmptyIntIterator
,
NamespaceCodeIterator
,
TerminatedIntIterator
public interface
IntIterator
An iterator over a sequence of unboxed int values
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
hasNext
()
Test whether there are any more integers in the sequence
int
next
()
Return the next integer in the sequence.
Method Detail
hasNext
boolean hasNext()
Test whether there are any more integers in the sequence
Returns:
true if there are more integers to come
next
int next()
Return the next integer in the sequence. The result is undefined unless hasNext() has been called and has returned true.
Returns:
the next integer in the sequence
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method