Class IntegerSegment

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

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

    • IntegerSegment

      public IntegerSegment(int address, int size)
  • Method Details