public final class sun.awt.X11InputMethodBase$IntBuffer
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: sun.awt.X11InputMethodBase$IntBuffer
  super_class: java.lang.Object
{
  private int[] intArray;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

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

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

  final sun.awt.X11InputMethodBase this$0;
    descriptor: Lsun/awt/X11InputMethodBase;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.awt.X11InputMethodBase, int);
    descriptor: (Lsun/awt/X11InputMethodBase;I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.awt.X11InputMethodBase$IntBuffer this
        start local 2 // int initialCapacity
         0: .line 761
            aload 0 /* this */
            aload 1
            putfield sun.awt.X11InputMethodBase$IntBuffer.this$0:Lsun/awt/X11InputMethodBase;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 762
            aload 0 /* this */
            iload 2 /* initialCapacity */
            newarray 10
            putfield sun.awt.X11InputMethodBase$IntBuffer.intArray:[I
         2: .line 763
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11InputMethodBase$IntBuffer.size:I
         3: .line 764
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11InputMethodBase$IntBuffer.index:I
         4: .line 765
            return
        end local 2 // int initialCapacity
        end local 0 // sun.awt.X11InputMethodBase$IntBuffer this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0             this  Lsun/awt/X11InputMethodBase$IntBuffer;
            0    5     2  initialCapacity  I
    MethodParameters:
                 Name  Flags
      this$0           final
      initialCapacity  

  void insert(int, int[]);
    descriptor: (I[I)V
    flags: (0x0000) 
    Code:
      stack=6, locals=5, args_size=3
        start local 0 // sun.awt.X11InputMethodBase$IntBuffer this
        start local 1 // int offset
        start local 2 // int[] values
         0: .line 768
            aload 0 /* this */
            getfield sun.awt.X11InputMethodBase$IntBuffer.size:I
            aload 2 /* values */
            arraylength
            iadd
            istore 3 /* newSize */
        start local 3 // int newSize
         1: .line 769
            aload 0 /* this */
            getfield sun.awt.X11InputMethodBase$IntBuffer.intArray:[I
            arraylength
            iload 3 /* newSize */
            if_icmpge 5
         2: .line 770
            iload 3 /* newSize */
            iconst_2
            imul
            newarray 10
            astore 4 /* newIntArray */
        start local 4 // int[] newIntArray
         3: .line 771
            aload 0 /* this */
            getfield sun.awt.X11InputMethodBase$IntBuffer.intArray:[I
            iconst_0
            aload 4 /* newIntArray */
            iconst_0
            aload 0 /* this */
            getfield sun.awt.X11InputMethodBase$IntBuffer.size:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         4: .line 772
            aload 0 /* this */
            aload 4 /* newIntArray */
            putfield sun.awt.X11InputMethodBase$IntBuffer.intArray:[I
        end local 4 // int[] newIntArray
         5: .line 774
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11InputMethodBase$IntBuffer.intArray:[I
            iload 1 /* offset */
            aload 0 /* this */
            getfield sun.awt.X11InputMethodBase$IntBuffer.intArray:[I
            iload 1 /* offset */
            aload 2 /* values */
            arraylength
            iadd
         6: .line 775
            aload 0 /* this */
            getfield sun.awt.X11InputMethodBase$IntBuffer.size:I
            iload 1 /* offset */
            isub
         7: .line 774
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         8: .line 776
            aload 2 /* values */
            iconst_0
            aload 0 /* this */
            getfield sun.awt.X11InputMethodBase$IntBuffer.intArray:[I
            iload 1 /* offset */
            aload 2 /* values */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         9: .line 777
            aload 0 /* this */
            dup
            getfield sun.awt.X11InputMethodBase$IntBuffer.size:I
            aload 2 /* values */
            arraylength
            iadd
            putfield sun.awt.X11InputMethodBase$IntBuffer.size:I
        10: .line 778
            aload 0 /* this */
            getfield sun.awt.X11InputMethodBase$IntBuffer.index:I
            iload 1 /* offset */
            if_icmple 12
        11: .line 779
            aload 0 /* this */
            iload 1 /* offset */
            putfield sun.awt.X11InputMethodBase$IntBuffer.index:I
        12: .line 780
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int newSize
        end local 2 // int[] values
        end local 1 // int offset
        end local 0 // sun.awt.X11InputMethodBase$IntBuffer this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   13     0         this  Lsun/awt/X11InputMethodBase$IntBuffer;
            0   13     1       offset  I
            0   13     2       values  [I
            1   13     3      newSize  I
            3    5     4  newIntArray  [I
    MethodParameters:
        Name  Flags
      offset  
      values  

  void remove(int, int);
    descriptor: (II)V
    flags: (0x0000) 
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // sun.awt.X11InputMethodBase$IntBuffer this
        start local 1 // int offset
        start local 2 // int length
         0: .line 783
            iload 1 /* offset */
            iload 2 /* length */
            iadd
            aload 0 /* this */
            getfield sun.awt.X11InputMethodBase$IntBuffer.size:I
            if_icmpeq 4
         1: .line 784
            aload 0 /* this */
            getfield sun.awt.X11InputMethodBase$IntBuffer.intArray:[I
            iload 1 /* offset */
            iload 2 /* length */
            iadd
            aload 0 /* this */
            getfield sun.awt.X11InputMethodBase$IntBuffer.intArray:[I
            iload 1 /* offset */
         2: .line 785
            aload 0 /* this */
            getfield sun.awt.X11InputMethodBase$IntBuffer.size:I
            iload 1 /* offset */
            isub
            iload 2 /* length */
            isub
         3: .line 784
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         4: .line 786
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield sun.awt.X11InputMethodBase$IntBuffer.size:I
            iload 2 /* length */
            isub
            putfield sun.awt.X11InputMethodBase$IntBuffer.size:I
         5: .line 787
            aload 0 /* this */
            getfield sun.awt.X11InputMethodBase$IntBuffer.index:I
            iload 1 /* offset */
            if_icmple 7
         6: .line 788
            aload 0 /* this */
            iload 1 /* offset */
            putfield sun.awt.X11InputMethodBase$IntBuffer.index:I
         7: .line 789
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int length
        end local 1 // int offset
        end local 0 // sun.awt.X11InputMethodBase$IntBuffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lsun/awt/X11InputMethodBase$IntBuffer;
            0    8     1  offset  I
            0    8     2  length  I
    MethodParameters:
        Name  Flags
      offset  
      length  

  void replace(int, int[]);
    descriptor: (I[I)V
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // sun.awt.X11InputMethodBase$IntBuffer this
        start local 1 // int offset
        start local 2 // int[] values
         0: .line 792
            aload 2 /* values */
            iconst_0
            aload 0 /* this */
            getfield sun.awt.X11InputMethodBase$IntBuffer.intArray:[I
            iload 1 /* offset */
            aload 2 /* values */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         1: .line 793
            return
        end local 2 // int[] values
        end local 1 // int offset
        end local 0 // sun.awt.X11InputMethodBase$IntBuffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lsun/awt/X11InputMethodBase$IntBuffer;
            0    2     1  offset  I
            0    2     2  values  [I
    MethodParameters:
        Name  Flags
      offset  
      values  

  void removeAll();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.awt.X11InputMethodBase$IntBuffer this
         0: .line 796
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11InputMethodBase$IntBuffer.size:I
         1: .line 797
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11InputMethodBase$IntBuffer.index:I
         2: .line 798
            return
        end local 0 // sun.awt.X11InputMethodBase$IntBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/awt/X11InputMethodBase$IntBuffer;

  void rewind();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.awt.X11InputMethodBase$IntBuffer this
         0: .line 801
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11InputMethodBase$IntBuffer.index:I
         1: .line 802
            return
        end local 0 // sun.awt.X11InputMethodBase$IntBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/awt/X11InputMethodBase$IntBuffer;

  int getNext();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // sun.awt.X11InputMethodBase$IntBuffer this
         0: .line 805
            aload 0 /* this */
            getfield sun.awt.X11InputMethodBase$IntBuffer.index:I
            aload 0 /* this */
            getfield sun.awt.X11InputMethodBase$IntBuffer.size:I
            if_icmpne 2
         1: .line 806
            iconst_m1
            ireturn
         2: .line 807
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11InputMethodBase$IntBuffer.intArray:[I
            aload 0 /* this */
            dup
            getfield sun.awt.X11InputMethodBase$IntBuffer.index:I
            dup_x1
            iconst_1
            iadd
            putfield sun.awt.X11InputMethodBase$IntBuffer.index:I
            iaload
            ireturn
        end local 0 // sun.awt.X11InputMethodBase$IntBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/awt/X11InputMethodBase$IntBuffer;

  void unget();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.awt.X11InputMethodBase$IntBuffer this
         0: .line 811
            aload 0 /* this */
            getfield sun.awt.X11InputMethodBase$IntBuffer.index:I
            ifeq 2
         1: .line 812
            aload 0 /* this */
            dup
            getfield sun.awt.X11InputMethodBase$IntBuffer.index:I
            iconst_1
            isub
            putfield sun.awt.X11InputMethodBase$IntBuffer.index:I
         2: .line 813
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.awt.X11InputMethodBase$IntBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/awt/X11InputMethodBase$IntBuffer;

  int getOffset();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.awt.X11InputMethodBase$IntBuffer this
         0: .line 816
            aload 0 /* this */
            getfield sun.awt.X11InputMethodBase$IntBuffer.index:I
            ireturn
        end local 0 // sun.awt.X11InputMethodBase$IntBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/X11InputMethodBase$IntBuffer;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // sun.awt.X11InputMethodBase$IntBuffer this
         0: .line 820
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            astore 1 /* s */
        start local 1 // java.lang.StringBuffer s
         1: .line 821
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 6
         3: .line 822
      StackMap locals: java.lang.StringBuffer int
      StackMap stack:
            aload 1 /* s */
            aload 0 /* this */
            getfield sun.awt.X11InputMethodBase$IntBuffer.intArray:[I
            iload 2 /* i */
            iinc 2 /* i */ 1
            iaload
            invokevirtual java.lang.StringBuffer.append:(I)Ljava/lang/StringBuffer;
            pop
         4: .line 823
            iload 2 /* i */
            aload 0 /* this */
            getfield sun.awt.X11InputMethodBase$IntBuffer.size:I
            if_icmpge 6
         5: .line 824
            aload 1 /* s */
            ldc ","
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         6: .line 821
      StackMap locals:
      StackMap stack:
            iload 2 /* i */
            aload 0 /* this */
            getfield sun.awt.X11InputMethodBase$IntBuffer.size:I
            if_icmplt 3
        end local 2 // int i
         7: .line 826
            aload 1 /* s */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuffer s
        end local 0 // sun.awt.X11InputMethodBase$IntBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lsun/awt/X11InputMethodBase$IntBuffer;
            1    8     1     s  Ljava/lang/StringBuffer;
            2    7     2     i  I
}
SourceFile: "X11InputMethodBase.java"
NestHost: sun.awt.X11InputMethodBase
InnerClasses:
  protected final IntBuffer = sun.awt.X11InputMethodBase$IntBuffer of sun.awt.X11InputMethodBase