public final class LineRange extends Object
| Constructor and Description |
|---|
LineRange(int first,
int last)
Default constructor.
|
public LineRange(int first,
int last)
first - The alpha line number.last - The omega line number.public boolean within(int line)
line - The given line number to check.public boolean within(LineRange range)
range - The given LineRange to check.public int first()
public int last()
Copyright © 2011–2016 Qulice.com. All rights reserved.