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