Home | History | Annotate | Download | only in util

Lines Matching defs:hiInclusive

1359          * loInclusive) and (toEnd, hi, hiInclusive). If fromStart is
1367 final boolean loInclusive, hiInclusive;
1371 boolean toEnd, K hi, boolean hiInclusive) {
1388 this.hiInclusive = hiInclusive;
1405 if (c > 0 || (c == 0 && !hiInclusive))
1441 (hiInclusive ? m.getFloorEntry(hi) :
1476 return (toEnd ? null : (hiInclusive ?
1860 boolean toEnd, K hi, boolean hiInclusive) {
1861 super(m, fromStart, lo, loInclusive, toEnd, hi, hiInclusive);
1883 !hiInclusive && !inclusive))
1900 toEnd, hi, hiInclusive);
1909 toEnd, hi, hiInclusive));
1950 boolean toEnd, K hi, boolean hiInclusive) {
1951 super(m, fromStart, lo, loInclusive, toEnd, hi, hiInclusive);
1981 toEnd, hi, hiInclusive);
1988 !hiInclusive && !inclusive))
2002 toEnd, hi, hiInclusive));