Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

alice.tuprolog.test
Class Counter  view Counter download Counter.java

java.lang.Object
  extended byalice.tuprolog.test.Counter

public class Counter
extends java.lang.Object


Field Summary
private  int value
           
 
Constructor Summary
Counter()
           
 
Method Summary
 int get()
           
 void inc()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

private int value
Constructor Detail

Counter

public Counter()
Method Detail

inc

public void inc()

get

public int get()