| 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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.pnfsoftware.jeb.util.collect.ISegment
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Get the address where the segment starts.
Get the address where the segment ends (exclusive).