sexi.comp
Class Counter

java.lang.Object
  |
  +--sexi.comp.Counter

public class Counter
extends java.lang.Object


Constructor Summary
Counter()
           
Counter(long init)
           
 
Method Summary
 long getNumber()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Counter

public Counter()

Counter

public Counter(long init)
Method Detail

getNumber

public long getNumber()