class com.google.common.collect.CompactLinkedHashSet<E> extends com.google.common.collect.CompactHashSet<E>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.common.collect.CompactLinkedHashSet
  super_class: com.google.common.collect.CompactHashSet
{
  private static final int ENDPOINT;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -2

  private transient int[] predecessor;
    descriptor: [I
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT
    RuntimeVisibleTypeAnnotations: 
      FIELD
        org.checkerframework.checker.nullness.qual.MonotonicNonNull()

  private transient int[] successor;
    descriptor: [I
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT
    RuntimeVisibleTypeAnnotations: 
      FIELD
        org.checkerframework.checker.nullness.qual.MonotonicNonNull()

  private transient int firstEntry;
    descriptor: I
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT

  private transient int lastEntry;
    descriptor: I
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT

  public static <E> com.google.common.collect.CompactLinkedHashSet<E> create();
    descriptor: ()Lcom/google/common/collect/CompactLinkedHashSet;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 58
            new com.google.common.collect.CompactLinkedHashSet
            dup
            invokespecial com.google.common.collect.CompactLinkedHashSet.<init>:()V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: <E:Ljava/lang/Object;>()Lcom/google/common/collect/CompactLinkedHashSet<TE;>;

  public static <E> com.google.common.collect.CompactLinkedHashSet<E> create(java.util.Collection<? extends E>);
    descriptor: (Ljava/util/Collection;)Lcom/google/common/collect/CompactLinkedHashSet;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // java.util.Collection collection
         0: .line 69
            aload 0 /* collection */
            invokeinterface java.util.Collection.size:()I
            invokestatic com.google.common.collect.CompactLinkedHashSet.createWithExpectedSize:(I)Lcom/google/common/collect/CompactLinkedHashSet;
            astore 1 /* set */
        start local 1 // com.google.common.collect.CompactLinkedHashSet set
         1: .line 70
            aload 1 /* set */
            aload 0 /* collection */
            invokevirtual com.google.common.collect.CompactLinkedHashSet.addAll:(Ljava/util/Collection;)Z
            pop
         2: .line 71
            aload 1 /* set */
            areturn
        end local 1 // com.google.common.collect.CompactLinkedHashSet set
        end local 0 // java.util.Collection collection
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0  collection  Ljava/util/Collection<+TE;>;
            1    3     1         set  Lcom/google/common/collect/CompactLinkedHashSet<TE;>;
    Signature: <E:Ljava/lang/Object;>(Ljava/util/Collection<+TE;>;)Lcom/google/common/collect/CompactLinkedHashSet<TE;>;
    MethodParameters:
            Name  Flags
      collection  

  public static <E> com.google.common.collect.CompactLinkedHashSet<E> create(E[]);
    descriptor: ([Ljava/lang/Object;)Lcom/google/common/collect/CompactLinkedHashSet;
    flags: (0x0089) ACC_PUBLIC, ACC_STATIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // java.lang.Object[] elements
         0: .line 82
            aload 0 /* elements */
            arraylength
            invokestatic com.google.common.collect.CompactLinkedHashSet.createWithExpectedSize:(I)Lcom/google/common/collect/CompactLinkedHashSet;
            astore 1 /* set */
        start local 1 // com.google.common.collect.CompactLinkedHashSet set
         1: .line 83
            aload 1 /* set */
            aload 0 /* elements */
            invokestatic java.util.Collections.addAll:(Ljava/util/Collection;[Ljava/lang/Object;)Z
            pop
         2: .line 84
            aload 1 /* set */
            areturn
        end local 1 // com.google.common.collect.CompactLinkedHashSet set
        end local 0 // java.lang.Object[] elements
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0  elements  [Ljava/lang/Object;
            1    3     1       set  Lcom/google/common/collect/CompactLinkedHashSet<TE;>;
    Signature: <E:Ljava/lang/Object;>([TE;)Lcom/google/common/collect/CompactLinkedHashSet<TE;>;
    MethodParameters:
          Name  Flags
      elements  

  public static <E> com.google.common.collect.CompactLinkedHashSet<E> createWithExpectedSize(int);
    descriptor: (I)Lcom/google/common/collect/CompactLinkedHashSet;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // int expectedSize
         0: .line 98
            new com.google.common.collect.CompactLinkedHashSet
            dup
            iload 0 /* expectedSize */
            invokespecial com.google.common.collect.CompactLinkedHashSet.<init>:(I)V
            areturn
        end local 0 // int expectedSize
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0  expectedSize  I
    Signature: <E:Ljava/lang/Object;>(I)Lcom/google/common/collect/CompactLinkedHashSet<TE;>;
    MethodParameters:
              Name  Flags
      expectedSize  

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.CompactLinkedHashSet this
         0: .line 123
            aload 0 /* this */
            invokespecial com.google.common.collect.CompactHashSet.<init>:()V
         1: .line 124
            return
        end local 0 // com.google.common.collect.CompactLinkedHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/common/collect/CompactLinkedHashSet<TE;>;

  void <init>(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.collect.CompactLinkedHashSet this
        start local 1 // int expectedSize
         0: .line 127
            aload 0 /* this */
            iload 1 /* expectedSize */
            invokespecial com.google.common.collect.CompactHashSet.<init>:(I)V
         1: .line 128
            return
        end local 1 // int expectedSize
        end local 0 // com.google.common.collect.CompactLinkedHashSet this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/google/common/collect/CompactLinkedHashSet<TE;>;
            0    2     1  expectedSize  I
    MethodParameters:
              Name  Flags
      expectedSize  

  void init(int, float);
    descriptor: (IF)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.google.common.collect.CompactLinkedHashSet this
        start local 1 // int expectedSize
        start local 2 // float loadFactor
         0: .line 132
            aload 0 /* this */
            iload 1 /* expectedSize */
            fload 2 /* loadFactor */
            invokespecial com.google.common.collect.CompactHashSet.init:(IF)V
         1: .line 133
            aload 0 /* this */
            iload 1 /* expectedSize */
            newarray 10
            putfield com.google.common.collect.CompactLinkedHashSet.predecessor:[I
         2: .line 134
            aload 0 /* this */
            iload 1 /* expectedSize */
            newarray 10
            putfield com.google.common.collect.CompactLinkedHashSet.successor:[I
         3: .line 136
            aload 0 /* this */
            getfield com.google.common.collect.CompactLinkedHashSet.predecessor:[I
            iconst_m1
            invokestatic java.util.Arrays.fill:([II)V
         4: .line 137
            aload 0 /* this */
            getfield com.google.common.collect.CompactLinkedHashSet.successor:[I
            iconst_m1
            invokestatic java.util.Arrays.fill:([II)V
         5: .line 138
            aload 0 /* this */
            bipush -2
            putfield com.google.common.collect.CompactLinkedHashSet.firstEntry:I
         6: .line 139
            aload 0 /* this */
            bipush -2
            putfield com.google.common.collect.CompactLinkedHashSet.lastEntry:I
         7: .line 140
            return
        end local 2 // float loadFactor
        end local 1 // int expectedSize
        end local 0 // com.google.common.collect.CompactLinkedHashSet this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    8     0          this  Lcom/google/common/collect/CompactLinkedHashSet<TE;>;
            0    8     1  expectedSize  I
            0    8     2    loadFactor  F
    MethodParameters:
              Name  Flags
      expectedSize  
      loadFactor    

  private void succeeds(int, int);
    descriptor: (II)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.google.common.collect.CompactLinkedHashSet this
        start local 1 // int pred
        start local 2 // int succ
         0: .line 143
            iload 1 /* pred */
            bipush -2
            if_icmpne 3
         1: .line 144
            aload 0 /* this */
            iload 2 /* succ */
            putfield com.google.common.collect.CompactLinkedHashSet.firstEntry:I
         2: .line 145
            goto 4
         3: .line 146
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.common.collect.CompactLinkedHashSet.successor:[I
            iload 1 /* pred */
            iload 2 /* succ */
            iastore
         4: .line 149
      StackMap locals:
      StackMap stack:
            iload 2 /* succ */
            bipush -2
            if_icmpne 7
         5: .line 150
            aload 0 /* this */
            iload 1 /* pred */
            putfield com.google.common.collect.CompactLinkedHashSet.lastEntry:I
         6: .line 151
            goto 8
         7: .line 152
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.common.collect.CompactLinkedHashSet.predecessor:[I
            iload 2 /* succ */
            iload 1 /* pred */
            iastore
         8: .line 154
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int succ
        end local 1 // int pred
        end local 0 // com.google.common.collect.CompactLinkedHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/google/common/collect/CompactLinkedHashSet<TE;>;
            0    9     1  pred  I
            0    9     2  succ  I
    MethodParameters:
      Name  Flags
      pred  
      succ  

  void insertEntry(int, E, );
    descriptor: (ILjava/lang/Object;I)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.google.common.collect.CompactLinkedHashSet this
        start local 1 // int entryIndex
        start local 2 // java.lang.Object object
        start local 3 // int hash
         0: .line 158
            aload 0 /* this */
            iload 1 /* entryIndex */
            aload 2 /* object */
            iload 3 /* hash */
            invokespecial com.google.common.collect.CompactHashSet.insertEntry:(ILjava/lang/Object;I)V
         1: .line 159
            aload 0 /* this */
            aload 0 /* this */
            getfield com.google.common.collect.CompactLinkedHashSet.lastEntry:I
            iload 1 /* entryIndex */
            invokevirtual com.google.common.collect.CompactLinkedHashSet.succeeds:(II)V
         2: .line 160
            aload 0 /* this */
            iload 1 /* entryIndex */
            bipush -2
            invokevirtual com.google.common.collect.CompactLinkedHashSet.succeeds:(II)V
         3: .line 161
            return
        end local 3 // int hash
        end local 2 // java.lang.Object object
        end local 1 // int entryIndex
        end local 0 // com.google.common.collect.CompactLinkedHashSet this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lcom/google/common/collect/CompactLinkedHashSet<TE;>;
            0    4     1  entryIndex  I
            0    4     2      object  TE;
            0    4     3        hash  I
    Signature: (ITE;I)V
    MethodParameters:
            Name  Flags
      entryIndex  
      object      
      hash        

  void moveEntry(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.google.common.collect.CompactLinkedHashSet this
        start local 1 // int dstIndex
         0: .line 165
            aload 0 /* this */
            invokevirtual com.google.common.collect.CompactLinkedHashSet.size:()I
            iconst_1
            isub
            istore 2 /* srcIndex */
        start local 2 // int srcIndex
         1: .line 166
            aload 0 /* this */
            iload 1 /* dstIndex */
            invokespecial com.google.common.collect.CompactHashSet.moveEntry:(I)V
         2: .line 168
            aload 0 /* this */
            aload 0 /* this */
            getfield com.google.common.collect.CompactLinkedHashSet.predecessor:[I
            iload 1 /* dstIndex */
            iaload
            aload 0 /* this */
            getfield com.google.common.collect.CompactLinkedHashSet.successor:[I
            iload 1 /* dstIndex */
            iaload
            invokevirtual com.google.common.collect.CompactLinkedHashSet.succeeds:(II)V
         3: .line 169
            iload 2 /* srcIndex */
            iload 1 /* dstIndex */
            if_icmpeq 6
         4: .line 170
            aload 0 /* this */
            aload 0 /* this */
            getfield com.google.common.collect.CompactLinkedHashSet.predecessor:[I
            iload 2 /* srcIndex */
            iaload
            iload 1 /* dstIndex */
            invokevirtual com.google.common.collect.CompactLinkedHashSet.succeeds:(II)V
         5: .line 171
            aload 0 /* this */
            iload 1 /* dstIndex */
            aload 0 /* this */
            getfield com.google.common.collect.CompactLinkedHashSet.successor:[I
            iload 2 /* srcIndex */
            iaload
            invokevirtual com.google.common.collect.CompactLinkedHashSet.succeeds:(II)V
         6: .line 173
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.google.common.collect.CompactLinkedHashSet.predecessor:[I
            iload 2 /* srcIndex */
            iconst_m1
            iastore
         7: .line 174
            aload 0 /* this */
            getfield com.google.common.collect.CompactLinkedHashSet.successor:[I
            iload 2 /* srcIndex */
            iconst_m1
            iastore
         8: .line 175
            return
        end local 2 // int srcIndex
        end local 1 // int dstIndex
        end local 0 // com.google.common.collect.CompactLinkedHashSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0      this  Lcom/google/common/collect/CompactLinkedHashSet<TE;>;
            0    9     1  dstIndex  I
            1    9     2  srcIndex  I
    MethodParameters:
          Name  Flags
      dstIndex  

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.common.collect.CompactLinkedHashSet this
         0: .line 179
            aload 0 /* this */
            invokespecial com.google.common.collect.CompactHashSet.clear:()V
         1: .line 180
            aload 0 /* this */
            bipush -2
            putfield com.google.common.collect.CompactLinkedHashSet.firstEntry:I
         2: .line 181
            aload 0 /* this */
            bipush -2
            putfield com.google.common.collect.CompactLinkedHashSet.lastEntry:I
         3: .line 182
            aload 0 /* this */
            getfield com.google.common.collect.CompactLinkedHashSet.predecessor:[I
            iconst_m1
            invokestatic java.util.Arrays.fill:([II)V
         4: .line 183
            aload 0 /* this */
            getfield com.google.common.collect.CompactLinkedHashSet.successor:[I
            iconst_m1
            invokestatic java.util.Arrays.fill:([II)V
         5: .line 184
            return
        end local 0 // com.google.common.collect.CompactLinkedHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/google/common/collect/CompactLinkedHashSet<TE;>;

  void resizeEntries(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.google.common.collect.CompactLinkedHashSet this
        start local 1 // int newCapacity
         0: .line 188
            aload 0 /* this */
            iload 1 /* newCapacity */
            invokespecial com.google.common.collect.CompactHashSet.resizeEntries:(I)V
         1: .line 189
            aload 0 /* this */
            getfield com.google.common.collect.CompactLinkedHashSet.predecessor:[I
            arraylength
            istore 2 /* oldCapacity */
        start local 2 // int oldCapacity
         2: .line 190
            aload 0 /* this */
            aload 0 /* this */
            getfield com.google.common.collect.CompactLinkedHashSet.predecessor:[I
            iload 1 /* newCapacity */
            invokestatic java.util.Arrays.copyOf:([II)[I
            putfield com.google.common.collect.CompactLinkedHashSet.predecessor:[I
         3: .line 191
            aload 0 /* this */
            aload 0 /* this */
            getfield com.google.common.collect.CompactLinkedHashSet.successor:[I
            iload 1 /* newCapacity */
            invokestatic java.util.Arrays.copyOf:([II)[I
            putfield com.google.common.collect.CompactLinkedHashSet.successor:[I
         4: .line 193
            iload 2 /* oldCapacity */
            iload 1 /* newCapacity */
            if_icmpge 7
         5: .line 194
            aload 0 /* this */
            getfield com.google.common.collect.CompactLinkedHashSet.predecessor:[I
            iload 2 /* oldCapacity */
            iload 1 /* newCapacity */
            iconst_m1
            invokestatic java.util.Arrays.fill:([IIII)V
         6: .line 195
            aload 0 /* this */
            getfield com.google.common.collect.CompactLinkedHashSet.successor:[I
            iload 2 /* oldCapacity */
            iload 1 /* newCapacity */
            iconst_m1
            invokestatic java.util.Arrays.fill:([IIII)V
         7: .line 197
      StackMap locals: int
      StackMap stack:
            return
        end local 2 // int oldCapacity
        end local 1 // int newCapacity
        end local 0 // com.google.common.collect.CompactLinkedHashSet this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    8     0         this  Lcom/google/common/collect/CompactLinkedHashSet<TE;>;
            0    8     1  newCapacity  I
            2    8     2  oldCapacity  I
    MethodParameters:
             Name  Flags
      newCapacity  

  public java.lang.Object[] toArray();
    descriptor: ()[Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.CompactLinkedHashSet this
         0: .line 201
            aload 0 /* this */
            invokestatic com.google.common.collect.ObjectArrays.toArrayImpl:(Ljava/util/Collection;)[Ljava/lang/Object;
            areturn
        end local 0 // com.google.common.collect.CompactLinkedHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/CompactLinkedHashSet<TE;>;

  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 // com.google.common.collect.CompactLinkedHashSet this
        start local 1 // java.lang.Object[] a
         0: .line 206
            aload 0 /* this */
            aload 1 /* a */
            invokestatic com.google.common.collect.ObjectArrays.toArrayImpl:(Ljava/util/Collection;[Ljava/lang/Object;)[Ljava/lang/Object;
            areturn
        end local 1 // java.lang.Object[] a
        end local 0 // com.google.common.collect.CompactLinkedHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/CompactLinkedHashSet<TE;>;
            0    1     1     a  [Ljava/lang/Object;
    Signature: <T:Ljava/lang/Object;>([TT;)[TT;
    MethodParameters:
      Name  Flags
      a     

  int firstEntryIndex();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.CompactLinkedHashSet this
         0: .line 211
            aload 0 /* this */
            getfield com.google.common.collect.CompactLinkedHashSet.firstEntry:I
            ireturn
        end local 0 // com.google.common.collect.CompactLinkedHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/CompactLinkedHashSet<TE;>;

  int adjustAfterRemove(int, int);
    descriptor: (II)I
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.google.common.collect.CompactLinkedHashSet this
        start local 1 // int indexBeforeRemove
        start local 2 // int indexRemoved
         0: .line 216
            iload 1 /* indexBeforeRemove */
            aload 0 /* this */
            invokevirtual com.google.common.collect.CompactLinkedHashSet.size:()I
            if_icmpne 1
            iload 2 /* indexRemoved */
            goto 2
      StackMap locals:
      StackMap stack:
         1: iload 1 /* indexBeforeRemove */
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 2 // int indexRemoved
        end local 1 // int indexBeforeRemove
        end local 0 // com.google.common.collect.CompactLinkedHashSet this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/google/common/collect/CompactLinkedHashSet<TE;>;
            0    3     1  indexBeforeRemove  I
            0    3     2       indexRemoved  I
    MethodParameters:
                   Name  Flags
      indexBeforeRemove  
      indexRemoved       

  int getSuccessor(int);
    descriptor: (I)I
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.collect.CompactLinkedHashSet this
        start local 1 // int entryIndex
         0: .line 221
            aload 0 /* this */
            getfield com.google.common.collect.CompactLinkedHashSet.successor:[I
            iload 1 /* entryIndex */
            iaload
            ireturn
        end local 1 // int entryIndex
        end local 0 // com.google.common.collect.CompactLinkedHashSet this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lcom/google/common/collect/CompactLinkedHashSet<TE;>;
            0    1     1  entryIndex  I
    MethodParameters:
            Name  Flags
      entryIndex  

  public java.util.Spliterator<E> spliterator();
    descriptor: ()Ljava/util/Spliterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.common.collect.CompactLinkedHashSet this
         0: .line 225
            aload 0 /* this */
            bipush 17
            invokestatic java.util.Spliterators.spliterator:(Ljava/util/Collection;I)Ljava/util/Spliterator;
            areturn
        end local 0 // com.google.common.collect.CompactLinkedHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/CompactLinkedHashSet<TE;>;
    Signature: ()Ljava/util/Spliterator<TE;>;

  public void forEach(java.util.function.Consumer<? super E>);
    descriptor: (Ljava/util/function/Consumer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.google.common.collect.CompactLinkedHashSet this
        start local 1 // java.util.function.Consumer action
         0: .line 229
            aload 1 /* action */
            invokestatic com.google.common.base.Preconditions.checkNotNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 230
            aload 0 /* this */
            getfield com.google.common.collect.CompactLinkedHashSet.firstEntry:I
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 231
      StackMap locals: int
      StackMap stack:
            aload 1 /* action */
            aload 0 /* this */
            getfield com.google.common.collect.CompactLinkedHashSet.elements:[Ljava/lang/Object;
            iload 2 /* i */
            aaload
            invokeinterface java.util.function.Consumer.accept:(Ljava/lang/Object;)V
         4: .line 230
            aload 0 /* this */
            getfield com.google.common.collect.CompactLinkedHashSet.successor:[I
            iload 2 /* i */
            iaload
            istore 2 /* i */
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            bipush -2
            if_icmpne 3
        end local 2 // int i
         6: .line 233
            return
        end local 1 // java.util.function.Consumer action
        end local 0 // com.google.common.collect.CompactLinkedHashSet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lcom/google/common/collect/CompactLinkedHashSet<TE;>;
            0    7     1  action  Ljava/util/function/Consumer<-TE;>;
            2    6     2       i  I
    Signature: (Ljava/util/function/Consumer<-TE;>;)V
    MethodParameters:
        Name  Flags
      action  
}
Signature: <E:Ljava/lang/Object;>Lcom/google/common/collect/CompactHashSet<TE;>;
SourceFile: "CompactLinkedHashSet.java"
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.GwtIncompatible()