Lines Matching defs:count
87 private int count;90 * Rehashes the table when count exceeds this threshold.151 return count;158 return count == 0;215 // newCapacity + ", thresh=" + threshold + ", count=" + count);226 count--; /* remove entries that have disappeared */261 if (count >= threshold) {271 count++;296 count--;