public arrayCounter copy() { arrayCounter ac = new arrayCounter(this); ac.count = this.count; return(ac); }
public ComparisonTable(arrayCounter congruentArrayCounter, int firstScopeId, int secondScopeId) { CongruentArrayCounter = congruentArrayCounter; FirstScopeId = firstScopeId; SecondScopeId = secondScopeId; }