Class SegmentSequence.StringArrayPool.SubsegmentsAndSubsegmentsAccessUnit

java.lang.Object
org.eclipse.emf.common.util.Pool.AccessUnit<String[]>
org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.AccessUnitBase
org.eclipse.emf.common.util.SegmentSequence.StringArrayPool.SubsegmentsAndSubsegmentsAccessUnit
Enclosing class:
SegmentSequence.StringArrayPool

protected static class SegmentSequence.StringArrayPool.SubsegmentsAndSubsegmentsAccessUnit extends SegmentSequence.StringArrayPool.AccessUnitBase
An access units for accessing the composition of two subsequences.
  • Field Details

    • segments1

      protected String[] segments1
      The first segments.
    • offset1

      protected int offset1
      The offset within the first segments.
    • count1

      protected int count1
      The number of segments from the offset of the first segments.
    • segments2

      protected String[] segments2
      The second segments.
    • offset2

      protected int offset2
      The offset within the second segments.
    • count2

      protected int count2
      The number of segments from the offset of the second segments.
  • Constructor Details

  • Method Details