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

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

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

  com.google.common.collect.ImmutableSet<K> createKeySet();
    descriptor: ()Lcom/google/common/collect/ImmutableSet;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.ImmutableMap$MapViewOfValuesAsSingletonSets this
         0: .line 810
            aload 0 /* this */
            getfield com.google.common.collect.ImmutableMap$MapViewOfValuesAsSingletonSets.this$0:Lcom/google/common/collect/ImmutableMap;
            invokevirtual com.google.common.collect.ImmutableMap.keySet:()Lcom/google/common/collect/ImmutableSet;
            areturn
        end local 0 // com.google.common.collect.ImmutableMap$MapViewOfValuesAsSingletonSets this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/ImmutableMap$MapViewOfValuesAsSingletonSets;
    Signature: ()Lcom/google/common/collect/ImmutableSet<TK;>;

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

  public com.google.common.collect.ImmutableSet<V> get();
    descriptor: (Ljava/lang/Object;)Lcom/google/common/collect/ImmutableSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.google.common.collect.ImmutableMap$MapViewOfValuesAsSingletonSets this
        start local 1 // java.lang.Object key
         0: .line 820
            aload 0 /* this */
            getfield com.google.common.collect.ImmutableMap$MapViewOfValuesAsSingletonSets.this$0:Lcom/google/common/collect/ImmutableMap;
            aload 1 /* key */
            invokevirtual com.google.common.collect.ImmutableMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 2 /* outerValue */
        start local 2 // java.lang.Object outerValue
         1: .line 821
            aload 2 /* outerValue */
            ifnonnull 2
            aconst_null
            goto 3
      StackMap locals: java.lang.Object
      StackMap stack:
         2: aload 2 /* outerValue */
            invokestatic com.google.common.collect.ImmutableSet.of:(Ljava/lang/Object;)Lcom/google/common/collect/ImmutableSet;
      StackMap locals:
      StackMap stack: com.google.common.collect.ImmutableSet
         3: areturn
        end local 2 // java.lang.Object outerValue
        end local 1 // java.lang.Object key
        end local 0 // com.google.common.collect.ImmutableMap$MapViewOfValuesAsSingletonSets this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lcom/google/common/collect/ImmutableMap$MapViewOfValuesAsSingletonSets;
            0    4     1         key  Ljava/lang/Object;
            1    4     2  outerValue  TV;
    Signature: (Ljava/lang/Object;)Lcom/google/common/collect/ImmutableSet<TV;>;
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        org.checkerframework.checker.nullness.qual.Nullable()
    MethodParameters:
      Name  Flags
      key   

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

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

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

  com.google.common.collect.UnmodifiableIterator<java.util.Map$Entry<K, com.google.common.collect.ImmutableSet<V>>> entryIterator();
    descriptor: ()Lcom/google/common/collect/UnmodifiableIterator;
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.google.common.collect.ImmutableMap$MapViewOfValuesAsSingletonSets this
         0: .line 842
            aload 0 /* this */
            getfield com.google.common.collect.ImmutableMap$MapViewOfValuesAsSingletonSets.this$0:Lcom/google/common/collect/ImmutableMap;
            invokevirtual com.google.common.collect.ImmutableMap.entrySet:()Lcom/google/common/collect/ImmutableSet;
            invokevirtual com.google.common.collect.ImmutableSet.iterator:()Lcom/google/common/collect/UnmodifiableIterator;
            astore 1 /* backingIterator */
        start local 1 // java.util.Iterator backingIterator
         1: .line 843
            new com.google.common.collect.ImmutableMap$MapViewOfValuesAsSingletonSets$1
            dup
            aload 0 /* this */
            aload 1 /* backingIterator */
            invokespecial com.google.common.collect.ImmutableMap$MapViewOfValuesAsSingletonSets$1.<init>:(Lcom/google/common/collect/ImmutableMap$MapViewOfValuesAsSingletonSets;Ljava/util/Iterator;)V
            areturn
        end local 1 // java.util.Iterator backingIterator
        end local 0 // com.google.common.collect.ImmutableMap$MapViewOfValuesAsSingletonSets this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lcom/google/common/collect/ImmutableMap$MapViewOfValuesAsSingletonSets;
            1    2     1  backingIterator  Ljava/util/Iterator<Ljava/util/Map$Entry<TK;TV;>;>;
    Signature: ()Lcom/google/common/collect/UnmodifiableIterator<Ljava/util/Map$Entry<TK;Lcom/google/common/collect/ImmutableSet<TV;>;>;>;

  public java.lang.Object get(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.google.common.collect.ImmutableMap$MapViewOfValuesAsSingletonSets.get:(Ljava/lang/Object;)Lcom/google/common/collect/ImmutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/google/common/collect/ImmutableMap$IteratorBasedImmutableMap<TK;Lcom/google/common/collect/ImmutableSet<TV;>;>;
SourceFile: "ImmutableMap.java"
NestHost: com.google.common.collect.ImmutableMap
InnerClasses:
  abstract IteratorBasedImmutableMap = com.google.common.collect.ImmutableMap$IteratorBasedImmutableMap of com.google.common.collect.ImmutableMap
  private final MapViewOfValuesAsSingletonSets = com.google.common.collect.ImmutableMap$MapViewOfValuesAsSingletonSets of com.google.common.collect.ImmutableMap
  com.google.common.collect.ImmutableMap$MapViewOfValuesAsSingletonSets$1
  public abstract Entry = java.util.Map$Entry of java.util.Map