Searched refs:toEnd (Results 1 – 1 of 1) sorted by relevance
1366 final boolean fromStart, toEnd; field in TreeMap.NavigableSubMap1371 boolean toEnd, K hi, boolean hiInclusive) { in NavigableSubMap() argument1372 if (!fromStart && !toEnd) { in NavigableSubMap()1378 if (!toEnd) in NavigableSubMap()1386 this.toEnd = toEnd; in NavigableSubMap()1403 if (!toEnd) { in tooHigh()1417 && (toEnd || m.compare(hi, key) >= 0); in inClosedRange()1440 (toEnd ? m.getLastEntry() : in absHighest()1476 return (toEnd ? null : (hiInclusive ? in absHighFence()1509 return (fromStart && toEnd) ? m.isEmpty() : entrySet().isEmpty(); in isEmpty()[all …]