class com.google.common.collect.IndexedImmutableSet$1 extends com.google.common.collect.ImmutableAsList<E>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.common.collect.IndexedImmutableSet$1
  super_class: com.google.common.collect.ImmutableAsList
{
  final com.google.common.collect.IndexedImmutableSet this$0;
    descriptor: Lcom/google/common/collect/IndexedImmutableSet;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.google.common.collect.IndexedImmutableSet);
    descriptor: (Lcom/google/common/collect/IndexedImmutableSet;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.collect.IndexedImmutableSet$1 this
         0: .line 57
            aload 0 /* this */
            aload 1
            putfield com.google.common.collect.IndexedImmutableSet$1.this$0:Lcom/google/common/collect/IndexedImmutableSet;
            aload 0 /* this */
            invokespecial com.google.common.collect.ImmutableAsList.<init>:()V
            return
        end local 0 // com.google.common.collect.IndexedImmutableSet$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/IndexedImmutableSet$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public E get();
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.collect.IndexedImmutableSet$1 this
        start local 1 // int index
         0: .line 60
            aload 0 /* this */
            getfield com.google.common.collect.IndexedImmutableSet$1.this$0:Lcom/google/common/collect/IndexedImmutableSet;
            iload 1 /* index */
            invokevirtual com.google.common.collect.IndexedImmutableSet.get:(I)Ljava/lang/Object;
            areturn
        end local 1 // int index
        end local 0 // com.google.common.collect.IndexedImmutableSet$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/google/common/collect/IndexedImmutableSet$1;
            0    1     1  index  I
    Signature: (I)TE;
    MethodParameters:
       Name  Flags
      index  

  boolean isPartialView();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.IndexedImmutableSet$1 this
         0: .line 65
            aload 0 /* this */
            getfield com.google.common.collect.IndexedImmutableSet$1.this$0:Lcom/google/common/collect/IndexedImmutableSet;
            invokevirtual com.google.common.collect.IndexedImmutableSet.isPartialView:()Z
            ireturn
        end local 0 // com.google.common.collect.IndexedImmutableSet$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/IndexedImmutableSet$1;

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.IndexedImmutableSet$1 this
         0: .line 70
            aload 0 /* this */
            getfield com.google.common.collect.IndexedImmutableSet$1.this$0:Lcom/google/common/collect/IndexedImmutableSet;
            invokevirtual com.google.common.collect.IndexedImmutableSet.size:()I
            ireturn
        end local 0 // com.google.common.collect.IndexedImmutableSet$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/IndexedImmutableSet$1;

  com.google.common.collect.ImmutableCollection<E> delegateCollection();
    descriptor: ()Lcom/google/common/collect/ImmutableCollection;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.IndexedImmutableSet$1 this
         0: .line 75
            aload 0 /* this */
            getfield com.google.common.collect.IndexedImmutableSet$1.this$0:Lcom/google/common/collect/IndexedImmutableSet;
            areturn
        end local 0 // com.google.common.collect.IndexedImmutableSet$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/IndexedImmutableSet$1;
    Signature: ()Lcom/google/common/collect/ImmutableCollection<TE;>;
}
Signature: Lcom/google/common/collect/ImmutableAsList<TE;>;
SourceFile: "IndexedImmutableSet.java"
EnclosingMethod: com.google.common.collect.IndexedImmutableSet.createAsList:()Lcom/google/common/collect/ImmutableList;
NestHost: com.google.common.collect.IndexedImmutableSet
InnerClasses:
  com.google.common.collect.IndexedImmutableSet$1