Searched refs:fromStart (Results 1 – 1 of 1) sorted by relevance
1366 final boolean fromStart, toEnd; field in TreeMap.NavigableSubMap1370 boolean fromStart, K lo, boolean loInclusive, in NavigableSubMap() argument1372 if (!fromStart && !toEnd) { in NavigableSubMap()1376 if (!fromStart) // type check in NavigableSubMap()1383 this.fromStart = fromStart; in NavigableSubMap()1394 if (!fromStart) { in tooLow()1416 return (fromStart || m.compare(key, lo) >= 0) in inClosedRange()1432 (fromStart ? m.getFirstEntry() : in absLowest()1483 return (fromStart ? null : (loInclusive ? in absLowFence()1509 return (fromStart && toEnd) ? m.isEmpty() : entrySet().isEmpty(); in isEmpty()[all …]