361362363364365366367
private TortugaHashSet set; private int threshold; public HashSetTrigger(int threshold) { this.threshold = threshold; set = new TortugaHashSet(); }