class org.eclipse.jdt.launching.StandardSourcePathProvider$UniqueList extends java.util.ArrayList<org.eclipse.jdt.launching.IRuntimeClasspathEntry>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.jdt.launching.StandardSourcePathProvider$UniqueList
  super_class: java.util.ArrayList
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -7402160651027036270

  java.util.HashSet<org.eclipse.jdt.launching.IRuntimeClasspathEntry> set;
    descriptor: Ljava/util/HashSet;
    flags: (0x0000) 
    Signature: Ljava/util/HashSet<Lorg/eclipse/jdt/launching/IRuntimeClasspathEntry;>;

  final org.eclipse.jdt.launching.StandardSourcePathProvider this$0;
    descriptor: Lorg/eclipse/jdt/launching/StandardSourcePathProvider;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(org.eclipse.jdt.launching.StandardSourcePathProvider, int);
    descriptor: (Lorg/eclipse/jdt/launching/StandardSourcePathProvider;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.launching.StandardSourcePathProvider$UniqueList this
        start local 2 // int length
         0: .line 151
            aload 0 /* this */
            aload 1
            putfield org.eclipse.jdt.launching.StandardSourcePathProvider$UniqueList.this$0:Lorg/eclipse/jdt/launching/StandardSourcePathProvider;
         1: .line 152
            aload 0 /* this */
            iload 2 /* length */
            invokespecial java.util.ArrayList.<init>:(I)V
         2: .line 153
            aload 0 /* this */
            new java.util.HashSet
            dup
            iload 2 /* length */
            invokespecial java.util.HashSet.<init>:(I)V
            putfield org.eclipse.jdt.launching.StandardSourcePathProvider$UniqueList.set:Ljava/util/HashSet;
         3: .line 154
            return
        end local 2 // int length
        end local 0 // org.eclipse.jdt.launching.StandardSourcePathProvider$UniqueList this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/eclipse/jdt/launching/StandardSourcePathProvider$UniqueList;
            0    4     2  length  I
    MethodParameters:
        Name  Flags
      this$0  final
      length  

  public void add(int, org.eclipse.jdt.launching.IRuntimeClasspathEntry);
    descriptor: (ILorg/eclipse/jdt/launching/IRuntimeClasspathEntry;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.launching.StandardSourcePathProvider$UniqueList this
        start local 1 // int index
        start local 2 // org.eclipse.jdt.launching.IRuntimeClasspathEntry element
         0: .line 158
            aload 0 /* this */
            getfield org.eclipse.jdt.launching.StandardSourcePathProvider$UniqueList.set:Ljava/util/HashSet;
            aload 2 /* element */
            invokevirtual java.util.HashSet.add:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 159
            aload 0 /* this */
            iload 1 /* index */
            aload 2 /* element */
            invokespecial java.util.ArrayList.add:(ILjava/lang/Object;)V
         2: .line 161
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.eclipse.jdt.launching.IRuntimeClasspathEntry element
        end local 1 // int index
        end local 0 // org.eclipse.jdt.launching.StandardSourcePathProvider$UniqueList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/eclipse/jdt/launching/StandardSourcePathProvider$UniqueList;
            0    3     1    index  I
            0    3     2  element  Lorg/eclipse/jdt/launching/IRuntimeClasspathEntry;
    MethodParameters:
         Name  Flags
      index    
      element  

  public boolean add(org.eclipse.jdt.launching.IRuntimeClasspathEntry);
    descriptor: (Lorg/eclipse/jdt/launching/IRuntimeClasspathEntry;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.launching.StandardSourcePathProvider$UniqueList this
        start local 1 // org.eclipse.jdt.launching.IRuntimeClasspathEntry o
         0: .line 165
            aload 0 /* this */
            getfield org.eclipse.jdt.launching.StandardSourcePathProvider$UniqueList.set:Ljava/util/HashSet;
            aload 1 /* o */
            invokevirtual java.util.HashSet.add:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 166
            aload 0 /* this */
            aload 1 /* o */
            invokespecial java.util.ArrayList.add:(Ljava/lang/Object;)Z
            ireturn
         2: .line 168
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // org.eclipse.jdt.launching.IRuntimeClasspathEntry o
        end local 0 // org.eclipse.jdt.launching.StandardSourcePathProvider$UniqueList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/launching/StandardSourcePathProvider$UniqueList;
            0    3     1     o  Lorg/eclipse/jdt/launching/IRuntimeClasspathEntry;
    MethodParameters:
      Name  Flags
      o     

  public boolean addAll(java.util.Collection<? extends org.eclipse.jdt.launching.IRuntimeClasspathEntry>);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.launching.StandardSourcePathProvider$UniqueList this
        start local 1 // java.util.Collection c
         0: .line 173
            aload 0 /* this */
            getfield org.eclipse.jdt.launching.StandardSourcePathProvider$UniqueList.set:Ljava/util/HashSet;
            aload 1 /* c */
            invokevirtual java.util.HashSet.addAll:(Ljava/util/Collection;)Z
            ifeq 2
         1: .line 174
            aload 0 /* this */
            aload 1 /* c */
            invokespecial java.util.ArrayList.addAll:(Ljava/util/Collection;)Z
            ireturn
         2: .line 176
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.util.Collection c
        end local 0 // org.eclipse.jdt.launching.StandardSourcePathProvider$UniqueList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/launching/StandardSourcePathProvider$UniqueList;
            0    3     1     c  Ljava/util/Collection<+Lorg/eclipse/jdt/launching/IRuntimeClasspathEntry;>;
    Signature: (Ljava/util/Collection<+Lorg/eclipse/jdt/launching/IRuntimeClasspathEntry;>;)Z
    MethodParameters:
      Name  Flags
      c     

  public boolean addAll(int, java.util.Collection<? extends org.eclipse.jdt.launching.IRuntimeClasspathEntry>);
    descriptor: (ILjava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.launching.StandardSourcePathProvider$UniqueList this
        start local 1 // int index
        start local 2 // java.util.Collection c
         0: .line 181
            aload 0 /* this */
            getfield org.eclipse.jdt.launching.StandardSourcePathProvider$UniqueList.set:Ljava/util/HashSet;
            aload 2 /* c */
            invokevirtual java.util.HashSet.addAll:(Ljava/util/Collection;)Z
            ifeq 2
         1: .line 182
            aload 0 /* this */
            iload 1 /* index */
            aload 2 /* c */
            invokespecial java.util.ArrayList.addAll:(ILjava/util/Collection;)Z
            ireturn
         2: .line 184
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // java.util.Collection c
        end local 1 // int index
        end local 0 // org.eclipse.jdt.launching.StandardSourcePathProvider$UniqueList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/eclipse/jdt/launching/StandardSourcePathProvider$UniqueList;
            0    3     1  index  I
            0    3     2      c  Ljava/util/Collection<+Lorg/eclipse/jdt/launching/IRuntimeClasspathEntry;>;
    Signature: (ILjava/util/Collection<+Lorg/eclipse/jdt/launching/IRuntimeClasspathEntry;>;)Z
    MethodParameters:
       Name  Flags
      index  
      c      

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.launching.StandardSourcePathProvider$UniqueList this
         0: .line 189
            aload 0 /* this */
            getfield org.eclipse.jdt.launching.StandardSourcePathProvider$UniqueList.set:Ljava/util/HashSet;
            invokevirtual java.util.HashSet.clear:()V
         1: .line 190
            aload 0 /* this */
            invokespecial java.util.ArrayList.clear:()V
         2: .line 191
            return
        end local 0 // org.eclipse.jdt.launching.StandardSourcePathProvider$UniqueList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/launching/StandardSourcePathProvider$UniqueList;

  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.eclipse.jdt.launching.StandardSourcePathProvider$UniqueList this
        start local 1 // java.lang.Object elem
         0: .line 195
            aload 0 /* this */
            getfield org.eclipse.jdt.launching.StandardSourcePathProvider$UniqueList.set:Ljava/util/HashSet;
            aload 1 /* elem */
            invokevirtual java.util.HashSet.contains:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object elem
        end local 0 // org.eclipse.jdt.launching.StandardSourcePathProvider$UniqueList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/launching/StandardSourcePathProvider$UniqueList;
            0    1     1  elem  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      elem  

  public void ensureCapacity(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.launching.StandardSourcePathProvider$UniqueList this
        start local 1 // int minCapacity
         0: .line 200
            aload 0 /* this */
            iload 1 /* minCapacity */
            invokespecial java.util.ArrayList.ensureCapacity:(I)V
         1: .line 201
            return
        end local 1 // int minCapacity
        end local 0 // org.eclipse.jdt.launching.StandardSourcePathProvider$UniqueList this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/eclipse/jdt/launching/StandardSourcePathProvider$UniqueList;
            0    2     1  minCapacity  I
    MethodParameters:
             Name  Flags
      minCapacity  

  public org.eclipse.jdt.launching.IRuntimeClasspathEntry remove(int);
    descriptor: (I)Lorg/eclipse/jdt/launching/IRuntimeClasspathEntry;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.jdt.launching.StandardSourcePathProvider$UniqueList this
        start local 1 // int index
         0: .line 205
            aload 0 /* this */
            iload 1 /* index */
            invokespecial java.util.ArrayList.remove:(I)Ljava/lang/Object;
            checkcast org.eclipse.jdt.launching.IRuntimeClasspathEntry
            astore 2 /* object */
        start local 2 // org.eclipse.jdt.launching.IRuntimeClasspathEntry object
         1: .line 206
            aload 0 /* this */
            getfield org.eclipse.jdt.launching.StandardSourcePathProvider$UniqueList.set:Ljava/util/HashSet;
            aload 2 /* object */
            invokevirtual java.util.HashSet.remove:(Ljava/lang/Object;)Z
            pop
         2: .line 207
            aload 2 /* object */
            areturn
        end local 2 // org.eclipse.jdt.launching.IRuntimeClasspathEntry object
        end local 1 // int index
        end local 0 // org.eclipse.jdt.launching.StandardSourcePathProvider$UniqueList this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/eclipse/jdt/launching/StandardSourcePathProvider$UniqueList;
            0    3     1   index  I
            1    3     2  object  Lorg/eclipse/jdt/launching/IRuntimeClasspathEntry;
    MethodParameters:
       Name  Flags
      index  

  protected void removeRange(int, int);
    descriptor: (II)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // org.eclipse.jdt.launching.StandardSourcePathProvider$UniqueList this
        start local 1 // int fromIndex
        start local 2 // int toIndex
         0: .line 212
            iload 1 /* fromIndex */
            istore 3 /* index */
        start local 3 // int index
         1: goto 4
         2: .line 213
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* index */
            invokevirtual org.eclipse.jdt.launching.StandardSourcePathProvider$UniqueList.remove:(I)Lorg/eclipse/jdt/launching/IRuntimeClasspathEntry;
            pop
         3: .line 212
            iinc 3 /* index */ 1
      StackMap locals:
      StackMap stack:
         4: iload 3 /* index */
            iload 2 /* toIndex */
            if_icmple 2
        end local 3 // int index
         5: .line 215
            return
        end local 2 // int toIndex
        end local 1 // int fromIndex
        end local 0 // org.eclipse.jdt.launching.StandardSourcePathProvider$UniqueList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lorg/eclipse/jdt/launching/StandardSourcePathProvider$UniqueList;
            0    6     1  fromIndex  I
            0    6     2    toIndex  I
            1    5     3      index  I
    MethodParameters:
           Name  Flags
      fromIndex  
      toIndex    

  public org.eclipse.jdt.launching.IRuntimeClasspathEntry set(int, org.eclipse.jdt.launching.IRuntimeClasspathEntry);
    descriptor: (ILorg/eclipse/jdt/launching/IRuntimeClasspathEntry;)Lorg/eclipse/jdt/launching/IRuntimeClasspathEntry;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.launching.StandardSourcePathProvider$UniqueList this
        start local 1 // int index
        start local 2 // org.eclipse.jdt.launching.IRuntimeClasspathEntry element
         0: .line 219
            aload 0 /* this */
            getfield org.eclipse.jdt.launching.StandardSourcePathProvider$UniqueList.set:Ljava/util/HashSet;
            aload 2 /* element */
            invokevirtual java.util.HashSet.remove:(Ljava/lang/Object;)Z
            pop
         1: .line 220
            aload 0 /* this */
            getfield org.eclipse.jdt.launching.StandardSourcePathProvider$UniqueList.set:Ljava/util/HashSet;
            aload 2 /* element */
            invokevirtual java.util.HashSet.add:(Ljava/lang/Object;)Z
            ifeq 3
         2: .line 221
            aload 0 /* this */
            iload 1 /* index */
            aload 2 /* element */
            invokespecial java.util.ArrayList.set:(ILjava/lang/Object;)Ljava/lang/Object;
            checkcast org.eclipse.jdt.launching.IRuntimeClasspathEntry
            areturn
         3: .line 223
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 2 // org.eclipse.jdt.launching.IRuntimeClasspathEntry element
        end local 1 // int index
        end local 0 // org.eclipse.jdt.launching.StandardSourcePathProvider$UniqueList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/eclipse/jdt/launching/StandardSourcePathProvider$UniqueList;
            0    4     1    index  I
            0    4     2  element  Lorg/eclipse/jdt/launching/IRuntimeClasspathEntry;
    MethodParameters:
         Name  Flags
      index    
      element  

  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 org.eclipse.jdt.launching.IRuntimeClasspathEntry
            invokevirtual org.eclipse.jdt.launching.StandardSourcePathProvider$UniqueList.set:(ILorg/eclipse/jdt/launching/IRuntimeClasspathEntry;)Lorg/eclipse/jdt/launching/IRuntimeClasspathEntry;
            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 org.eclipse.jdt.launching.StandardSourcePathProvider$UniqueList.remove:(I)Lorg/eclipse/jdt/launching/IRuntimeClasspathEntry;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public boolean add(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.jdt.launching.IRuntimeClasspathEntry
            invokevirtual org.eclipse.jdt.launching.StandardSourcePathProvider$UniqueList.add:(Lorg/eclipse/jdt/launching/IRuntimeClasspathEntry;)Z
            ireturn
      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 org.eclipse.jdt.launching.IRuntimeClasspathEntry
            invokevirtual org.eclipse.jdt.launching.StandardSourcePathProvider$UniqueList.add:(ILorg/eclipse/jdt/launching/IRuntimeClasspathEntry;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/util/ArrayList<Lorg/eclipse/jdt/launching/IRuntimeClasspathEntry;>;
SourceFile: "StandardSourcePathProvider.java"
NestHost: org.eclipse.jdt.launching.StandardSourcePathProvider
InnerClasses:
  UniqueList = org.eclipse.jdt.launching.StandardSourcePathProvider$UniqueList of org.eclipse.jdt.launching.StandardSourcePathProvider