JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.googlecode.javaewah
Interface IntIterator
All Known Implementing Classes:
ClearIntIterator
,
ClearIntIterator32
,
IntIteratorImpl
,
IntIteratorImpl32
,
IntIteratorOverIteratingRLW
,
IntIteratorOverIteratingRLW32
,
ReverseIntIterator
,
ReverseIntIterator32
public interface
IntIterator
The IntIterator interface is used to iterate over a stream of integers.
Since:
0.2.0
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
hasNext
()
Is there more?
int
next
()
Return the next integer
Method Detail
hasNext
boolean hasNext()
Is there more?
Returns:
true, if there is more, false otherwise
next
int next()
Return the next integer
Returns:
the integer
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method