Home | History | Annotate | Download | only in util

Lines Matching defs:floorKey

1078      * {@link java.util.TreeMap#floorKey(Object)
1083 assertEquals(objArray[999].toString(), tm.floorKey(testint9999
1085 assertEquals(objArray[100].toString(), tm.floorKey(testint10000
1090 .floorKey(testint9999.toString()));
1091 assertEquals(testint10000.toString(), tm.floorKey(testint10000
1094 tm.floorKey(testint10000);
1100 tm.floorKey(null);
1106 assertNull(tm.floorKey(testint9999.toString()));