aleph.examples
Class Counter

java.lang.Object
  |
  +--aleph.examples.Counter

public class Counter
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 long value
           
 
Constructor Summary
Counter()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public long value
Constructor Detail

Counter

public Counter()
Method Detail

main

public static void main(java.lang.String[] args)