public final class org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy implements java.util.List
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy
  super_class: java.lang.Object
{
  protected final java.util.List list;
    descriptor: Ljava/util/List;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  final org.hibernate.collection.internal.AbstractPersistentCollection this$0;
    descriptor: Lorg/hibernate/collection/internal/AbstractPersistentCollection;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(org.hibernate.collection.internal.AbstractPersistentCollection, java.util.List);
    descriptor: (Lorg/hibernate/collection/internal/AbstractPersistentCollection;Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy this
        start local 2 // java.util.List list
         0: .line 998
            aload 0 /* this */
            aload 1
            putfield org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy.this$0:Lorg/hibernate/collection/internal/AbstractPersistentCollection;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 999
            aload 0 /* this */
            aload 2 /* list */
            putfield org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy.list:Ljava/util/List;
         2: .line 1000
            return
        end local 2 // java.util.List list
        end local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/hibernate/collection/internal/AbstractPersistentCollection$ListProxy;
            0    3     2  list  Ljava/util/List;
    MethodParameters:
        Name  Flags
      this$0  final
      list    

  public void add(int, java.lang.Object);
    descriptor: (ILjava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy this
        start local 1 // int index
        start local 2 // java.lang.Object value
         0: .line 1005
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy.this$0:Lorg/hibernate/collection/internal/AbstractPersistentCollection;
            invokevirtual org.hibernate.collection.internal.AbstractPersistentCollection.write:()V
         1: .line 1006
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy.list:Ljava/util/List;
            iload 1 /* index */
            aload 2 /* value */
            invokeinterface java.util.List.add:(ILjava/lang/Object;)V
         2: .line 1007
            return
        end local 2 // java.lang.Object value
        end local 1 // int index
        end local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/hibernate/collection/internal/AbstractPersistentCollection$ListProxy;
            0    3     1  index  I
            0    3     2  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      index  
      value  

  public boolean add(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy this
        start local 1 // java.lang.Object o
         0: .line 1012
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy.this$0:Lorg/hibernate/collection/internal/AbstractPersistentCollection;
            invokevirtual org.hibernate.collection.internal.AbstractPersistentCollection.write:()V
         1: .line 1013
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy.list:Ljava/util/List;
            aload 1 /* o */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hibernate/collection/internal/AbstractPersistentCollection$ListProxy;
            0    2     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     

  public boolean addAll(java.util.Collection);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy this
        start local 1 // java.util.Collection c
         0: .line 1019
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy.this$0:Lorg/hibernate/collection/internal/AbstractPersistentCollection;
            invokevirtual org.hibernate.collection.internal.AbstractPersistentCollection.write:()V
         1: .line 1020
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy.list:Ljava/util/List;
            aload 1 /* c */
            invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
            ireturn
        end local 1 // java.util.Collection c
        end local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hibernate/collection/internal/AbstractPersistentCollection$ListProxy;
            0    2     1     c  Ljava/util/Collection;
    MethodParameters:
      Name  Flags
      c     

  public boolean addAll(int, java.util.Collection);
    descriptor: (ILjava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy this
        start local 1 // int i
        start local 2 // java.util.Collection c
         0: .line 1026
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy.this$0:Lorg/hibernate/collection/internal/AbstractPersistentCollection;
            invokevirtual org.hibernate.collection.internal.AbstractPersistentCollection.write:()V
         1: .line 1027
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy.list:Ljava/util/List;
            iload 1 /* i */
            aload 2 /* c */
            invokeinterface java.util.List.addAll:(ILjava/util/Collection;)Z
            ireturn
        end local 2 // java.util.Collection c
        end local 1 // int i
        end local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hibernate/collection/internal/AbstractPersistentCollection$ListProxy;
            0    2     1     i  I
            0    2     2     c  Ljava/util/Collection;
    MethodParameters:
      Name  Flags
      i     
      c     

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy this
         0: .line 1032
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy.this$0:Lorg/hibernate/collection/internal/AbstractPersistentCollection;
            invokevirtual org.hibernate.collection.internal.AbstractPersistentCollection.write:()V
         1: .line 1033
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy.list:Ljava/util/List;
            invokeinterface java.util.List.clear:()V
         2: .line 1034
            return
        end local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/hibernate/collection/internal/AbstractPersistentCollection$ListProxy;

  public boolean contains(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy this
        start local 1 // java.lang.Object o
         0: .line 1038
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy.list:Ljava/util/List;
            aload 1 /* o */
            invokeinterface java.util.List.contains:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/collection/internal/AbstractPersistentCollection$ListProxy;
            0    1     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     

  public boolean containsAll(java.util.Collection);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy this
        start local 1 // java.util.Collection c
         0: .line 1044
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy.list:Ljava/util/List;
            aload 1 /* c */
            invokeinterface java.util.List.containsAll:(Ljava/util/Collection;)Z
            ireturn
        end local 1 // java.util.Collection c
        end local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/collection/internal/AbstractPersistentCollection$ListProxy;
            0    1     1     c  Ljava/util/Collection;
    MethodParameters:
      Name  Flags
      c     

  public java.lang.Object get(int);
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy this
        start local 1 // int i
         0: .line 1049
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy.list:Ljava/util/List;
            iload 1 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            areturn
        end local 1 // int i
        end local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/collection/internal/AbstractPersistentCollection$ListProxy;
            0    1     1     i  I
    MethodParameters:
      Name  Flags
      i     

  public int indexOf(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy this
        start local 1 // java.lang.Object o
         0: .line 1054
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy.list:Ljava/util/List;
            aload 1 /* o */
            invokeinterface java.util.List.indexOf:(Ljava/lang/Object;)I
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/collection/internal/AbstractPersistentCollection$ListProxy;
            0    1     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy this
         0: .line 1059
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy.list:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ireturn
        end local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/collection/internal/AbstractPersistentCollection$ListProxy;

  public java.util.Iterator iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy this
         0: .line 1064
            new org.hibernate.collection.internal.AbstractPersistentCollection$IteratorProxy
            dup
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy.this$0:Lorg/hibernate/collection/internal/AbstractPersistentCollection;
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy.list:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            invokespecial org.hibernate.collection.internal.AbstractPersistentCollection$IteratorProxy.<init>:(Lorg/hibernate/collection/internal/AbstractPersistentCollection;Ljava/util/Iterator;)V
            areturn
        end local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/collection/internal/AbstractPersistentCollection$ListProxy;

  public int lastIndexOf(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy this
        start local 1 // java.lang.Object o
         0: .line 1069
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy.list:Ljava/util/List;
            aload 1 /* o */
            invokeinterface java.util.List.lastIndexOf:(Ljava/lang/Object;)I
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/collection/internal/AbstractPersistentCollection$ListProxy;
            0    1     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     

  public java.util.ListIterator listIterator();
    descriptor: ()Ljava/util/ListIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy this
         0: .line 1074
            new org.hibernate.collection.internal.AbstractPersistentCollection$ListIteratorProxy
            dup
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy.this$0:Lorg/hibernate/collection/internal/AbstractPersistentCollection;
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy.list:Ljava/util/List;
            invokeinterface java.util.List.listIterator:()Ljava/util/ListIterator;
            invokespecial org.hibernate.collection.internal.AbstractPersistentCollection$ListIteratorProxy.<init>:(Lorg/hibernate/collection/internal/AbstractPersistentCollection;Ljava/util/ListIterator;)V
            areturn
        end local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/collection/internal/AbstractPersistentCollection$ListProxy;

  public java.util.ListIterator listIterator(int);
    descriptor: (I)Ljava/util/ListIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy this
        start local 1 // int i
         0: .line 1079
            new org.hibernate.collection.internal.AbstractPersistentCollection$ListIteratorProxy
            dup
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy.this$0:Lorg/hibernate/collection/internal/AbstractPersistentCollection;
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy.list:Ljava/util/List;
            iload 1 /* i */
            invokeinterface java.util.List.listIterator:(I)Ljava/util/ListIterator;
            invokespecial org.hibernate.collection.internal.AbstractPersistentCollection$ListIteratorProxy.<init>:(Lorg/hibernate/collection/internal/AbstractPersistentCollection;Ljava/util/ListIterator;)V
            areturn
        end local 1 // int i
        end local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/collection/internal/AbstractPersistentCollection$ListProxy;
            0    1     1     i  I
    MethodParameters:
      Name  Flags
      i     

  public java.lang.Object remove(int);
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy this
        start local 1 // int i
         0: .line 1084
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy.this$0:Lorg/hibernate/collection/internal/AbstractPersistentCollection;
            invokevirtual org.hibernate.collection.internal.AbstractPersistentCollection.write:()V
         1: .line 1085
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy.list:Ljava/util/List;
            iload 1 /* i */
            invokeinterface java.util.List.remove:(I)Ljava/lang/Object;
            areturn
        end local 1 // int i
        end local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hibernate/collection/internal/AbstractPersistentCollection$ListProxy;
            0    2     1     i  I
    MethodParameters:
      Name  Flags
      i     

  public boolean remove(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy this
        start local 1 // java.lang.Object o
         0: .line 1090
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy.this$0:Lorg/hibernate/collection/internal/AbstractPersistentCollection;
            invokevirtual org.hibernate.collection.internal.AbstractPersistentCollection.write:()V
         1: .line 1091
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy.list:Ljava/util/List;
            aload 1 /* o */
            invokeinterface java.util.List.remove:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hibernate/collection/internal/AbstractPersistentCollection$ListProxy;
            0    2     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     

  public boolean removeAll(java.util.Collection);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy this
        start local 1 // java.util.Collection c
         0: .line 1097
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy.this$0:Lorg/hibernate/collection/internal/AbstractPersistentCollection;
            invokevirtual org.hibernate.collection.internal.AbstractPersistentCollection.write:()V
         1: .line 1098
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy.list:Ljava/util/List;
            aload 1 /* c */
            invokeinterface java.util.List.removeAll:(Ljava/util/Collection;)Z
            ireturn
        end local 1 // java.util.Collection c
        end local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hibernate/collection/internal/AbstractPersistentCollection$ListProxy;
            0    2     1     c  Ljava/util/Collection;
    MethodParameters:
      Name  Flags
      c     

  public boolean retainAll(java.util.Collection);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy this
        start local 1 // java.util.Collection c
         0: .line 1104
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy.this$0:Lorg/hibernate/collection/internal/AbstractPersistentCollection;
            invokevirtual org.hibernate.collection.internal.AbstractPersistentCollection.write:()V
         1: .line 1105
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy.list:Ljava/util/List;
            aload 1 /* c */
            invokeinterface java.util.List.retainAll:(Ljava/util/Collection;)Z
            ireturn
        end local 1 // java.util.Collection c
        end local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hibernate/collection/internal/AbstractPersistentCollection$ListProxy;
            0    2     1     c  Ljava/util/Collection;
    MethodParameters:
      Name  Flags
      c     

  public java.lang.Object set(int, java.lang.Object);
    descriptor: (ILjava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy this
        start local 1 // int i
        start local 2 // java.lang.Object o
         0: .line 1111
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy.this$0:Lorg/hibernate/collection/internal/AbstractPersistentCollection;
            invokevirtual org.hibernate.collection.internal.AbstractPersistentCollection.write:()V
         1: .line 1112
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy.list:Ljava/util/List;
            iload 1 /* i */
            aload 2 /* o */
            invokeinterface java.util.List.set:(ILjava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 2 // java.lang.Object o
        end local 1 // int i
        end local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/hibernate/collection/internal/AbstractPersistentCollection$ListProxy;
            0    2     1     i  I
            0    2     2     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      i     
      o     

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy this
         0: .line 1117
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy.list:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            ireturn
        end local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/collection/internal/AbstractPersistentCollection$ListProxy;

  public java.util.List subList(int, int);
    descriptor: (II)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy this
        start local 1 // int i
        start local 2 // int j
         0: .line 1122
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy.list:Ljava/util/List;
            iload 1 /* i */
            iload 2 /* j */
            invokeinterface java.util.List.subList:(II)Ljava/util/List;
            areturn
        end local 2 // int j
        end local 1 // int i
        end local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/collection/internal/AbstractPersistentCollection$ListProxy;
            0    1     1     i  I
            0    1     2     j  I
    MethodParameters:
      Name  Flags
      i     
      j     

  public java.lang.Object[] toArray();
    descriptor: ()[Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy this
         0: .line 1127
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy.list:Ljava/util/List;
            invokeinterface java.util.List.toArray:()[Ljava/lang/Object;
            areturn
        end local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/collection/internal/AbstractPersistentCollection$ListProxy;

  public java.lang.Object[] toArray(java.lang.Object[]);
    descriptor: ([Ljava/lang/Object;)[Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy this
        start local 1 // java.lang.Object[] array
         0: .line 1133
            aload 0 /* this */
            getfield org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy.list:Ljava/util/List;
            aload 1 /* array */
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            areturn
        end local 1 // java.lang.Object[] array
        end local 0 // org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/hibernate/collection/internal/AbstractPersistentCollection$ListProxy;
            0    1     1  array  [Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      array  
}
SourceFile: "AbstractPersistentCollection.java"
NestHost: org.hibernate.collection.internal.AbstractPersistentCollection
InnerClasses:
  protected final IteratorProxy = org.hibernate.collection.internal.AbstractPersistentCollection$IteratorProxy of org.hibernate.collection.internal.AbstractPersistentCollection
  protected final ListIteratorProxy = org.hibernate.collection.internal.AbstractPersistentCollection$ListIteratorProxy of org.hibernate.collection.internal.AbstractPersistentCollection
  protected final ListProxy = org.hibernate.collection.internal.AbstractPersistentCollection$ListProxy of org.hibernate.collection.internal.AbstractPersistentCollection