public interface

ISegment

com.pnfsoftware.jeb.util.collect.ISegment<K extends java.lang.Comparable<K>>
Known Indirect Subclasses

Class Overview

The value type used by segment-maps, a segment has a beginning and end. 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.

Summary

Public Methods
abstract K getBegin()
Get the address where the segment starts.
abstract K getEnd()
Get the address where the segment ends (exclusive).

Public Methods

public abstract K getBegin ()

Get the address where the segment starts.

Returns
  • the address where the segment begins

public abstract K getEnd ()

Get the address where the segment ends (exclusive).

Returns
  • the address where the segment ends