All Packages Class Hierarchy This Package Previous Next Index
Class espresso.util.IntegerStream
java.lang.Object
|
+----espresso.util.IntegerStream
- public class IntegerStream
- extends Object
-
counter_d
-
-
IntegerStream()
-
-
IntegerStream(int)
-
-
last()
-
-
next()
-
-
rewind()
-
counter_d
int counter_d
IntegerStream
public IntegerStream()
IntegerStream
public IntegerStream(int start)
rewind
public void rewind()
next
public Integer next()
last
public Integer last()
All Packages Class Hierarchy This Package Previous Next Index