class org.apache.commons.collections4.multimap.AbstractMultiValuedMap$AsMap$AsMapEntrySet extends java.util.AbstractSet<java.util.Map$Entry<K, java.util.Collection<V>>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.commons.collections4.multimap.AbstractMultiValuedMap$AsMap$AsMapEntrySet
  super_class: java.util.AbstractSet
{
  final org.apache.commons.collections4.multimap.AbstractMultiValuedMap$AsMap this$1;
    descriptor: Lorg/apache/commons/collections4/multimap/AbstractMultiValuedMap$AsMap;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.apache.commons.collections4.multimap.AbstractMultiValuedMap$AsMap);
    descriptor: (Lorg/apache/commons/collections4/multimap/AbstractMultiValuedMap$AsMap;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.collections4.multimap.AbstractMultiValuedMap$AsMap$AsMapEntrySet this
         0: .line 852
            aload 0 /* this */
            aload 1
            putfield org.apache.commons.collections4.multimap.AbstractMultiValuedMap$AsMap$AsMapEntrySet.this$1:Lorg/apache/commons/collections4/multimap/AbstractMultiValuedMap$AsMap;
            aload 0 /* this */
            invokespecial java.util.AbstractSet.<init>:()V
            return
        end local 0 // org.apache.commons.collections4.multimap.AbstractMultiValuedMap$AsMap$AsMapEntrySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/collections4/multimap/AbstractMultiValuedMap$AsMap$AsMapEntrySet;
    MethodParameters:
        Name  Flags
      this$0  final

  public java.util.Iterator<java.util.Map$Entry<K, java.util.Collection<V>>> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.commons.collections4.multimap.AbstractMultiValuedMap$AsMap$AsMapEntrySet this
         0: .line 856
            new org.apache.commons.collections4.multimap.AbstractMultiValuedMap$AsMap$AsMapEntrySetIterator
            dup
            aload 0 /* this */
            getfield org.apache.commons.collections4.multimap.AbstractMultiValuedMap$AsMap$AsMapEntrySet.this$1:Lorg/apache/commons/collections4/multimap/AbstractMultiValuedMap$AsMap;
            aload 0 /* this */
            getfield org.apache.commons.collections4.multimap.AbstractMultiValuedMap$AsMap$AsMapEntrySet.this$1:Lorg/apache/commons/collections4/multimap/AbstractMultiValuedMap$AsMap;
            getfield org.apache.commons.collections4.multimap.AbstractMultiValuedMap$AsMap.decoratedMap:Ljava/util/Map;
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            invokespecial org.apache.commons.collections4.multimap.AbstractMultiValuedMap$AsMap$AsMapEntrySetIterator.<init>:(Lorg/apache/commons/collections4/multimap/AbstractMultiValuedMap$AsMap;Ljava/util/Iterator;)V
            areturn
        end local 0 // org.apache.commons.collections4.multimap.AbstractMultiValuedMap$AsMap$AsMapEntrySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/collections4/multimap/AbstractMultiValuedMap$AsMap$AsMapEntrySet;
    Signature: ()Ljava/util/Iterator<Ljava/util/Map$Entry<TK;Ljava/util/Collection<TV;>;>;>;

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.collections4.multimap.AbstractMultiValuedMap$AsMap$AsMapEntrySet this
         0: .line 861
            aload 0 /* this */
            getfield org.apache.commons.collections4.multimap.AbstractMultiValuedMap$AsMap$AsMapEntrySet.this$1:Lorg/apache/commons/collections4/multimap/AbstractMultiValuedMap$AsMap;
            invokevirtual org.apache.commons.collections4.multimap.AbstractMultiValuedMap$AsMap.size:()I
            ireturn
        end local 0 // org.apache.commons.collections4.multimap.AbstractMultiValuedMap$AsMap$AsMapEntrySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/collections4/multimap/AbstractMultiValuedMap$AsMap$AsMapEntrySet;

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.collections4.multimap.AbstractMultiValuedMap$AsMap$AsMapEntrySet this
         0: .line 866
            aload 0 /* this */
            getfield org.apache.commons.collections4.multimap.AbstractMultiValuedMap$AsMap$AsMapEntrySet.this$1:Lorg/apache/commons/collections4/multimap/AbstractMultiValuedMap$AsMap;
            invokevirtual org.apache.commons.collections4.multimap.AbstractMultiValuedMap$AsMap.clear:()V
         1: .line 867
            return
        end local 0 // org.apache.commons.collections4.multimap.AbstractMultiValuedMap$AsMap$AsMapEntrySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/collections4/multimap/AbstractMultiValuedMap$AsMap$AsMapEntrySet;

  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 // org.apache.commons.collections4.multimap.AbstractMultiValuedMap$AsMap$AsMapEntrySet this
        start local 1 // java.lang.Object o
         0: .line 871
            aload 0 /* this */
            getfield org.apache.commons.collections4.multimap.AbstractMultiValuedMap$AsMap$AsMapEntrySet.this$1:Lorg/apache/commons/collections4/multimap/AbstractMultiValuedMap$AsMap;
            getfield org.apache.commons.collections4.multimap.AbstractMultiValuedMap$AsMap.decoratedMap:Ljava/util/Map;
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            aload 1 /* o */
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // org.apache.commons.collections4.multimap.AbstractMultiValuedMap$AsMap$AsMapEntrySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/collections4/multimap/AbstractMultiValuedMap$AsMap$AsMapEntrySet;
            0    1     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     final

  public boolean remove(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.commons.collections4.multimap.AbstractMultiValuedMap$AsMap$AsMapEntrySet this
        start local 1 // java.lang.Object o
         0: .line 876
            aload 0 /* this */
            aload 1 /* o */
            invokevirtual org.apache.commons.collections4.multimap.AbstractMultiValuedMap$AsMap$AsMapEntrySet.contains:(Ljava/lang/Object;)Z
            ifne 2
         1: .line 877
            iconst_0
            ireturn
         2: .line 879
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast java.util.Map$Entry
            astore 2 /* entry */
        start local 2 // java.util.Map$Entry entry
         3: .line 880
            aload 0 /* this */
            getfield org.apache.commons.collections4.multimap.AbstractMultiValuedMap$AsMap$AsMapEntrySet.this$1:Lorg/apache/commons/collections4/multimap/AbstractMultiValuedMap$AsMap;
            invokestatic org.apache.commons.collections4.multimap.AbstractMultiValuedMap$AsMap.access$2:(Lorg/apache/commons/collections4/multimap/AbstractMultiValuedMap$AsMap;)Lorg/apache/commons/collections4/multimap/AbstractMultiValuedMap;
            aload 2 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            invokevirtual org.apache.commons.collections4.multimap.AbstractMultiValuedMap.remove:(Ljava/lang/Object;)Ljava/util/Collection;
            pop
         4: .line 881
            iconst_1
            ireturn
        end local 2 // java.util.Map$Entry entry
        end local 1 // java.lang.Object o
        end local 0 // org.apache.commons.collections4.multimap.AbstractMultiValuedMap$AsMap$AsMapEntrySet this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/apache/commons/collections4/multimap/AbstractMultiValuedMap$AsMap$AsMapEntrySet;
            0    5     1      o  Ljava/lang/Object;
            3    5     2  entry  Ljava/util/Map$Entry<**>;
    MethodParameters:
      Name  Flags
      o     final
}
Signature: Ljava/util/AbstractSet<Ljava/util/Map$Entry<TK;Ljava/util/Collection<TV;>;>;>;
SourceFile: "AbstractMultiValuedMap.java"
NestHost: org.apache.commons.collections4.multimap.AbstractMultiValuedMap
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
  private AsMap = org.apache.commons.collections4.multimap.AbstractMultiValuedMap$AsMap of org.apache.commons.collections4.multimap.AbstractMultiValuedMap
  AsMapEntrySet = org.apache.commons.collections4.multimap.AbstractMultiValuedMap$AsMap$AsMapEntrySet of org.apache.commons.collections4.multimap.AbstractMultiValuedMap$AsMap
  AsMapEntrySetIterator = org.apache.commons.collections4.multimap.AbstractMultiValuedMap$AsMap$AsMapEntrySetIterator of org.apache.commons.collections4.multimap.AbstractMultiValuedMap$AsMap