public class ItemRange
extends Object
-
Method Summary
boolean
int
int
int
int
boolean
-
Method Details
-
startEnd
public static ItemRange startEnd(int start,
int endExclusive)
-
startLength
public static ItemRange startLength(int start,
int length)
-
getStart
public int getStart()
-
getLength
public int getLength()
-
getEnd
public int getEnd()
-
-
-
-