class org.apache.commons.collections.StaticBucketMap$KeySet extends java.util.AbstractSet
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.commons.collections.StaticBucketMap$KeySet
  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$KeySet this
         0: .line 608
            aload 0 /* this */
            aload 1
            putfield org.apache.commons.collections.StaticBucketMap$KeySet.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$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/collections/StaticBucketMap$KeySet;
    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$KeySet this
         0: .line 611
            aload 0 /* this */
            getfield org.apache.commons.collections.StaticBucketMap$KeySet.this$0:Lorg/apache/commons/collections/StaticBucketMap;
            invokevirtual org.apache.commons.collections.StaticBucketMap.size:()I
            ireturn
        end local 0 // org.apache.commons.collections.StaticBucketMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/collections/StaticBucketMap$KeySet;

  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$KeySet this
         0: .line 615
            aload 0 /* this */
            getfield org.apache.commons.collections.StaticBucketMap$KeySet.this$0:Lorg/apache/commons/collections/StaticBucketMap;
            invokevirtual org.apache.commons.collections.StaticBucketMap.clear:()V
         1: .line 616
            return
        end local 0 // org.apache.commons.collections.StaticBucketMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/collections/StaticBucketMap$KeySet;

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

  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.collections.StaticBucketMap$KeySet this
        start local 1 // java.lang.Object o
         0: .line 623
            aload 0 /* this */
            getfield org.apache.commons.collections.StaticBucketMap$KeySet.this$0:Lorg/apache/commons/collections/StaticBucketMap;
            aload 1 /* o */
            invokevirtual org.apache.commons.collections.StaticBucketMap.containsKey:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // org.apache.commons.collections.StaticBucketMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/collections/StaticBucketMap$KeySet;
            0    1     1     o  Ljava/lang/Object;
    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$KeySet this
        start local 1 // java.lang.Object o
         0: .line 627
            aload 0 /* this */
            getfield org.apache.commons.collections.StaticBucketMap$KeySet.this$0:Lorg/apache/commons/collections/StaticBucketMap;
            aload 1 /* o */
            invokevirtual org.apache.commons.collections.StaticBucketMap.getHash:(Ljava/lang/Object;)I
            istore 2 /* hash */
        start local 2 // int hash
         1: .line 628
            aload 0 /* this */
            getfield org.apache.commons.collections.StaticBucketMap$KeySet.this$0:Lorg/apache/commons/collections/StaticBucketMap;
            getfield org.apache.commons.collections.StaticBucketMap.m_locks:[Lorg/apache/commons/collections/StaticBucketMap$Lock;
            iload 2 /* hash */
            aaload
            dup
            astore 3
            monitorenter
         2: .line 629
            aload 0 /* this */
            getfield org.apache.commons.collections.StaticBucketMap$KeySet.this$0:Lorg/apache/commons/collections/StaticBucketMap;
            getfield org.apache.commons.collections.StaticBucketMap.m_buckets:[Lorg/apache/commons/collections/StaticBucketMap$Node;
            iload 2 /* hash */
            aaload
            astore 4 /* n */
        start local 4 // org.apache.commons.collections.StaticBucketMap$Node n
         3: goto 10
         4: .line 630
      StackMap locals: int org.apache.commons.collections.StaticBucketMap$Lock org.apache.commons.collections.StaticBucketMap$Node
      StackMap stack:
            aload 4 /* n */
            invokevirtual org.apache.commons.collections.StaticBucketMap$Node.getKey:()Ljava/lang/Object;
            astore 5 /* k */
        start local 5 // java.lang.Object k
         5: .line 631
            aload 5 /* k */
            aload 1 /* o */
            if_acmpeq 6
            aload 5 /* k */
            ifnull 9
            aload 5 /* k */
            aload 1 /* o */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 9
         6: .line 632
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.collections.StaticBucketMap$KeySet.this$0:Lorg/apache/commons/collections/StaticBucketMap;
            aload 5 /* k */
            invokevirtual org.apache.commons.collections.StaticBucketMap.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         7: .line 633
            aload 3
            monitorexit
         8: iconst_1
            ireturn
        end local 5 // java.lang.Object k
         9: .line 629
      StackMap locals:
      StackMap stack:
            aload 4 /* n */
            getfield org.apache.commons.collections.StaticBucketMap$Node.next:Lorg/apache/commons/collections/StaticBucketMap$Node;
            astore 4 /* n */
      StackMap locals:
      StackMap stack:
        10: aload 4 /* n */
            ifnonnull 4
        end local 4 // org.apache.commons.collections.StaticBucketMap$Node n
        11: .line 628
            aload 3
            monitorexit
        12: goto 15
      StackMap locals: org.apache.commons.collections.StaticBucketMap$KeySet java.lang.Object int org.apache.commons.collections.StaticBucketMap$Lock
      StackMap stack: java.lang.Throwable
        13: aload 3
            monitorexit
        14: athrow
        15: .line 637
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // int hash
        end local 1 // java.lang.Object o
        end local 0 // org.apache.commons.collections.StaticBucketMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   16     0  this  Lorg/apache/commons/collections/StaticBucketMap$KeySet;
            0   16     1     o  Ljava/lang/Object;
            1   16     2  hash  I
            3   11     4     n  Lorg/apache/commons/collections/StaticBucketMap$Node;
            5    9     5     k  Ljava/lang/Object;
      Exception table:
        from    to  target  type
           2     8      13  any
           9    12      13  any
          13    14      13  any
    MethodParameters:
      Name  Flags
      o     
}
SourceFile: "StaticBucketMap.java"
NestHost: org.apache.commons.collections.StaticBucketMap
InnerClasses:
  private KeyIterator = org.apache.commons.collections.StaticBucketMap$KeyIterator of org.apache.commons.collections.StaticBucketMap
  private KeySet = org.apache.commons.collections.StaticBucketMap$KeySet of org.apache.commons.collections.StaticBucketMap
  private final Node = org.apache.commons.collections.StaticBucketMap$Node of org.apache.commons.collections.StaticBucketMap