Class LongSegment

java.lang.Object
com.pnfsoftware.jeb.util.collect.LongSegment
All Implemented Interfaces:
ISegment<Long>, Comparable<LongSegment>

@Ser public class LongSegment extends Object implements ISegment<Long>, Comparable<LongSegment>
Standard implementation of a segment using an long treated as a signed value. Immutable.
  • Constructor Details

    • LongSegment

      public LongSegment(long address, long size)
  • Method Details