예제 #1
0
 public int CountHF()
 {
     if (_keys != null)
     {
         return(_keys.Count());
     }
     else
     {
         return(0);
     }
 }
예제 #2
0
 public int CountHF()
 {
     return(_keys.Count());
 }
예제 #3
0
 public long Count(bool includeDuplicates)
 {
     return(_index.Count(includeDuplicates));
 }