Package ghidra.util.datastruct
Class IndexRange
java.lang.Object
ghidra.util.datastruct.IndexRange
Class for holding a begin and end index.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
IndexRangepublic IndexRange(long start, long end) Constructor for IndexRange.- Parameters:
- start- the starting index of the range.
- end- the ending index of the range.
 
 
- 
- 
Method Details- 
getStartpublic long getStart()Returns the starting index of the range.- Returns:
- the starting index of the range.
 
- 
getEndpublic long getEnd()Returns the ending index of the range.- Returns:
- the ending index of the range.
 
- 
equals
- 
hashCodepublic int hashCode()
 
-