Searched refs:mMax (Results 1 – 1 of 1) sorted by relevance
34 private final int mMax; field in Lines78 mMax = mList.size(); in Lines()89 mMax = max; in Lines()97 return pos < mMax; in hasNext()105 if (pos >= mMin && pos < mMax) { in next()130 return mMax - mMin; in size()139 return new Lines<T>(mList, Math.max(mMin, from), Math.min(mMax, to)); in copy()