}
assertEquals(200,vals.toArray().length);
vals.remove(objArray[300]);
assertTrue(
"Removing from the values collection should remove from the original map",
!myTreeMap.containsValue(objArray[300]));
assertTrue("Returned collection of incorrect size", vals.size() == 199);
assertEquals(199,vals.toArray().length);
myTreeMap.put(300, objArray[300]);
// Test for method values() in subMaps