final class sun.text.normalizer.UnicodeSetStringSpan$OffsetList
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.text.normalizer.UnicodeSetStringSpan$OffsetList
  super_class: java.lang.Object
{
  private int[] list;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

  private int length;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int start;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 1027
            ldc Lsun/text/normalizer/UnicodeSetStringSpan;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic sun.text.normalizer.UnicodeSetStringSpan$OffsetList.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.text.normalizer.UnicodeSetStringSpan$OffsetList this
         0: .line 1032
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1033
            aload 0 /* this */
            bipush 16
            newarray 10
            putfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.list:[I
         2: .line 1034
            return
        end local 0 // sun.text.normalizer.UnicodeSetStringSpan$OffsetList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/text/normalizer/UnicodeSetStringSpan$OffsetList;

  public void setMaxLength(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.text.normalizer.UnicodeSetStringSpan$OffsetList this
        start local 1 // int maxLength
         0: .line 1037
            iload 1 /* maxLength */
            aload 0 /* this */
            getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.list:[I
            arraylength
            if_icmple 2
         1: .line 1038
            aload 0 /* this */
            iload 1 /* maxLength */
            newarray 10
            putfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.list:[I
         2: .line 1040
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.text.normalizer.UnicodeSetStringSpan$OffsetList.clear:()V
         3: .line 1041
            return
        end local 1 // int maxLength
        end local 0 // sun.text.normalizer.UnicodeSetStringSpan$OffsetList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lsun/text/normalizer/UnicodeSetStringSpan$OffsetList;
            0    4     1  maxLength  I
    MethodParameters:
           Name  Flags
      maxLength  

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // sun.text.normalizer.UnicodeSetStringSpan$OffsetList this
         0: .line 1044
            aload 0 /* this */
            getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.list:[I
            arraylength
            istore 1 /* i */
        start local 1 // int i
         1: goto 3
         2: .line 1045
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.list:[I
            iload 1 /* i */
            iconst_0
            iastore
         3: .line 1044
      StackMap locals:
      StackMap stack:
            iload 1 /* i */
            iinc 1 /* i */ -1
            ifgt 2
        end local 1 // int i
         4: .line 1047
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            dup_x1
            putfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.length:I
            putfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.start:I
         5: .line 1048
            return
        end local 0 // sun.text.normalizer.UnicodeSetStringSpan$OffsetList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/text/normalizer/UnicodeSetStringSpan$OffsetList;
            1    4     1     i  I

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.text.normalizer.UnicodeSetStringSpan$OffsetList this
         0: .line 1051
            aload 0 /* this */
            getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.length:I
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.text.normalizer.UnicodeSetStringSpan$OffsetList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/text/normalizer/UnicodeSetStringSpan$OffsetList;

  public void shift(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.text.normalizer.UnicodeSetStringSpan$OffsetList this
        start local 1 // int delta
         0: .line 1062
            aload 0 /* this */
            getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.start:I
            iload 1 /* delta */
            iadd
            istore 2 /* i */
        start local 2 // int i
         1: .line 1063
            iload 2 /* i */
            aload 0 /* this */
            getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.list:[I
            arraylength
            if_icmplt 3
         2: .line 1064
            iload 2 /* i */
            aload 0 /* this */
            getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.list:[I
            arraylength
            isub
            istore 2 /* i */
         3: .line 1066
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.list:[I
            iload 2 /* i */
            iaload
            ifeq 6
         4: .line 1067
            aload 0 /* this */
            getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.list:[I
            iload 2 /* i */
            iconst_0
            iastore
         5: .line 1068
            aload 0 /* this */
            dup
            getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.length:I
            iconst_1
            isub
            putfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.length:I
         6: .line 1070
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* i */
            putfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.start:I
         7: .line 1071
            return
        end local 2 // int i
        end local 1 // int delta
        end local 0 // sun.text.normalizer.UnicodeSetStringSpan$OffsetList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lsun/text/normalizer/UnicodeSetStringSpan$OffsetList;
            0    8     1  delta  I
            1    8     2      i  I
    MethodParameters:
       Name  Flags
      delta  

  public void addOffset(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.text.normalizer.UnicodeSetStringSpan$OffsetList this
        start local 1 // int offset
         0: .line 1078
            aload 0 /* this */
            getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.start:I
            iload 1 /* offset */
            iadd
            istore 2 /* i */
        start local 2 // int i
         1: .line 1079
            iload 2 /* i */
            aload 0 /* this */
            getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.list:[I
            arraylength
            if_icmplt 3
         2: .line 1080
            iload 2 /* i */
            aload 0 /* this */
            getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.list:[I
            arraylength
            isub
            istore 2 /* i */
         3: .line 1082
      StackMap locals: int
      StackMap stack:
            getstatic sun.text.normalizer.UnicodeSetStringSpan$OffsetList.$assertionsDisabled:Z
            ifne 4
            aload 0 /* this */
            getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.list:[I
            iload 2 /* i */
            iaload
            ifeq 4
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         4: .line 1083
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.list:[I
            iload 2 /* i */
            iconst_1
            iastore
         5: .line 1084
            aload 0 /* this */
            dup
            getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.length:I
            iconst_1
            iadd
            putfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.length:I
         6: .line 1085
            return
        end local 2 // int i
        end local 1 // int offset
        end local 0 // sun.text.normalizer.UnicodeSetStringSpan$OffsetList this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lsun/text/normalizer/UnicodeSetStringSpan$OffsetList;
            0    7     1  offset  I
            1    7     2       i  I
    MethodParameters:
        Name  Flags
      offset  

  public void addOffsetAndCount(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // sun.text.normalizer.UnicodeSetStringSpan$OffsetList this
        start local 1 // int offset
        start local 2 // int count
         0: .line 1093
            getstatic sun.text.normalizer.UnicodeSetStringSpan$OffsetList.$assertionsDisabled:Z
            ifne 1
            iload 2 /* count */
            ifgt 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 1094
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.start:I
            iload 1 /* offset */
            iadd
            istore 3 /* i */
        start local 3 // int i
         2: .line 1095
            iload 3 /* i */
            aload 0 /* this */
            getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.list:[I
            arraylength
            if_icmplt 4
         3: .line 1096
            iload 3 /* i */
            aload 0 /* this */
            getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.list:[I
            arraylength
            isub
            istore 3 /* i */
         4: .line 1098
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.list:[I
            iload 3 /* i */
            iaload
            ifne 8
         5: .line 1099
            aload 0 /* this */
            getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.list:[I
            iload 3 /* i */
            iload 2 /* count */
            iastore
         6: .line 1100
            aload 0 /* this */
            dup
            getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.length:I
            iconst_1
            iadd
            putfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.length:I
         7: .line 1101
            goto 10
      StackMap locals:
      StackMap stack:
         8: iload 2 /* count */
            aload 0 /* this */
            getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.list:[I
            iload 3 /* i */
            iaload
            if_icmpge 10
         9: .line 1102
            aload 0 /* this */
            getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.list:[I
            iload 3 /* i */
            iload 2 /* count */
            iastore
        10: .line 1104
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int i
        end local 2 // int count
        end local 1 // int offset
        end local 0 // sun.text.normalizer.UnicodeSetStringSpan$OffsetList this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0    this  Lsun/text/normalizer/UnicodeSetStringSpan$OffsetList;
            0   11     1  offset  I
            0   11     2   count  I
            2   11     3       i  I
    MethodParameters:
        Name  Flags
      offset  
      count   

  public boolean containsOffset(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.text.normalizer.UnicodeSetStringSpan$OffsetList this
        start local 1 // int offset
         0: .line 1110
            aload 0 /* this */
            getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.start:I
            iload 1 /* offset */
            iadd
            istore 2 /* i */
        start local 2 // int i
         1: .line 1111
            iload 2 /* i */
            aload 0 /* this */
            getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.list:[I
            arraylength
            if_icmplt 3
         2: .line 1112
            iload 2 /* i */
            aload 0 /* this */
            getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.list:[I
            arraylength
            isub
            istore 2 /* i */
         3: .line 1114
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.list:[I
            iload 2 /* i */
            iaload
            ifeq 4
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_0
            ireturn
        end local 2 // int i
        end local 1 // int offset
        end local 0 // sun.text.normalizer.UnicodeSetStringSpan$OffsetList this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lsun/text/normalizer/UnicodeSetStringSpan$OffsetList;
            0    5     1  offset  I
            1    5     2       i  I
    MethodParameters:
        Name  Flags
      offset  

  public boolean hasCountAtOffset(int, int);
    descriptor: (II)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=3
        start local 0 // sun.text.normalizer.UnicodeSetStringSpan$OffsetList this
        start local 1 // int offset
        start local 2 // int count
         0: .line 1121
            aload 0 /* this */
            getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.start:I
            iload 1 /* offset */
            iadd
            istore 3 /* i */
        start local 3 // int i
         1: .line 1122
            iload 3 /* i */
            aload 0 /* this */
            getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.list:[I
            arraylength
            if_icmplt 3
         2: .line 1123
            iload 3 /* i */
            aload 0 /* this */
            getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.list:[I
            arraylength
            isub
            istore 3 /* i */
         3: .line 1125
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.list:[I
            iload 3 /* i */
            iaload
            istore 4 /* oldCount */
        start local 4 // int oldCount
         4: .line 1126
            iload 4 /* oldCount */
            ifeq 5
            iload 4 /* oldCount */
            iload 2 /* count */
            if_icmpgt 5
            iconst_1
            ireturn
      StackMap locals: int
      StackMap stack:
         5: iconst_0
            ireturn
        end local 4 // int oldCount
        end local 3 // int i
        end local 2 // int count
        end local 1 // int offset
        end local 0 // sun.text.normalizer.UnicodeSetStringSpan$OffsetList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lsun/text/normalizer/UnicodeSetStringSpan$OffsetList;
            0    6     1    offset  I
            0    6     2     count  I
            1    6     3         i  I
            4    6     4  oldCount  I
    MethodParameters:
        Name  Flags
      offset  
      count   

  public int popMinimum(sun.text.normalizer.OutputInt);
    descriptor: (Lsun/text/normalizer/OutputInt;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // sun.text.normalizer.UnicodeSetStringSpan$OffsetList this
        start local 1 // sun.text.normalizer.OutputInt outCount
         0: .line 1136
            aload 0 /* this */
            getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.start:I
            istore 2 /* i */
        start local 2 // int i
         1: .line 1137
            goto 10
         2: .line 1138
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.list:[I
            iload 2 /* i */
            iaload
            istore 4 /* count */
        start local 4 // int count
         3: .line 1139
            iload 4 /* count */
            ifeq 10
         4: .line 1140
            aload 0 /* this */
            getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.list:[I
            iload 2 /* i */
            iconst_0
            iastore
         5: .line 1141
            aload 0 /* this */
            dup
            getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.length:I
            iconst_1
            isub
            putfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.length:I
         6: .line 1142
            iload 2 /* i */
            aload 0 /* this */
            getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.start:I
            isub
            istore 3 /* result */
        start local 3 // int result
         7: .line 1143
            aload 0 /* this */
            iload 2 /* i */
            putfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.start:I
         8: .line 1144
            aload 1 /* outCount */
            ifnull 9
            aload 1 /* outCount */
            iload 4 /* count */
            putfield sun.text.normalizer.OutputInt.value:I
         9: .line 1145
      StackMap locals: int int
      StackMap stack:
            iload 3 /* result */
            ireturn
        end local 4 // int count
        end local 3 // int result
        10: .line 1137
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
            iload 2 /* i */
            aload 0 /* this */
            getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.list:[I
            arraylength
            if_icmplt 2
        11: .line 1152
            aload 0 /* this */
            getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.list:[I
            arraylength
            aload 0 /* this */
            getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.start:I
            isub
            istore 3 /* result */
        start local 3 // int result
        12: .line 1153
            iconst_0
            istore 2 /* i */
        13: .line 1155
            goto 15
        start local 4 // int count
        14: .line 1156
      StackMap locals: int int
      StackMap stack:
            iinc 2 /* i */ 1
        end local 4 // int count
        15: .line 1155
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.list:[I
            iload 2 /* i */
            iaload
            dup
            istore 4 /* count */
        start local 4 // int count
        16: ifeq 14
        17: .line 1158
            aload 0 /* this */
            getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.list:[I
            iload 2 /* i */
            iconst_0
            iastore
        18: .line 1159
            aload 0 /* this */
            dup
            getfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.length:I
            iconst_1
            isub
            putfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.length:I
        19: .line 1160
            aload 0 /* this */
            iload 2 /* i */
            putfield sun.text.normalizer.UnicodeSetStringSpan$OffsetList.start:I
        20: .line 1161
            aload 1 /* outCount */
            ifnull 21
            aload 1 /* outCount */
            iload 4 /* count */
            putfield sun.text.normalizer.OutputInt.value:I
        21: .line 1162
      StackMap locals: int
      StackMap stack:
            iload 3 /* result */
            iload 2 /* i */
            iadd
            ireturn
        end local 4 // int count
        end local 3 // int result
        end local 2 // int i
        end local 1 // sun.text.normalizer.OutputInt outCount
        end local 0 // sun.text.normalizer.UnicodeSetStringSpan$OffsetList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   22     0      this  Lsun/text/normalizer/UnicodeSetStringSpan$OffsetList;
            0   22     1  outCount  Lsun/text/normalizer/OutputInt;
            1   22     2         i  I
            7   10     3    result  I
           12   22     3    result  I
            3   10     4     count  I
           14   15     4     count  I
           16   22     4     count  I
    MethodParameters:
          Name  Flags
      outCount  
}
SourceFile: "UnicodeSetStringSpan.java"
NestHost: sun.text.normalizer.UnicodeSetStringSpan
InnerClasses:
  private final OffsetList = sun.text.normalizer.UnicodeSetStringSpan$OffsetList of sun.text.normalizer.UnicodeSetStringSpan