final class com.google.common.collect.MapMakerInternalMap$KeySet extends com.google.common.collect.MapMakerInternalMap$SafeToArraySet<K>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.google.common.collect.MapMakerInternalMap$KeySet
  super_class: com.google.common.collect.MapMakerInternalMap$SafeToArraySet
{
  final com.google.common.collect.MapMakerInternalMap this$0;
    descriptor: Lcom/google/common/collect/MapMakerInternalMap;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

  public java.util.Iterator<K> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.common.collect.MapMakerInternalMap$KeySet this
         0: .line 2683
            new com.google.common.collect.MapMakerInternalMap$KeyIterator
            dup
            aload 0 /* this */
            getfield com.google.common.collect.MapMakerInternalMap$KeySet.this$0:Lcom/google/common/collect/MapMakerInternalMap;
            invokespecial com.google.common.collect.MapMakerInternalMap$KeyIterator.<init>:(Lcom/google/common/collect/MapMakerInternalMap;)V
            areturn
        end local 0 // com.google.common.collect.MapMakerInternalMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/MapMakerInternalMap$KeySet;
    Signature: ()Ljava/util/Iterator<TK;>;

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

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.MapMakerInternalMap$KeySet this
         0: .line 2693
            aload 0 /* this */
            getfield com.google.common.collect.MapMakerInternalMap$KeySet.this$0:Lcom/google/common/collect/MapMakerInternalMap;
            invokevirtual com.google.common.collect.MapMakerInternalMap.isEmpty:()Z
            ireturn
        end local 0 // com.google.common.collect.MapMakerInternalMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/MapMakerInternalMap$KeySet;

  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 // com.google.common.collect.MapMakerInternalMap$KeySet this
        start local 1 // java.lang.Object o
         0: .line 2698
            aload 0 /* this */
            getfield com.google.common.collect.MapMakerInternalMap$KeySet.this$0:Lcom/google/common/collect/MapMakerInternalMap;
            aload 1 /* o */
            invokevirtual com.google.common.collect.MapMakerInternalMap.containsKey:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // com.google.common.collect.MapMakerInternalMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/MapMakerInternalMap$KeySet;
            0    1     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     

  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 // com.google.common.collect.MapMakerInternalMap$KeySet this
        start local 1 // java.lang.Object o
         0: .line 2703
            aload 0 /* this */
            getfield com.google.common.collect.MapMakerInternalMap$KeySet.this$0:Lcom/google/common/collect/MapMakerInternalMap;
            aload 1 /* o */
            invokevirtual com.google.common.collect.MapMakerInternalMap.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // com.google.common.collect.MapMakerInternalMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/common/collect/MapMakerInternalMap$KeySet;
            0    2     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.MapMakerInternalMap$KeySet this
         0: .line 2708
            aload 0 /* this */
            getfield com.google.common.collect.MapMakerInternalMap$KeySet.this$0:Lcom/google/common/collect/MapMakerInternalMap;
            invokevirtual com.google.common.collect.MapMakerInternalMap.clear:()V
         1: .line 2709
            return
        end local 0 // com.google.common.collect.MapMakerInternalMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/common/collect/MapMakerInternalMap$KeySet;
}
Signature: Lcom/google/common/collect/MapMakerInternalMap$SafeToArraySet<TK;>;
SourceFile: "MapMakerInternalMap.java"
NestHost: com.google.common.collect.MapMakerInternalMap
InnerClasses:
  final KeyIterator = com.google.common.collect.MapMakerInternalMap$KeyIterator of com.google.common.collect.MapMakerInternalMap
  final KeySet = com.google.common.collect.MapMakerInternalMap$KeySet of com.google.common.collect.MapMakerInternalMap
  private abstract SafeToArraySet = com.google.common.collect.MapMakerInternalMap$SafeToArraySet of com.google.common.collect.MapMakerInternalMap