class com.google.common.graph.MapIteratorCache$1 extends java.util.AbstractSet<K>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.common.graph.MapIteratorCache$1
  super_class: java.util.AbstractSet
{
  final com.google.common.graph.MapIteratorCache this$0;
    descriptor: Lcom/google/common/graph/MapIteratorCache;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

  public com.google.common.collect.UnmodifiableIterator<K> iterator();
    descriptor: ()Lcom/google/common/collect/UnmodifiableIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.google.common.graph.MapIteratorCache$1 this
         0: .line 90
            aload 0 /* this */
            getfield com.google.common.graph.MapIteratorCache$1.this$0:Lcom/google/common/graph/MapIteratorCache;
            getfield com.google.common.graph.MapIteratorCache.backingMap:Ljava/util/Map;
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 1 /* entryIterator */
        start local 1 // java.util.Iterator entryIterator
         1: .line 92
            new com.google.common.graph.MapIteratorCache$1$1
            dup
            aload 0 /* this */
            aload 1 /* entryIterator */
            invokespecial com.google.common.graph.MapIteratorCache$1$1.<init>:(Lcom/google/common/graph/MapIteratorCache$1;Ljava/util/Iterator;)V
            areturn
        end local 1 // java.util.Iterator entryIterator
        end local 0 // com.google.common.graph.MapIteratorCache$1 this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/google/common/graph/MapIteratorCache$1;
            1    2     1  entryIterator  Ljava/util/Iterator<Ljava/util/Map$Entry<TK;TV;>;>;
    Signature: ()Lcom/google/common/collect/UnmodifiableIterator<TK;>;

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.graph.MapIteratorCache$1 this
         0: .line 109
            aload 0 /* this */
            getfield com.google.common.graph.MapIteratorCache$1.this$0:Lcom/google/common/graph/MapIteratorCache;
            getfield com.google.common.graph.MapIteratorCache.backingMap:Ljava/util/Map;
            invokeinterface java.util.Map.size:()I
            ireturn
        end local 0 // com.google.common.graph.MapIteratorCache$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/graph/MapIteratorCache$1;

  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.graph.MapIteratorCache$1 this
        start local 1 // java.lang.Object key
         0: .line 114
            aload 0 /* this */
            getfield com.google.common.graph.MapIteratorCache$1.this$0:Lcom/google/common/graph/MapIteratorCache;
            aload 1 /* key */
            invokevirtual com.google.common.graph.MapIteratorCache.containsKey:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object key
        end local 0 // com.google.common.graph.MapIteratorCache$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/graph/MapIteratorCache$1;
            0    1     1   key  Ljava/lang/Object;
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        org.checkerframework.checker.nullness.qual.Nullable()
    MethodParameters:
      Name  Flags
      key   

  public java.util.Iterator iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.google.common.graph.MapIteratorCache$1.iterator:()Lcom/google/common/collect/UnmodifiableIterator;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static com.google.common.graph.MapIteratorCache access$1(com.google.common.graph.MapIteratorCache$1);
    descriptor: (Lcom/google/common/graph/MapIteratorCache$1;)Lcom/google/common/graph/MapIteratorCache;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 87
            aload 0
            getfield com.google.common.graph.MapIteratorCache$1.this$0:Lcom/google/common/graph/MapIteratorCache;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/util/AbstractSet<TK;>;
SourceFile: "MapIteratorCache.java"
EnclosingMethod: com.google.common.graph.MapIteratorCache.unmodifiableKeySet:()Ljava/util/Set;
NestHost: com.google.common.graph.MapIteratorCache
InnerClasses:
  com.google.common.graph.MapIteratorCache$1
  com.google.common.graph.MapIteratorCache$1$1
  public abstract Entry = java.util.Map$Entry of java.util.Map