Searched refs:hashtableClone (Results 1 - 1 of 1) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
H A DHashtableTest.java140 Hashtable h = hashtableClone(htfull);
326 Hashtable h = hashtableClone(ht10);
337 Hashtable h = hashtableClone(htfull);
603 Hashtable h = hashtableClone(ht100);
609 h = hashtableClone(htfull);
657 Hashtable h = hashtableClone(htfull);
938 protected Hashtable hashtableClone(Hashtable s) { method in class:HashtableTest

Completed in 297 milliseconds