class org.apache.commons.collections.map.Flat3Map$EntrySet extends java.util.AbstractSet
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.commons.collections.map.Flat3Map$EntrySet
  super_class: java.util.AbstractSet
{
  private final org.apache.commons.collections.map.Flat3Map parent;
    descriptor: Lorg/apache/commons/collections/map/Flat3Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(org.apache.commons.collections.map.Flat3Map);
    descriptor: (Lorg/apache/commons/collections/map/Flat3Map;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.collections.map.Flat3Map$EntrySet this
        start local 1 // org.apache.commons.collections.map.Flat3Map parent
         0: .line 700
            aload 0 /* this */
            invokespecial java.util.AbstractSet.<init>:()V
         1: .line 701
            aload 0 /* this */
            aload 1 /* parent */
            putfield org.apache.commons.collections.map.Flat3Map$EntrySet.parent:Lorg/apache/commons/collections/map/Flat3Map;
         2: .line 702
            return
        end local 1 // org.apache.commons.collections.map.Flat3Map parent
        end local 0 // org.apache.commons.collections.map.Flat3Map$EntrySet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/apache/commons/collections/map/Flat3Map$EntrySet;
            0    3     1  parent  Lorg/apache/commons/collections/map/Flat3Map;
    MethodParameters:
        Name  Flags
      parent  

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.collections.map.Flat3Map$EntrySet this
         0: .line 705
            aload 0 /* this */
            getfield org.apache.commons.collections.map.Flat3Map$EntrySet.parent:Lorg/apache/commons/collections/map/Flat3Map;
            invokevirtual org.apache.commons.collections.map.Flat3Map.size:()I
            ireturn
        end local 0 // org.apache.commons.collections.map.Flat3Map$EntrySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/collections/map/Flat3Map$EntrySet;

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.collections.map.Flat3Map$EntrySet this
         0: .line 709
            aload 0 /* this */
            getfield org.apache.commons.collections.map.Flat3Map$EntrySet.parent:Lorg/apache/commons/collections/map/Flat3Map;
            invokevirtual org.apache.commons.collections.map.Flat3Map.clear:()V
         1: .line 710
            return
        end local 0 // org.apache.commons.collections.map.Flat3Map$EntrySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/collections/map/Flat3Map$EntrySet;

  public boolean remove(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.apache.commons.collections.map.Flat3Map$EntrySet this
        start local 1 // java.lang.Object obj
         0: .line 713
            aload 1 /* obj */
            instanceof java.util.Map$Entry
            ifne 2
         1: .line 714
            iconst_0
            ireturn
         2: .line 716
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast java.util.Map$Entry
            astore 2 /* entry */
        start local 2 // java.util.Map$Entry entry
         3: .line 717
            aload 2 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            astore 3 /* key */
        start local 3 // java.lang.Object key
         4: .line 718
            aload 0 /* this */
            getfield org.apache.commons.collections.map.Flat3Map$EntrySet.parent:Lorg/apache/commons/collections/map/Flat3Map;
            aload 3 /* key */
            invokevirtual org.apache.commons.collections.map.Flat3Map.containsKey:(Ljava/lang/Object;)Z
            istore 4 /* result */
        start local 4 // boolean result
         5: .line 719
            aload 0 /* this */
            getfield org.apache.commons.collections.map.Flat3Map$EntrySet.parent:Lorg/apache/commons/collections/map/Flat3Map;
            aload 3 /* key */
            invokevirtual org.apache.commons.collections.map.Flat3Map.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         6: .line 720
            iload 4 /* result */
            ireturn
        end local 4 // boolean result
        end local 3 // java.lang.Object key
        end local 2 // java.util.Map$Entry entry
        end local 1 // java.lang.Object obj
        end local 0 // org.apache.commons.collections.map.Flat3Map$EntrySet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/apache/commons/collections/map/Flat3Map$EntrySet;
            0    7     1     obj  Ljava/lang/Object;
            3    7     2   entry  Ljava/util/Map$Entry;
            4    7     3     key  Ljava/lang/Object;
            5    7     4  result  Z
    MethodParameters:
      Name  Flags
      obj   

  public java.util.Iterator iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.commons.collections.map.Flat3Map$EntrySet this
         0: .line 724
            aload 0 /* this */
            getfield org.apache.commons.collections.map.Flat3Map$EntrySet.parent:Lorg/apache/commons/collections/map/Flat3Map;
            getfield org.apache.commons.collections.map.Flat3Map.delegateMap:Lorg/apache/commons/collections/map/AbstractHashedMap;
            ifnull 2
         1: .line 725
            aload 0 /* this */
            getfield org.apache.commons.collections.map.Flat3Map$EntrySet.parent:Lorg/apache/commons/collections/map/Flat3Map;
            getfield org.apache.commons.collections.map.Flat3Map.delegateMap:Lorg/apache/commons/collections/map/AbstractHashedMap;
            invokevirtual org.apache.commons.collections.map.AbstractHashedMap.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            areturn
         2: .line 727
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.collections.map.Flat3Map$EntrySet.parent:Lorg/apache/commons/collections/map/Flat3Map;
            invokevirtual org.apache.commons.collections.map.Flat3Map.size:()I
            ifne 4
         3: .line 728
            getstatic org.apache.commons.collections.iterators.EmptyIterator.INSTANCE:Ljava/util/Iterator;
            areturn
         4: .line 730
      StackMap locals:
      StackMap stack:
            new org.apache.commons.collections.map.Flat3Map$EntrySetIterator
            dup
            aload 0 /* this */
            getfield org.apache.commons.collections.map.Flat3Map$EntrySet.parent:Lorg/apache/commons/collections/map/Flat3Map;
            invokespecial org.apache.commons.collections.map.Flat3Map$EntrySetIterator.<init>:(Lorg/apache/commons/collections/map/Flat3Map;)V
            areturn
        end local 0 // org.apache.commons.collections.map.Flat3Map$EntrySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/commons/collections/map/Flat3Map$EntrySet;
}
SourceFile: "Flat3Map.java"
NestHost: org.apache.commons.collections.map.Flat3Map
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
  EntrySet = org.apache.commons.collections.map.Flat3Map$EntrySet of org.apache.commons.collections.map.Flat3Map
  EntrySetIterator = org.apache.commons.collections.map.Flat3Map$EntrySetIterator of org.apache.commons.collections.map.Flat3Map