Package ghidra.util.datastruct
Class IndexRange
java.lang.Object
ghidra.util.datastruct.IndexRange
Class for holding a begin and end index.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
IndexRange
public 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
-
getStart
public long getStart()Returns the starting index of the range.- Returns:
- the starting index of the range.
-
getEnd
public long getEnd()Returns the ending index of the range.- Returns:
- the ending index of the range.
-
equals
-
hashCode
public int hashCode()
-