Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/util/
DOldTreeMapTest.java139 TreeMap anotherTreeMap = new TreeMap(reversedTreeMap); in test_ConstructorLjava_util_SortedMap() local
141 anotherTreeMap.comparator() == comp); in test_ConstructorLjava_util_SortedMap()
143 anotherTreeMap.firstKey().equals(new Integer(2).toString())); in test_ConstructorLjava_util_SortedMap()
145 anotherTreeMap.lastKey().equals(new Integer(1).toString())); in test_ConstructorLjava_util_SortedMap()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DTreeMapTest.java144 TreeMap anotherTreeMap = new TreeMap(reversedTreeMap); in test_ConstructorLjava_util_SortedMap() local
146 anotherTreeMap.comparator() == comp); in test_ConstructorLjava_util_SortedMap()
148 anotherTreeMap.firstKey().equals(new Integer(2).toString())); in test_ConstructorLjava_util_SortedMap()
150 anotherTreeMap.lastKey().equals(new Integer(1).toString())); in test_ConstructorLjava_util_SortedMap()