class org.apache.commons.collections.StaticBucketMap$EntrySet extends java.util.AbstractSet
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.commons.collections.StaticBucketMap$EntrySet
  super_class: java.util.AbstractSet
{
  final org.apache.commons.collections.StaticBucketMap this$0;
    descriptor: Lorg/apache/commons/collections/StaticBucketMap;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(org.apache.commons.collections.StaticBucketMap);
    descriptor: (Lorg/apache/commons/collections/StaticBucketMap;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.collections.StaticBucketMap$EntrySet this
         0: .line 563
            aload 0 /* this */
            aload 1
            putfield org.apache.commons.collections.StaticBucketMap$EntrySet.this$0:Lorg/apache/commons/collections/StaticBucketMap;
            aload 0 /* this */
            invokespecial java.util.AbstractSet.<init>:()V
            return
        end local 0 // org.apache.commons.collections.StaticBucketMap$EntrySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/collections/StaticBucketMap$EntrySet;
    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 // org.apache.commons.collections.StaticBucketMap$EntrySet this
         0: .line 566
            aload 0 /* this */
            getfield org.apache.commons.collections.StaticBucketMap$EntrySet.this$0:Lorg/apache/commons/collections/StaticBucketMap;
            invokevirtual org.apache.commons.collections.StaticBucketMap.size:()I
            ireturn
        end local 0 // org.apache.commons.collections.StaticBucketMap$EntrySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/collections/StaticBucketMap$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.StaticBucketMap$EntrySet this
         0: .line 570
            aload 0 /* this */
            getfield org.apache.commons.collections.StaticBucketMap$EntrySet.this$0:Lorg/apache/commons/collections/StaticBucketMap;
            invokevirtual org.apache.commons.collections.StaticBucketMap.clear:()V
         1: .line 571
            return
        end local 0 // org.apache.commons.collections.StaticBucketMap$EntrySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/collections/StaticBucketMap$EntrySet;

  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.StaticBucketMap$EntrySet this
         0: .line 574
            new org.apache.commons.collections.StaticBucketMap$EntryIterator
            dup
            aload 0 /* this */
            getfield org.apache.commons.collections.StaticBucketMap$EntrySet.this$0:Lorg/apache/commons/collections/StaticBucketMap;
            invokespecial org.apache.commons.collections.StaticBucketMap$EntryIterator.<init>:(Lorg/apache/commons/collections/StaticBucketMap;)V
            areturn
        end local 0 // org.apache.commons.collections.StaticBucketMap$EntrySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/collections/StaticBucketMap$EntrySet;

  public boolean contains(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // org.apache.commons.collections.StaticBucketMap$EntrySet this
        start local 1 // java.lang.Object o
         0: .line 578
            aload 1 /* o */
            checkcast java.util.Map$Entry
            astore 2 /* entry */
        start local 2 // java.util.Map$Entry entry
         1: .line 579
            aload 0 /* this */
            getfield org.apache.commons.collections.StaticBucketMap$EntrySet.this$0:Lorg/apache/commons/collections/StaticBucketMap;
            aload 2 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            invokevirtual org.apache.commons.collections.StaticBucketMap.getHash:(Ljava/lang/Object;)I
            istore 3 /* hash */
        start local 3 // int hash
         2: .line 580
            aload 0 /* this */
            getfield org.apache.commons.collections.StaticBucketMap$EntrySet.this$0:Lorg/apache/commons/collections/StaticBucketMap;
            getfield org.apache.commons.collections.StaticBucketMap.m_locks:[Lorg/apache/commons/collections/StaticBucketMap$Lock;
            iload 3 /* hash */
            aaload
            dup
            astore 4
            monitorenter
         3: .line 581
            aload 0 /* this */
            getfield org.apache.commons.collections.StaticBucketMap$EntrySet.this$0:Lorg/apache/commons/collections/StaticBucketMap;
            getfield org.apache.commons.collections.StaticBucketMap.m_buckets:[Lorg/apache/commons/collections/StaticBucketMap$Node;
            iload 3 /* hash */
            aaload
            astore 5 /* n */
        start local 5 // org.apache.commons.collections.StaticBucketMap$Node n
         4: goto 8
         5: .line 582
      StackMap locals: org.apache.commons.collections.StaticBucketMap$EntrySet java.lang.Object java.util.Map$Entry int org.apache.commons.collections.StaticBucketMap$Lock org.apache.commons.collections.StaticBucketMap$Node
      StackMap stack:
            aload 5 /* n */
            aload 2 /* entry */
            invokevirtual org.apache.commons.collections.StaticBucketMap$Node.equals:(Ljava/lang/Object;)Z
            ifeq 7
            aload 4
            monitorexit
         6: iconst_1
            ireturn
         7: .line 581
      StackMap locals:
      StackMap stack:
            aload 5 /* n */
            getfield org.apache.commons.collections.StaticBucketMap$Node.next:Lorg/apache/commons/collections/StaticBucketMap$Node;
            astore 5 /* n */
      StackMap locals:
      StackMap stack:
         8: aload 5 /* n */
            ifnonnull 5
        end local 5 // org.apache.commons.collections.StaticBucketMap$Node n
         9: .line 580
            aload 4
            monitorexit
        10: goto 13
      StackMap locals: org.apache.commons.collections.StaticBucketMap$EntrySet java.lang.Object java.util.Map$Entry int org.apache.commons.collections.StaticBucketMap$Lock
      StackMap stack: java.lang.Throwable
        11: aload 4
            monitorexit
        12: athrow
        13: .line 585
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 3 // int hash
        end local 2 // java.util.Map$Entry entry
        end local 1 // java.lang.Object o
        end local 0 // org.apache.commons.collections.StaticBucketMap$EntrySet this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   14     0   this  Lorg/apache/commons/collections/StaticBucketMap$EntrySet;
            0   14     1      o  Ljava/lang/Object;
            1   14     2  entry  Ljava/util/Map$Entry;
            2   14     3   hash  I
            4    9     5      n  Lorg/apache/commons/collections/StaticBucketMap$Node;
      Exception table:
        from    to  target  type
           3     6      11  any
           7    10      11  any
          11    12      11  any
    MethodParameters:
      Name  Flags
      o     

  public boolean remove(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // org.apache.commons.collections.StaticBucketMap$EntrySet this
        start local 1 // java.lang.Object obj
         0: .line 589
            aload 1 /* obj */
            instanceof java.util.Map$Entry
            ifne 2
         1: .line 590
            iconst_0
            ireturn
         2: .line 592
      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 593
            aload 0 /* this */
            getfield org.apache.commons.collections.StaticBucketMap$EntrySet.this$0:Lorg/apache/commons/collections/StaticBucketMap;
            aload 2 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            invokevirtual org.apache.commons.collections.StaticBucketMap.getHash:(Ljava/lang/Object;)I
            istore 3 /* hash */
        start local 3 // int hash
         4: .line 594
            aload 0 /* this */
            getfield org.apache.commons.collections.StaticBucketMap$EntrySet.this$0:Lorg/apache/commons/collections/StaticBucketMap;
            getfield org.apache.commons.collections.StaticBucketMap.m_locks:[Lorg/apache/commons/collections/StaticBucketMap$Lock;
            iload 3 /* hash */
            aaload
            dup
            astore 4
            monitorenter
         5: .line 595
            aload 0 /* this */
            getfield org.apache.commons.collections.StaticBucketMap$EntrySet.this$0:Lorg/apache/commons/collections/StaticBucketMap;
            getfield org.apache.commons.collections.StaticBucketMap.m_buckets:[Lorg/apache/commons/collections/StaticBucketMap$Node;
            iload 3 /* hash */
            aaload
            astore 5 /* n */
        start local 5 // org.apache.commons.collections.StaticBucketMap$Node n
         6: goto 12
         7: .line 596
      StackMap locals: org.apache.commons.collections.StaticBucketMap$EntrySet java.lang.Object java.util.Map$Entry int org.apache.commons.collections.StaticBucketMap$Lock org.apache.commons.collections.StaticBucketMap$Node
      StackMap stack:
            aload 5 /* n */
            aload 2 /* entry */
            invokevirtual org.apache.commons.collections.StaticBucketMap$Node.equals:(Ljava/lang/Object;)Z
            ifeq 11
         8: .line 597
            aload 0 /* this */
            getfield org.apache.commons.collections.StaticBucketMap$EntrySet.this$0:Lorg/apache/commons/collections/StaticBucketMap;
            aload 5 /* n */
            invokevirtual org.apache.commons.collections.StaticBucketMap$Node.getKey:()Ljava/lang/Object;
            invokevirtual org.apache.commons.collections.StaticBucketMap.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         9: .line 598
            aload 4
            monitorexit
        10: iconst_1
            ireturn
        11: .line 595
      StackMap locals:
      StackMap stack:
            aload 5 /* n */
            getfield org.apache.commons.collections.StaticBucketMap$Node.next:Lorg/apache/commons/collections/StaticBucketMap$Node;
            astore 5 /* n */
      StackMap locals:
      StackMap stack:
        12: aload 5 /* n */
            ifnonnull 7
        end local 5 // org.apache.commons.collections.StaticBucketMap$Node n
        13: .line 594
            aload 4
            monitorexit
        14: goto 17
      StackMap locals: org.apache.commons.collections.StaticBucketMap$EntrySet java.lang.Object java.util.Map$Entry int org.apache.commons.collections.StaticBucketMap$Lock
      StackMap stack: java.lang.Throwable
        15: aload 4
            monitorexit
        16: athrow
        17: .line 602
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 3 // int hash
        end local 2 // java.util.Map$Entry entry
        end local 1 // java.lang.Object obj
        end local 0 // org.apache.commons.collections.StaticBucketMap$EntrySet this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   18     0   this  Lorg/apache/commons/collections/StaticBucketMap$EntrySet;
            0   18     1    obj  Ljava/lang/Object;
            3   18     2  entry  Ljava/util/Map$Entry;
            4   18     3   hash  I
            6   13     5      n  Lorg/apache/commons/collections/StaticBucketMap$Node;
      Exception table:
        from    to  target  type
           5    10      15  any
          11    14      15  any
          15    16      15  any
    MethodParameters:
      Name  Flags
      obj   
}
SourceFile: "StaticBucketMap.java"
NestHost: org.apache.commons.collections.StaticBucketMap
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
  private EntryIterator = org.apache.commons.collections.StaticBucketMap$EntryIterator of org.apache.commons.collections.StaticBucketMap
  private EntrySet = org.apache.commons.collections.StaticBucketMap$EntrySet of org.apache.commons.collections.StaticBucketMap
  private final Node = org.apache.commons.collections.StaticBucketMap$Node of org.apache.commons.collections.StaticBucketMap