java.lang.Object | |
↳ | com.pnfsoftware.jeb.util.collect.IntegerSegment |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
IntegerSegment(int address, int size) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | compareTo(IntegerSegment second) | ||||||||||
boolean | equals(Object obj) | ||||||||||
Integer |
getBegin()
Get the address where the segment starts.
| ||||||||||
Integer |
getEnd()
Get the address where the segment ends (exclusive).
| ||||||||||
int | getSize() | ||||||||||
int | hashCode() | ||||||||||
String | toString() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Get the address where the segment starts.
Get the address where the segment ends (exclusive).