public final class io.undertow.util.AttachmentList<T> implements java.util.List<T>, java.util.RandomAccess
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.undertow.util.AttachmentList
  super_class: java.lang.Object
{
  private final java.lang.Class<T> valueClass;
    descriptor: Ljava/lang/Class;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/lang/Class<TT;>;

  private final java.util.List<T> delegate;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<TT;>;

  public void <init>(int, java.lang.Class<T>);
    descriptor: (ILjava/lang/Class;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.undertow.util.AttachmentList this
        start local 1 // int initialCapacity
        start local 2 // java.lang.Class valueClass
         0: .line 37
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 38
            aload 0 /* this */
            new java.util.ArrayList
            dup
            iload 1 /* initialCapacity */
            invokespecial java.util.ArrayList.<init>:(I)V
            aload 2 /* valueClass */
            invokestatic java.util.Collections.checkedList:(Ljava/util/List;Ljava/lang/Class;)Ljava/util/List;
            putfield io.undertow.util.AttachmentList.delegate:Ljava/util/List;
         2: .line 39
            aload 0 /* this */
            aload 2 /* valueClass */
            putfield io.undertow.util.AttachmentList.valueClass:Ljava/lang/Class;
         3: .line 40
            return
        end local 2 // java.lang.Class valueClass
        end local 1 // int initialCapacity
        end local 0 // io.undertow.util.AttachmentList this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lio/undertow/util/AttachmentList<TT;>;
            0    4     1  initialCapacity  I
            0    4     2       valueClass  Ljava/lang/Class<TT;>;
    Signature: (ILjava/lang/Class<TT;>;)V
    MethodParameters:
                 Name  Flags
      initialCapacity  final
      valueClass       final

  public void <init>(java.lang.Class<T>);
    descriptor: (Ljava/lang/Class;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.undertow.util.AttachmentList this
        start local 1 // java.lang.Class valueClass
         0: .line 42
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 43
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            aload 1 /* valueClass */
            invokestatic java.util.Collections.checkedList:(Ljava/util/List;Ljava/lang/Class;)Ljava/util/List;
            putfield io.undertow.util.AttachmentList.delegate:Ljava/util/List;
         2: .line 44
            aload 0 /* this */
            aload 1 /* valueClass */
            putfield io.undertow.util.AttachmentList.valueClass:Ljava/lang/Class;
         3: .line 45
            return
        end local 1 // java.lang.Class valueClass
        end local 0 // io.undertow.util.AttachmentList this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lio/undertow/util/AttachmentList<TT;>;
            0    4     1  valueClass  Ljava/lang/Class<TT;>;
    Signature: (Ljava/lang/Class<TT;>;)V
    MethodParameters:
            Name  Flags
      valueClass  final

  public void <init>(java.util.Collection<? extends T>, java.lang.Class<T>);
    descriptor: (Ljava/util/Collection;Ljava/lang/Class;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.undertow.util.AttachmentList this
        start local 1 // java.util.Collection c
        start local 2 // java.lang.Class valueClass
         0: .line 47
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 48
            aload 0 /* this */
            new java.util.ArrayList
            dup
            aload 1 /* c */
            invokeinterface java.util.Collection.size:()I
            invokespecial java.util.ArrayList.<init>:(I)V
            aload 2 /* valueClass */
            invokestatic java.util.Collections.checkedList:(Ljava/util/List;Ljava/lang/Class;)Ljava/util/List;
            putfield io.undertow.util.AttachmentList.delegate:Ljava/util/List;
         2: .line 49
            aload 0 /* this */
            getfield io.undertow.util.AttachmentList.delegate:Ljava/util/List;
            aload 1 /* c */
            invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
            pop
         3: .line 50
            aload 0 /* this */
            aload 2 /* valueClass */
            putfield io.undertow.util.AttachmentList.valueClass:Ljava/lang/Class;
         4: .line 51
            return
        end local 2 // java.lang.Class valueClass
        end local 1 // java.util.Collection c
        end local 0 // io.undertow.util.AttachmentList this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lio/undertow/util/AttachmentList<TT;>;
            0    5     1           c  Ljava/util/Collection<+TT;>;
            0    5     2  valueClass  Ljava/lang/Class<TT;>;
    Signature: (Ljava/util/Collection<+TT;>;Ljava/lang/Class<TT;>;)V
    MethodParameters:
            Name  Flags
      c           final
      valueClass  final

  public java.lang.Class<T> getValueClass();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.util.AttachmentList this
         0: .line 54
            aload 0 /* this */
            getfield io.undertow.util.AttachmentList.valueClass:Ljava/lang/Class;
            areturn
        end local 0 // io.undertow.util.AttachmentList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/util/AttachmentList<TT;>;
    Signature: ()Ljava/lang/Class<TT;>;

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.util.AttachmentList this
         0: .line 58
            aload 0 /* this */
            getfield io.undertow.util.AttachmentList.delegate:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            ireturn
        end local 0 // io.undertow.util.AttachmentList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/util/AttachmentList<TT;>;

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.util.AttachmentList this
         0: .line 62
            aload 0 /* this */
            getfield io.undertow.util.AttachmentList.delegate:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ireturn
        end local 0 // io.undertow.util.AttachmentList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/util/AttachmentList<TT;>;

  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 // io.undertow.util.AttachmentList this
        start local 1 // java.lang.Object o
         0: .line 66
            aload 0 /* this */
            getfield io.undertow.util.AttachmentList.delegate: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 // io.undertow.util.AttachmentList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/util/AttachmentList<TT;>;
            0    1     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     final

  public java.util.Iterator<T> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.util.AttachmentList this
         0: .line 70
            aload 0 /* this */
            getfield io.undertow.util.AttachmentList.delegate:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            areturn
        end local 0 // io.undertow.util.AttachmentList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/util/AttachmentList<TT;>;
    Signature: ()Ljava/util/Iterator<TT;>;

  public java.lang.Object[] toArray();
    descriptor: ()[Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.util.AttachmentList this
         0: .line 74
            aload 0 /* this */
            getfield io.undertow.util.AttachmentList.delegate:Ljava/util/List;
            invokeinterface java.util.List.toArray:()[Ljava/lang/Object;
            areturn
        end local 0 // io.undertow.util.AttachmentList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/util/AttachmentList<TT;>;

  public <T> T[] toArray();
    descriptor: ([Ljava/lang/Object;)[Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.undertow.util.AttachmentList this
        start local 1 // java.lang.Object[] a
         0: .line 78
            aload 0 /* this */
            getfield io.undertow.util.AttachmentList.delegate:Ljava/util/List;
            aload 1 /* a */
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            areturn
        end local 1 // java.lang.Object[] a
        end local 0 // io.undertow.util.AttachmentList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/util/AttachmentList<TT;>;
            0    1     1     a  [Ljava/lang/Object;
    Signature: <T:Ljava/lang/Object;>([TT;)[TT;
    MethodParameters:
      Name  Flags
      a     final

  public boolean add();
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.undertow.util.AttachmentList this
        start local 1 // java.lang.Object t
         0: .line 82
            aload 0 /* this */
            getfield io.undertow.util.AttachmentList.delegate:Ljava/util/List;
            aload 1 /* t */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object t
        end local 0 // io.undertow.util.AttachmentList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/util/AttachmentList<TT;>;
            0    1     1     t  TT;
    Signature: (TT;)Z
    MethodParameters:
      Name  Flags
      t     final

  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 // io.undertow.util.AttachmentList this
        start local 1 // java.lang.Object o
         0: .line 86
            aload 0 /* this */
            getfield io.undertow.util.AttachmentList.delegate: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 // io.undertow.util.AttachmentList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/util/AttachmentList<TT;>;
            0    1     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     final

  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 // io.undertow.util.AttachmentList this
        start local 1 // java.util.Collection c
         0: .line 90
            aload 0 /* this */
            getfield io.undertow.util.AttachmentList.delegate: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 // io.undertow.util.AttachmentList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/util/AttachmentList<TT;>;
            0    1     1     c  Ljava/util/Collection<*>;
    Signature: (Ljava/util/Collection<*>;)Z
    MethodParameters:
      Name  Flags
      c     final

  public boolean addAll(java.util.Collection<? extends T>);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.undertow.util.AttachmentList this
        start local 1 // java.util.Collection c
         0: .line 94
            aload 0 /* this */
            getfield io.undertow.util.AttachmentList.delegate: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 // io.undertow.util.AttachmentList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/util/AttachmentList<TT;>;
            0    1     1     c  Ljava/util/Collection<+TT;>;
    Signature: (Ljava/util/Collection<+TT;>;)Z
    MethodParameters:
      Name  Flags
      c     final

  public boolean addAll(int, java.util.Collection<? extends T>);
    descriptor: (ILjava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.undertow.util.AttachmentList this
        start local 1 // int index
        start local 2 // java.util.Collection c
         0: .line 98
            aload 0 /* this */
            getfield io.undertow.util.AttachmentList.delegate:Ljava/util/List;
            iload 1 /* index */
            aload 2 /* c */
            invokeinterface java.util.List.addAll:(ILjava/util/Collection;)Z
            ireturn
        end local 2 // java.util.Collection c
        end local 1 // int index
        end local 0 // io.undertow.util.AttachmentList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/undertow/util/AttachmentList<TT;>;
            0    1     1  index  I
            0    1     2      c  Ljava/util/Collection<+TT;>;
    Signature: (ILjava/util/Collection<+TT;>;)Z
    MethodParameters:
       Name  Flags
      index  final
      c      final

  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 // io.undertow.util.AttachmentList this
        start local 1 // java.util.Collection c
         0: .line 102
            aload 0 /* this */
            getfield io.undertow.util.AttachmentList.delegate: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 // io.undertow.util.AttachmentList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/util/AttachmentList<TT;>;
            0    1     1     c  Ljava/util/Collection<*>;
    Signature: (Ljava/util/Collection<*>;)Z
    MethodParameters:
      Name  Flags
      c     final

  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 // io.undertow.util.AttachmentList this
        start local 1 // java.util.Collection c
         0: .line 106
            aload 0 /* this */
            getfield io.undertow.util.AttachmentList.delegate: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 // io.undertow.util.AttachmentList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/util/AttachmentList<TT;>;
            0    1     1     c  Ljava/util/Collection<*>;
    Signature: (Ljava/util/Collection<*>;)Z
    MethodParameters:
      Name  Flags
      c     final

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.util.AttachmentList this
         0: .line 110
            aload 0 /* this */
            getfield io.undertow.util.AttachmentList.delegate:Ljava/util/List;
            invokeinterface java.util.List.clear:()V
         1: .line 111
            return
        end local 0 // io.undertow.util.AttachmentList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/undertow/util/AttachmentList<TT;>;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.undertow.util.AttachmentList this
        start local 1 // java.lang.Object o
         0: .line 114
            aload 0 /* this */
            getfield io.undertow.util.AttachmentList.delegate:Ljava/util/List;
            aload 1 /* o */
            invokeinterface java.util.List.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // io.undertow.util.AttachmentList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/util/AttachmentList<TT;>;
            0    1     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     final

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.util.AttachmentList this
         0: .line 118
            aload 0 /* this */
            getfield io.undertow.util.AttachmentList.delegate:Ljava/util/List;
            invokeinterface java.util.List.hashCode:()I
            ireturn
        end local 0 // io.undertow.util.AttachmentList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/util/AttachmentList<TT;>;

  public T get();
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.undertow.util.AttachmentList this
        start local 1 // int index
         0: .line 122
            aload 0 /* this */
            getfield io.undertow.util.AttachmentList.delegate:Ljava/util/List;
            iload 1 /* index */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            areturn
        end local 1 // int index
        end local 0 // io.undertow.util.AttachmentList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/undertow/util/AttachmentList<TT;>;
            0    1     1  index  I
    Signature: (I)TT;
    MethodParameters:
       Name  Flags
      index  final

  public T set(int, );
    descriptor: (ILjava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.undertow.util.AttachmentList this
        start local 1 // int index
        start local 2 // java.lang.Object element
         0: .line 126
            aload 0 /* this */
            getfield io.undertow.util.AttachmentList.delegate:Ljava/util/List;
            iload 1 /* index */
            aload 2 /* element */
            invokeinterface java.util.List.set:(ILjava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 2 // java.lang.Object element
        end local 1 // int index
        end local 0 // io.undertow.util.AttachmentList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/undertow/util/AttachmentList<TT;>;
            0    1     1    index  I
            0    1     2  element  TT;
    Signature: (ITT;)TT;
    MethodParameters:
         Name  Flags
      index    final
      element  final

  public void add(int, );
    descriptor: (ILjava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.undertow.util.AttachmentList this
        start local 1 // int index
        start local 2 // java.lang.Object element
         0: .line 130
            aload 0 /* this */
            getfield io.undertow.util.AttachmentList.delegate:Ljava/util/List;
            iload 1 /* index */
            aload 2 /* element */
            invokeinterface java.util.List.add:(ILjava/lang/Object;)V
         1: .line 131
            return
        end local 2 // java.lang.Object element
        end local 1 // int index
        end local 0 // io.undertow.util.AttachmentList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/undertow/util/AttachmentList<TT;>;
            0    2     1    index  I
            0    2     2  element  TT;
    Signature: (ITT;)V
    MethodParameters:
         Name  Flags
      index    final
      element  final

  public T remove();
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.undertow.util.AttachmentList this
        start local 1 // int index
         0: .line 134
            aload 0 /* this */
            getfield io.undertow.util.AttachmentList.delegate:Ljava/util/List;
            iload 1 /* index */
            invokeinterface java.util.List.remove:(I)Ljava/lang/Object;
            areturn
        end local 1 // int index
        end local 0 // io.undertow.util.AttachmentList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/undertow/util/AttachmentList<TT;>;
            0    1     1  index  I
    Signature: (I)TT;
    MethodParameters:
       Name  Flags
      index  final

  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 // io.undertow.util.AttachmentList this
        start local 1 // java.lang.Object o
         0: .line 138
            aload 0 /* this */
            getfield io.undertow.util.AttachmentList.delegate: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 // io.undertow.util.AttachmentList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/util/AttachmentList<TT;>;
            0    1     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     final

  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 // io.undertow.util.AttachmentList this
        start local 1 // java.lang.Object o
         0: .line 142
            aload 0 /* this */
            getfield io.undertow.util.AttachmentList.delegate: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 // io.undertow.util.AttachmentList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/util/AttachmentList<TT;>;
            0    1     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     final

  public java.util.ListIterator<T> listIterator();
    descriptor: ()Ljava/util/ListIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.util.AttachmentList this
         0: .line 146
            aload 0 /* this */
            getfield io.undertow.util.AttachmentList.delegate:Ljava/util/List;
            invokeinterface java.util.List.listIterator:()Ljava/util/ListIterator;
            areturn
        end local 0 // io.undertow.util.AttachmentList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/util/AttachmentList<TT;>;
    Signature: ()Ljava/util/ListIterator<TT;>;

  public java.util.ListIterator<T> listIterator(int);
    descriptor: (I)Ljava/util/ListIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.undertow.util.AttachmentList this
        start local 1 // int index
         0: .line 150
            aload 0 /* this */
            getfield io.undertow.util.AttachmentList.delegate:Ljava/util/List;
            iload 1 /* index */
            invokeinterface java.util.List.listIterator:(I)Ljava/util/ListIterator;
            areturn
        end local 1 // int index
        end local 0 // io.undertow.util.AttachmentList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/undertow/util/AttachmentList<TT;>;
            0    1     1  index  I
    Signature: (I)Ljava/util/ListIterator<TT;>;
    MethodParameters:
       Name  Flags
      index  final

  public java.util.List<T> subList(int, int);
    descriptor: (II)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.undertow.util.AttachmentList this
        start local 1 // int fromIndex
        start local 2 // int toIndex
         0: .line 154
            aload 0 /* this */
            getfield io.undertow.util.AttachmentList.delegate:Ljava/util/List;
            iload 1 /* fromIndex */
            iload 2 /* toIndex */
            invokeinterface java.util.List.subList:(II)Ljava/util/List;
            areturn
        end local 2 // int toIndex
        end local 1 // int fromIndex
        end local 0 // io.undertow.util.AttachmentList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lio/undertow/util/AttachmentList<TT;>;
            0    1     1  fromIndex  I
            0    1     2    toIndex  I
    Signature: (II)Ljava/util/List<TT;>;
    MethodParameters:
           Name  Flags
      fromIndex  final
      toIndex    final
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Ljava/util/List<TT;>;Ljava/util/RandomAccess;
SourceFile: "AttachmentList.java"