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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
H A DHashtableTest.java800 protected void rehash() { method in class:HashtableTest.Mock_Hashtable
802 super.rehash();
/libcore/ojluni/src/main/java/java/lang/
H A DThreadLocal.java484 rehash();
548 // to remove or rehash all of the other entries in run.
670 private void rehash() { method in class:ThreadLocal.ThreadLocalMap
/libcore/ojluni/src/main/java/java/util/
H A DHashtable.java51 * the implementation. The exact details as to when and whether the rehash
60 * need for <code>rehash</code> operations, which are time-consuming.
61 * No <code>rehash</code> operations will <i>ever</i> occur if the initial
123 * @see Hashtable#rehash()
163 * rehash). This field is used to make iterators on Collection-views of
391 protected void rehash() { method in class:Hashtable
427 rehash();

Completed in 83 milliseconds