junc.debug
Class IntegerStream

java.lang.Object
  |
  +--junc.debug.IntegerStream

public class IntegerStream
extends java.lang.Object


Constructor Summary
IntegerStream()
           
IntegerStream(int start)
           
 
Method Summary
 java.lang.Integer last()
           
 java.lang.Integer next()
           
 void rewind()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntegerStream

public IntegerStream()

IntegerStream

public IntegerStream(int start)
Method Detail

rewind

public void rewind()

next

public java.lang.Integer next()

last

public java.lang.Integer last()