Searched refs:anotherTreeMap (Results 1 – 2 of 2) sorted by relevance
139 TreeMap anotherTreeMap = new TreeMap(reversedTreeMap); in test_ConstructorLjava_util_SortedMap() local141 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()
144 TreeMap anotherTreeMap = new TreeMap(reversedTreeMap); in test_ConstructorLjava_util_SortedMap() local146 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()