public class Range extends Object
Range(int start, int end)
int
getEnd()
getStart()
Range
intersect(Range range)
static Range
of(int start, int end)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Range(int start, int end)
public static Range of(int start, int end)
public int getStart()
public int getEnd()
public Range intersect(Range range)
public String toString()
toString
Object
Copyright © 2017–2020 Apache Software Foundation. All rights reserved.