Class SegmentSequence.StringArrayPool.SegmentsAndSubsegmentAccessUnit

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.SegmentsAndSubsegmentAccessUnit
Enclosing class:
SegmentSequence.StringArrayPool

protected static class SegmentSequence.StringArrayPool.SegmentsAndSubsegmentAccessUnit extends SegmentSequence.StringArrayPool.AccessUnitBase
An access unit for accessing segments and a substring of one additional segment.
  • Field Details

    • segments

      protected String[] segments
      The segments being accessed.
    • segmentCount

      protected int segmentCount
      The number of segments to consider.
    • segment

      protected String segment
      The one additional segment.
    • offset

      protected int offset
      The offset within the segment.
    • count

      protected int count
      The number of characters from the offset.
    • segmentHashCode

      protected int segmentHashCode
      Hash code of character range of the additional segment.
  • Constructor Details

  • Method Details