Searched defs:calculateThreshold (Results 1 - 1 of 1) sorted by relevance

/external/smack/src/org/jivesoftware/smack/util/collections/
H A DAbstractHashedMap.java160 this.threshold = calculateThreshold(initialCapacity, loadFactor);
596 threshold = calculateThreshold(newCapacity, loadFactor);
616 threshold = calculateThreshold(newCapacity, loadFactor);
651 protected int calculateThreshold(int newCapacity, float factor) { method in class:AbstractHashedMap
1211 * before <code>put()</code> or <code>calculateThreshold()</code> will work correctly.
1226 threshold = calculateThreshold(data.length, loadFactor);

Completed in 95 milliseconds