java.lang.Object | |
↳ | com.pnfsoftware.jeb.util.collect.LongSegment |
A segment with signed long memory addresses. Immutable.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
LongSegment(long address, long size) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | compareTo(LongSegment second) | ||||||||||
Long |
getBegin()
Get the address where the segment starts.
| ||||||||||
Long |
getEnd()
Get the address where the segment ends (exclusive).
| ||||||||||
long | getSize() | ||||||||||
String | toString() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Get the address where the segment starts.
Get the address where the segment ends (exclusive).