class org.apache.commons.collections4.trie.AbstractPatriciaTrie$KeySet extends java.util.AbstractSet<K>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.commons.collections4.trie.AbstractPatriciaTrie$KeySet
  super_class: java.util.AbstractSet
{
  final org.apache.commons.collections4.trie.AbstractPatriciaTrie this$0;
    descriptor: Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(org.apache.commons.collections4.trie.AbstractPatriciaTrie);
    descriptor: (Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.collections4.trie.AbstractPatriciaTrie$KeySet this
         0: .line 1444
            aload 0 /* this */
            aload 1
            putfield org.apache.commons.collections4.trie.AbstractPatriciaTrie$KeySet.this$0:Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie;
            aload 0 /* this */
            invokespecial java.util.AbstractSet.<init>:()V
            return
        end local 0 // org.apache.commons.collections4.trie.AbstractPatriciaTrie$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie$KeySet;
    MethodParameters:
        Name  Flags
      this$0  final

  public java.util.Iterator<K> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.commons.collections4.trie.AbstractPatriciaTrie$KeySet this
         0: .line 1448
            new org.apache.commons.collections4.trie.AbstractPatriciaTrie$KeySet$KeyIterator
            dup
            aload 0 /* this */
            invokespecial org.apache.commons.collections4.trie.AbstractPatriciaTrie$KeySet$KeyIterator.<init>:(Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie$KeySet;)V
            areturn
        end local 0 // org.apache.commons.collections4.trie.AbstractPatriciaTrie$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie$KeySet;
    Signature: ()Ljava/util/Iterator<TK;>;

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.collections4.trie.AbstractPatriciaTrie$KeySet this
         0: .line 1453
            aload 0 /* this */
            getfield org.apache.commons.collections4.trie.AbstractPatriciaTrie$KeySet.this$0:Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie;
            invokevirtual org.apache.commons.collections4.trie.AbstractPatriciaTrie.size:()I
            ireturn
        end local 0 // org.apache.commons.collections4.trie.AbstractPatriciaTrie$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie$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.collections4.trie.AbstractPatriciaTrie$KeySet this
        start local 1 // java.lang.Object o
         0: .line 1458
            aload 0 /* this */
            getfield org.apache.commons.collections4.trie.AbstractPatriciaTrie$KeySet.this$0:Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie;
            aload 1 /* o */
            invokevirtual org.apache.commons.collections4.trie.AbstractPatriciaTrie.containsKey:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // org.apache.commons.collections4.trie.AbstractPatriciaTrie$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie$KeySet;
            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.trie.AbstractPatriciaTrie$KeySet this
        start local 1 // java.lang.Object o
         0: .line 1463
            aload 0 /* this */
            invokevirtual org.apache.commons.collections4.trie.AbstractPatriciaTrie$KeySet.size:()I
            istore 2 /* size */
        start local 2 // int size
         1: .line 1464
            aload 0 /* this */
            getfield org.apache.commons.collections4.trie.AbstractPatriciaTrie$KeySet.this$0:Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie;
            aload 1 /* o */
            invokevirtual org.apache.commons.collections4.trie.AbstractPatriciaTrie.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 1465
            iload 2 /* size */
            aload 0 /* this */
            invokevirtual org.apache.commons.collections4.trie.AbstractPatriciaTrie$KeySet.size:()I
            if_icmpeq 3
            iconst_1
            ireturn
      StackMap locals: int
      StackMap stack:
         3: iconst_0
            ireturn
        end local 2 // int size
        end local 1 // java.lang.Object o
        end local 0 // org.apache.commons.collections4.trie.AbstractPatriciaTrie$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie$KeySet;
            0    4     1     o  Ljava/lang/Object;
            1    4     2  size  I
    MethodParameters:
      Name  Flags
      o     final

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

  static org.apache.commons.collections4.trie.AbstractPatriciaTrie access$0(org.apache.commons.collections4.trie.AbstractPatriciaTrie$KeySet);
    descriptor: (Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie$KeySet;)Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1444
            aload 0
            getfield org.apache.commons.collections4.trie.AbstractPatriciaTrie$KeySet.this$0:Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/util/AbstractSet<TK;>;
SourceFile: "AbstractPatriciaTrie.java"
NestHost: org.apache.commons.collections4.trie.AbstractPatriciaTrie
InnerClasses:
  private KeySet = org.apache.commons.collections4.trie.AbstractPatriciaTrie$KeySet of org.apache.commons.collections4.trie.AbstractPatriciaTrie
  private KeyIterator = org.apache.commons.collections4.trie.AbstractPatriciaTrie$KeySet$KeyIterator of org.apache.commons.collections4.trie.AbstractPatriciaTrie$KeySet