Ejemplo n.º 1
0
 // The improved version, use hashtable to check for uniqueness
 public bool isUnique(int i)
 {
     return(ih.isUnique(i));
 }
Ejemplo n.º 2
0
 public virtual bool isUnique(int i)
 {
     return(ih.isUnique(i));
 }