java.lang.Object | |
↳ | com.pnfsoftware.jeb.util.collect.LongSegment |
Standard implementation of a segment using an long
treated as a signed value. 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).