class com.google.protobuf.LazyStringArrayList$ByteStringListView extends java.util.AbstractList<com.google.protobuf.ByteString> implements java.util.RandomAccess
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.protobuf.LazyStringArrayList$ByteStringListView
  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$ByteStringListView this
        start local 1 // com.google.protobuf.LazyStringArrayList list
         0: .line 370
            aload 0 /* this */
            invokespecial java.util.AbstractList.<init>:()V
         1: .line 371
            aload 0 /* this */
            aload 1 /* list */
            putfield com.google.protobuf.LazyStringArrayList$ByteStringListView.list:Lcom/google/protobuf/LazyStringArrayList;
         2: .line 372
            return
        end local 1 // com.google.protobuf.LazyStringArrayList list
        end local 0 // com.google.protobuf.LazyStringArrayList$ByteStringListView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/protobuf/LazyStringArrayList$ByteStringListView;
            0    3     1  list  Lcom/google/protobuf/LazyStringArrayList;
    MethodParameters:
      Name  Flags
      list  

  public com.google.protobuf.ByteString get(int);
    descriptor: (I)Lcom/google/protobuf/ByteString;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.LazyStringArrayList$ByteStringListView this
        start local 1 // int index
         0: .line 376
            aload 0 /* this */
            getfield com.google.protobuf.LazyStringArrayList$ByteStringListView.list:Lcom/google/protobuf/LazyStringArrayList;
            iload 1 /* index */
            invokevirtual com.google.protobuf.LazyStringArrayList.getByteString:(I)Lcom/google/protobuf/ByteString;
            areturn
        end local 1 // int index
        end local 0 // com.google.protobuf.LazyStringArrayList$ByteStringListView this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/google/protobuf/LazyStringArrayList$ByteStringListView;
            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$ByteStringListView this
         0: .line 381
            aload 0 /* this */
            getfield com.google.protobuf.LazyStringArrayList$ByteStringListView.list:Lcom/google/protobuf/LazyStringArrayList;
            invokevirtual com.google.protobuf.LazyStringArrayList.size:()I
            ireturn
        end local 0 // com.google.protobuf.LazyStringArrayList$ByteStringListView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/LazyStringArrayList$ByteStringListView;

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

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

  public com.google.protobuf.ByteString remove(int);
    descriptor: (I)Lcom/google/protobuf/ByteString;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.google.protobuf.LazyStringArrayList$ByteStringListView this
        start local 1 // int index
         0: .line 399
            aload 0 /* this */
            getfield com.google.protobuf.LazyStringArrayList$ByteStringListView.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 400
            aload 0 /* this */
            dup
            getfield com.google.protobuf.LazyStringArrayList$ByteStringListView.modCount:I
            iconst_1
            iadd
            putfield com.google.protobuf.LazyStringArrayList$ByteStringListView.modCount:I
         2: .line 401
            aload 2 /* o */
            invokestatic com.google.protobuf.LazyStringArrayList.asByteString:(Ljava/lang/Object;)Lcom/google/protobuf/ByteString;
            areturn
        end local 2 // java.lang.Object o
        end local 1 // int index
        end local 0 // com.google.protobuf.LazyStringArrayList$ByteStringListView this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/google/protobuf/LazyStringArrayList$ByteStringListView;
            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 com.google.protobuf.ByteString
            invokevirtual com.google.protobuf.LazyStringArrayList$ByteStringListView.set:(ILcom/google/protobuf/ByteString;)Lcom/google/protobuf/ByteString;
            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$ByteStringListView.get:(I)Lcom/google/protobuf/ByteString;
            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$ByteStringListView.remove:(I)Lcom/google/protobuf/ByteString;
            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 com.google.protobuf.ByteString
            invokevirtual com.google.protobuf.LazyStringArrayList$ByteStringListView.add:(ILcom/google/protobuf/ByteString;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/util/AbstractList<Lcom/google/protobuf/ByteString;>;Ljava/util/RandomAccess;
SourceFile: "LazyStringArrayList.java"
NestHost: com.google.protobuf.LazyStringArrayList
InnerClasses:
  private ByteStringListView = com.google.protobuf.LazyStringArrayList$ByteStringListView of com.google.protobuf.LazyStringArrayList