class com.google.protobuf.LazyStringArrayList$ByteArrayListView extends java.util.AbstractList<byte[]> implements java.util.RandomAccess
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.protobuf.LazyStringArrayList$ByteArrayListView
  super_class: java.util.AbstractList
{
  private final com.google.protobuf.LazyStringArrayList list;
    descriptor: Lcom/google/protobuf/LazyStringArrayList;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(com.google.protobuf.LazyStringArrayList);
    descriptor: (Lcom/google/protobuf/LazyStringArrayList;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.LazyStringArrayList$ByteArrayListView this
        start local 1 // com.google.protobuf.LazyStringArrayList list
         0: .line 327
            aload 0 /* this */
            invokespecial java.util.AbstractList.<init>:()V
         1: .line 328
            aload 0 /* this */
            aload 1 /* list */
            putfield com.google.protobuf.LazyStringArrayList$ByteArrayListView.list:Lcom/google/protobuf/LazyStringArrayList;
         2: .line 329
            return
        end local 1 // com.google.protobuf.LazyStringArrayList list
        end local 0 // com.google.protobuf.LazyStringArrayList$ByteArrayListView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/protobuf/LazyStringArrayList$ByteArrayListView;
            0    3     1  list  Lcom/google/protobuf/LazyStringArrayList;
    MethodParameters:
      Name  Flags
      list  

  public byte[] get(int);
    descriptor: (I)[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.LazyStringArrayList$ByteArrayListView this
        start local 1 // int index
         0: .line 333
            aload 0 /* this */
            getfield com.google.protobuf.LazyStringArrayList$ByteArrayListView.list:Lcom/google/protobuf/LazyStringArrayList;
            iload 1 /* index */
            invokevirtual com.google.protobuf.LazyStringArrayList.getByteArray:(I)[B
            areturn
        end local 1 // int index
        end local 0 // com.google.protobuf.LazyStringArrayList$ByteArrayListView this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/google/protobuf/LazyStringArrayList$ByteArrayListView;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.LazyStringArrayList$ByteArrayListView this
         0: .line 338
            aload 0 /* this */
            getfield com.google.protobuf.LazyStringArrayList$ByteArrayListView.list:Lcom/google/protobuf/LazyStringArrayList;
            invokevirtual com.google.protobuf.LazyStringArrayList.size:()I
            ireturn
        end local 0 // com.google.protobuf.LazyStringArrayList$ByteArrayListView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/LazyStringArrayList$ByteArrayListView;

  public byte[] set(int, byte[]);
    descriptor: (I[B)[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.google.protobuf.LazyStringArrayList$ByteArrayListView this
        start local 1 // int index
        start local 2 // byte[] s
         0: .line 343
            aload 0 /* this */
            getfield com.google.protobuf.LazyStringArrayList$ByteArrayListView.list:Lcom/google/protobuf/LazyStringArrayList;
            iload 1 /* index */
            aload 2 /* s */
            invokevirtual com.google.protobuf.LazyStringArrayList.setAndReturn:(I[B)Ljava/lang/Object;
            astore 3 /* o */
        start local 3 // java.lang.Object o
         1: .line 344
            aload 0 /* this */
            dup
            getfield com.google.protobuf.LazyStringArrayList$ByteArrayListView.modCount:I
            iconst_1
            iadd
            putfield com.google.protobuf.LazyStringArrayList$ByteArrayListView.modCount:I
         2: .line 345
            aload 3 /* o */
            invokestatic com.google.protobuf.LazyStringArrayList.asByteArray:(Ljava/lang/Object;)[B
            areturn
        end local 3 // java.lang.Object o
        end local 2 // byte[] s
        end local 1 // int index
        end local 0 // com.google.protobuf.LazyStringArrayList$ByteArrayListView this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/google/protobuf/LazyStringArrayList$ByteArrayListView;
            0    3     1  index  I
            0    3     2      s  [B
            1    3     3      o  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      index  
      s      

  public void add(int, byte[]);
    descriptor: (I[B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.google.protobuf.LazyStringArrayList$ByteArrayListView this
        start local 1 // int index
        start local 2 // byte[] s
         0: .line 350
            aload 0 /* this */
            getfield com.google.protobuf.LazyStringArrayList$ByteArrayListView.list:Lcom/google/protobuf/LazyStringArrayList;
            iload 1 /* index */
            aload 2 /* s */
            invokevirtual com.google.protobuf.LazyStringArrayList.add:(I[B)V
         1: .line 351
            aload 0 /* this */
            dup
            getfield com.google.protobuf.LazyStringArrayList$ByteArrayListView.modCount:I
            iconst_1
            iadd
            putfield com.google.protobuf.LazyStringArrayList$ByteArrayListView.modCount:I
         2: .line 352
            return
        end local 2 // byte[] s
        end local 1 // int index
        end local 0 // com.google.protobuf.LazyStringArrayList$ByteArrayListView this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/google/protobuf/LazyStringArrayList$ByteArrayListView;
            0    3     1  index  I
            0    3     2      s  [B
    MethodParameters:
       Name  Flags
      index  
      s      

  public byte[] remove(int);
    descriptor: (I)[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.google.protobuf.LazyStringArrayList$ByteArrayListView this
        start local 1 // int index
         0: .line 356
            aload 0 /* this */
            getfield com.google.protobuf.LazyStringArrayList$ByteArrayListView.list:Lcom/google/protobuf/LazyStringArrayList;
            iload 1 /* index */
            invokevirtual com.google.protobuf.LazyStringArrayList.remove:(I)Ljava/lang/String;
            astore 2 /* o */
        start local 2 // java.lang.Object o
         1: .line 357
            aload 0 /* this */
            dup
            getfield com.google.protobuf.LazyStringArrayList$ByteArrayListView.modCount:I
            iconst_1
            iadd
            putfield com.google.protobuf.LazyStringArrayList$ByteArrayListView.modCount:I
         2: .line 358
            aload 2 /* o */
            invokestatic com.google.protobuf.LazyStringArrayList.asByteArray:(Ljava/lang/Object;)[B
            areturn
        end local 2 // java.lang.Object o
        end local 1 // int index
        end local 0 // com.google.protobuf.LazyStringArrayList$ByteArrayListView this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/google/protobuf/LazyStringArrayList$ByteArrayListView;
            0    3     1  index  I
            1    3     2      o  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      index  

  public java.lang.Object set(int, java.lang.Object);
    descriptor: (ILjava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            iload 1
            aload 2
            checkcast byte[]
            invokevirtual com.google.protobuf.LazyStringArrayList$ByteArrayListView.set:(I[B)[B
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object get(int);
    descriptor: (I)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual com.google.protobuf.LazyStringArrayList$ByteArrayListView.get:(I)[B
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object remove(int);
    descriptor: (I)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual com.google.protobuf.LazyStringArrayList$ByteArrayListView.remove:(I)[B
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void add(int, java.lang.Object);
    descriptor: (ILjava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            iload 1
            aload 2
            checkcast byte[]
            invokevirtual com.google.protobuf.LazyStringArrayList$ByteArrayListView.add:(I[B)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/util/AbstractList<[B>;Ljava/util/RandomAccess;
SourceFile: "LazyStringArrayList.java"
NestHost: com.google.protobuf.LazyStringArrayList
InnerClasses:
  private ByteArrayListView = com.google.protobuf.LazyStringArrayList$ByteArrayListView of com.google.protobuf.LazyStringArrayList