Searched defs:startKey (Results 1 – 2 of 2) sorted by relevance
97 public SortedMap<K,V> subMap(K startKey, K endKey); in subMap()121 public SortedMap<K,V> tailMap(K startKey); in tailMap()
872 Object startKey = new Integer(100); in test_SubMap_isEmpty() local1072 String startKey = new Integer[100].toString(); in test_SubMap_subMap_NoComparator() local1208 String startKey = new Integer[100].toString(); in test_SubMap_subMap_Comparator() local1356 String startKey = new Integer(99).toString(); in test_SubMap_tailMap() local2419 String startKey = new Integer(11).toString(); in test_DescendingSubMap_values() local2708 String startKey = new Integer(109).toString(); in test_DescendingSubMap_subMap() local