Exemple #1
0
                public override bool Equals(Object complistKey)
                {
                    ComplistKey ck = (ComplistKey)complistKey;

                    return(this.tool == ck.tool &&
                           this.java_home == ck.java_home &&
                           this.classpath == ck.classpath);
                }
Exemple #2
0
 public Complist(ComplistKey complistKey)
 {
     this.complistKey = complistKey;
     this.files       = new ArrayList();
 }