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