abstract class com.google.common.collect.ImmutableMapEntrySet<K, V> extends com.google.common.collect.ImmutableSet<java.util.Map$Entry<K, V>>
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.google.common.collect.ImmutableMapEntrySet
  super_class: com.google.common.collect.ImmutableSet
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.ImmutableMapEntrySet this
         0: .line 80
            aload 0 /* this */
            invokespecial com.google.common.collect.ImmutableSet.<init>:()V
            return
        end local 0 // com.google.common.collect.ImmutableMapEntrySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/ImmutableMapEntrySet<TK;TV;>;

  abstract com.google.common.collect.ImmutableMap<K, V> map();
    descriptor: ()Lcom/google/common/collect/ImmutableMap;
    flags: (0x0400) ACC_ABSTRACT
    Signature: ()Lcom/google/common/collect/ImmutableMap<TK;TV;>;

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.ImmutableMapEntrySet this
         0: .line 86
            aload 0 /* this */
            invokevirtual com.google.common.collect.ImmutableMapEntrySet.map:()Lcom/google/common/collect/ImmutableMap;
            invokevirtual com.google.common.collect.ImmutableMap.size:()I
            ireturn
        end local 0 // com.google.common.collect.ImmutableMapEntrySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/ImmutableMapEntrySet<TK;TV;>;

  public boolean contains(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // com.google.common.collect.ImmutableMapEntrySet this
        start local 1 // java.lang.Object object
         0: .line 91
            aload 1 /* object */
            instanceof java.util.Map$Entry
            ifeq 5
         1: .line 92
            aload 1 /* object */
            checkcast java.util.Map$Entry
            astore 2 /* entry */
        start local 2 // java.util.Map$Entry entry
         2: .line 93
            aload 0 /* this */
            invokevirtual com.google.common.collect.ImmutableMapEntrySet.map:()Lcom/google/common/collect/ImmutableMap;
            aload 2 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            invokevirtual com.google.common.collect.ImmutableMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 3 /* value */
        start local 3 // java.lang.Object value
         3: .line 94
            aload 3 /* value */
            ifnull 4
            aload 3 /* value */
            aload 2 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 4
            iconst_1
            ireturn
      StackMap locals: java.util.Map$Entry java.lang.Object
      StackMap stack:
         4: iconst_0
            ireturn
        end local 3 // java.lang.Object value
        end local 2 // java.util.Map$Entry entry
         5: .line 96
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object object
        end local 0 // com.google.common.collect.ImmutableMapEntrySet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lcom/google/common/collect/ImmutableMapEntrySet<TK;TV;>;
            0    6     1  object  Ljava/lang/Object;
            2    5     2   entry  Ljava/util/Map$Entry<**>;
            3    5     3   value  TV;
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        org.checkerframework.checker.nullness.qual.Nullable()
    MethodParameters:
        Name  Flags
      object  

  boolean isPartialView();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.ImmutableMapEntrySet this
         0: .line 101
            aload 0 /* this */
            invokevirtual com.google.common.collect.ImmutableMapEntrySet.map:()Lcom/google/common/collect/ImmutableMap;
            invokevirtual com.google.common.collect.ImmutableMap.isPartialView:()Z
            ireturn
        end local 0 // com.google.common.collect.ImmutableMapEntrySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/ImmutableMapEntrySet<TK;TV;>;

  boolean isHashCodeFast();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.ImmutableMapEntrySet this
         0: .line 107
            aload 0 /* this */
            invokevirtual com.google.common.collect.ImmutableMapEntrySet.map:()Lcom/google/common/collect/ImmutableMap;
            invokevirtual com.google.common.collect.ImmutableMap.isHashCodeFast:()Z
            ireturn
        end local 0 // com.google.common.collect.ImmutableMapEntrySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/ImmutableMapEntrySet<TK;TV;>;
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.GwtIncompatible()

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.ImmutableMapEntrySet this
         0: .line 112
            aload 0 /* this */
            invokevirtual com.google.common.collect.ImmutableMapEntrySet.map:()Lcom/google/common/collect/ImmutableMap;
            invokevirtual com.google.common.collect.ImmutableMap.hashCode:()I
            ireturn
        end local 0 // com.google.common.collect.ImmutableMapEntrySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/ImmutableMapEntrySet<TK;TV;>;

  java.lang.Object writeReplace();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.common.collect.ImmutableMapEntrySet this
         0: .line 118
            new com.google.common.collect.ImmutableMapEntrySet$EntrySetSerializedForm
            dup
            aload 0 /* this */
            invokevirtual com.google.common.collect.ImmutableMapEntrySet.map:()Lcom/google/common/collect/ImmutableMap;
            invokespecial com.google.common.collect.ImmutableMapEntrySet$EntrySetSerializedForm.<init>:(Lcom/google/common/collect/ImmutableMap;)V
            areturn
        end local 0 // com.google.common.collect.ImmutableMapEntrySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/ImmutableMapEntrySet<TK;TV;>;
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.GwtIncompatible()
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Lcom/google/common/collect/ImmutableSet<Ljava/util/Map$Entry<TK;TV;>;>;
SourceFile: "ImmutableMapEntrySet.java"
NestMembers:
  com.google.common.collect.ImmutableMapEntrySet$EntrySetSerializedForm  com.google.common.collect.ImmutableMapEntrySet$RegularEntrySet
InnerClasses:
  private EntrySetSerializedForm = com.google.common.collect.ImmutableMapEntrySet$EntrySetSerializedForm of com.google.common.collect.ImmutableMapEntrySet
  final RegularEntrySet = com.google.common.collect.ImmutableMapEntrySet$RegularEntrySet of com.google.common.collect.ImmutableMapEntrySet
  public abstract Entry = java.util.Map$Entry of java.util.Map
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.GwtCompatible(emulated = true)