Home
last modified time | relevance | path

Searched refs:cloneHashtable (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
DHashtable.java563 Hashtable<?,?> t = cloneHashtable(); in clone()
577 final Hashtable<?,?> cloneHashtable() { in cloneHashtable() method in Hashtable
DProperties.java1506 Properties clone = (Properties) cloneHashtable(); in clone()