HomeSort by relevance Sort by last modified time
    Searched full:htfull (Results 1 - 2 of 2) sorted by null

  /libcore/luni/src/test/java/tests/api/java/util/
HashtableTest.java 45 private Hashtable htfull; field in class:HashtableTest
156 Hashtable h = hashtableClone(htfull);
171 Hashtable h = (Hashtable) htfull.clone();
172 assertTrue("Clone different size than original", h.size() == htfull
175 Enumeration org = htfull.keys();
182 assertTrue("Value comparison failed", ((String) htfull.get(okey))
212 assertTrue("Failed to find key", htfull.containsKey("FKey 4"));
213 assertTrue("Failed to find key", !htfull.containsKey("FKey 99"));
216 htfull.containsKey(null);
336 assertTrue("Returned true for unequal tables", !ht10.equals(htfull));
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
HashtableTest.java 43 private Hashtable htfull; field in class:HashtableTest
120 Hashtable h = hashtableClone(htfull);
135 Hashtable h = (Hashtable) htfull.clone();
136 assertTrue("Clone different size than original", h.size() == htfull
139 Enumeration org = htfull.keys();
146 assertTrue("Value comparison failed", ((String) htfull.get(okey))
169 assertTrue("Failed to find key", htfull.containsKey("FKey 4"));
170 assertTrue("Failed to find key", !htfull.containsKey("FKey 99"));
284 assertTrue("Returned true for unequal tables", !ht10.equals(htfull));
293 Hashtable h = hashtableClone(htfull);
    [all...]

Completed in 120 milliseconds