All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class espresso.util.IntegerStream

java.lang.Object
   |
   +----espresso.util.IntegerStream

public class IntegerStream
extends Object

Variable Index

 o counter_d

Constructor Index

 o IntegerStream()
 o IntegerStream(int)

Method Index

 o last()
 o next()
 o rewind()

Variables

 o counter_d
 int counter_d

Constructors

 o IntegerStream
 public IntegerStream()
 o IntegerStream
 public IntegerStream(int start)

Methods

 o rewind
 public void rewind()
 o next
 public Integer next()
 o last
 public Integer last()

All Packages  Class Hierarchy  This Package  Previous  Next  Index