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

  private void <init>(org.apache.commons.collections4.trie.AbstractPatriciaTrie$EntrySet);
    descriptor: (Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie$EntrySet;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.collections4.trie.AbstractPatriciaTrie$EntrySet$EntryIterator this
         0: .line 1433
            aload 0 /* this */
            aload 1
            putfield org.apache.commons.collections4.trie.AbstractPatriciaTrie$EntrySet$EntryIterator.this$1:Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie$EntrySet;
            aload 0 /* this */
            aload 1
            invokestatic org.apache.commons.collections4.trie.AbstractPatriciaTrie$EntrySet.access$0:(Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie$EntrySet;)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$EntrySet$EntryIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie$EntrySet$EntryIterator;
    MethodParameters:
        Name  Flags
      this$0  final

  public java.util.Map$Entry<K, V> next();
    descriptor: ()Ljava/util/Map$Entry;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.collections4.trie.AbstractPatriciaTrie$EntrySet$EntryIterator this
         0: .line 1436
            aload 0 /* this */
            invokevirtual org.apache.commons.collections4.trie.AbstractPatriciaTrie$EntrySet$EntryIterator.nextEntry:()Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie$TrieEntry;
            areturn
        end local 0 // org.apache.commons.collections4.trie.AbstractPatriciaTrie$EntrySet$EntryIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie$EntrySet$EntryIterator;
    Signature: ()Ljava/util/Map$Entry<TK;TV;>;

  public java.lang.Object next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.apache.commons.collections4.trie.AbstractPatriciaTrie$EntrySet$EntryIterator.next:()Ljava/util/Map$Entry;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie<TK;TV;>.TrieIterator<Ljava/util/Map$Entry<TK;TV;>;>;
SourceFile: "AbstractPatriciaTrie.java"
NestHost: org.apache.commons.collections4.trie.AbstractPatriciaTrie
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
  private EntrySet = org.apache.commons.collections4.trie.AbstractPatriciaTrie$EntrySet of org.apache.commons.collections4.trie.AbstractPatriciaTrie
  private EntryIterator = org.apache.commons.collections4.trie.AbstractPatriciaTrie$EntrySet$EntryIterator of org.apache.commons.collections4.trie.AbstractPatriciaTrie$EntrySet
  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