public class Range extends Object
int
end
start
Range(int start, int end)
boolean
contains(int position)
equals(Object obj)
Set<Integer>
getMembers()
hashCode()
overlap(Range range)
size()
static void
sortByStart(List<Range> ranges)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public int start
public int end
public Range(int start, int end)
public int size()
public boolean contains(int position)
public boolean overlap(Range range)
public Set<Integer> getMembers()
public String toString()
toString
Object
public boolean equals(Object obj)
equals
public int hashCode()
hashCode
public static void sortByStart(List<Range> ranges)
Copyright © 2013. All Rights Reserved.