| com.pnfsoftware.jeb.util.collect.ISegment<K extends java.lang.Comparable<K>> |
Known Indirect Subclasses
|
The value type used by segment-maps. Those values are referred to as
segments. Segments have a key (referred to as address), and span over a range up to their end
address. The end address should be strictly greater than the start address.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract K |
getBegin()
Get the address where the segment starts.
| ||||||||||
| abstract K |
getEnd()
Get the address where the segment ends (exclusive).
| ||||||||||
Get the address where the segment starts.
Get the address where the segment ends (exclusive).