Lines Matching refs:hiInclusive
1246 * loInclusive) and (toEnd, hi, hiInclusive). If fromStart is
1254 final boolean loInclusive, hiInclusive;
1258 boolean toEnd, K hi, boolean hiInclusive) {
1275 this.hiInclusive = hiInclusive;
1292 if (c > 0 || (c == 0 && !hiInclusive))
1328 (hiInclusive ? m.getFloorEntry(hi) :
1363 return (toEnd ? null : (hiInclusive ?
1698 boolean toEnd, K hi, boolean hiInclusive) {
1699 super(m, fromStart, lo, loInclusive, toEnd, hi, hiInclusive);
1730 toEnd, hi, hiInclusive);
1739 toEnd, hi, hiInclusive));
1776 boolean toEnd, K hi, boolean hiInclusive) {
1777 super(m, fromStart, lo, loInclusive, toEnd, hi, hiInclusive);
1803 toEnd, hi, hiInclusive);
1820 toEnd, hi, hiInclusive));