public class CountDownGate {
private int cycler = 0;
private int limit;
public CountDownGate(int limit) {
super();
this.limit = limit;
cycler = limit;
}
public int getLimit() {
return limit;
}
public void setLimit(int limit) {...
package AXJava;
import java.util.Hashtable;
public class Catche {
private Hashtable<String,String> dic1 = new Hashtable<>();
private int limit = 3;
public void setLimit(int limit) {
this.limit = limit;
}
public int getLimit() {
return limit;
}...