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

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

  public K next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.collections4.trie.AbstractPatriciaTrie$KeySet$KeyIterator this
         0: .line 1479
            aload 0 /* this */
            invokevirtual org.apache.commons.collections4.trie.AbstractPatriciaTrie$KeySet$KeyIterator.nextEntry:()Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie$TrieEntry;
            invokevirtual org.apache.commons.collections4.trie.AbstractPatriciaTrie$TrieEntry.getKey:()Ljava/lang/Object;
            areturn
        end local 0 // org.apache.commons.collections4.trie.AbstractPatriciaTrie$KeySet$KeyIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie$KeySet$KeyIterator;
    Signature: ()TK;
}
Signature: Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie<TK;TV;>.TrieIterator<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
  protected TrieEntry = org.apache.commons.collections4.trie.AbstractPatriciaTrie$TrieEntry of org.apache.commons.collections4.trie.AbstractPatriciaTrie
  abstract TrieIterator = org.apache.commons.collections4.trie.AbstractPatriciaTrie$TrieIterator of org.apache.commons.collections4.trie.AbstractPatriciaTrie