final class org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeEntrySet$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: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeEntrySet$EntryIterator
  super_class: org.apache.commons.collections4.trie.AbstractPatriciaTrie$TrieIterator
{
  private final K excludedKey;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: TK;

  final org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeEntrySet this$1;
    descriptor: Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie$RangeEntrySet;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(org.apache.commons.collections4.trie.AbstractPatriciaTrie$TrieEntry<K, V>, org.apache.commons.collections4.trie.AbstractPatriciaTrie$TrieEntry<K, V>);
    descriptor: (Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie$RangeEntrySet;Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie$TrieEntry;Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie$TrieEntry;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeEntrySet$EntryIterator this
        start local 2 // org.apache.commons.collections4.trie.AbstractPatriciaTrie$TrieEntry first
        start local 3 // org.apache.commons.collections4.trie.AbstractPatriciaTrie$TrieEntry last
         0: .line 2068
            aload 0 /* this */
            aload 1
            putfield org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeEntrySet$EntryIterator.this$1:Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie$RangeEntrySet;
         1: .line 2069
            aload 0 /* this */
            aload 1
            invokestatic org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeEntrySet.access$0:(Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie$RangeEntrySet;)Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie;
            aload 2 /* first */
            invokespecial org.apache.commons.collections4.trie.AbstractPatriciaTrie$TrieIterator.<init>:(Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie;Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie$TrieEntry;)V
         2: .line 2070
            aload 0 /* this */
            aload 3 /* last */
            ifnull 3
            aload 3 /* last */
            invokevirtual org.apache.commons.collections4.trie.AbstractPatriciaTrie$TrieEntry.getKey:()Ljava/lang/Object;
            goto 4
      StackMap locals: org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeEntrySet$EntryIterator org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeEntrySet org.apache.commons.collections4.trie.AbstractPatriciaTrie$TrieEntry org.apache.commons.collections4.trie.AbstractPatriciaTrie$TrieEntry
      StackMap stack: org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeEntrySet$EntryIterator
         3: aconst_null
      StackMap locals: org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeEntrySet$EntryIterator org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeEntrySet org.apache.commons.collections4.trie.AbstractPatriciaTrie$TrieEntry org.apache.commons.collections4.trie.AbstractPatriciaTrie$TrieEntry
      StackMap stack: org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeEntrySet$EntryIterator java.lang.Object
         4: putfield org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeEntrySet$EntryIterator.excludedKey:Ljava/lang/Object;
         5: .line 2071
            return
        end local 3 // org.apache.commons.collections4.trie.AbstractPatriciaTrie$TrieEntry last
        end local 2 // org.apache.commons.collections4.trie.AbstractPatriciaTrie$TrieEntry first
        end local 0 // org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeEntrySet$EntryIterator this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie$RangeEntrySet$EntryIterator;
            0    6     2  first  Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie$TrieEntry<TK;TV;>;
            0    6     3   last  Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie$TrieEntry<TK;TV;>;
    Signature: (Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie$TrieEntry<TK;TV;>;Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie$TrieEntry<TK;TV;>;)V
    MethodParameters:
        Name  Flags
      this$0  final
      first   final
      last    final

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeEntrySet$EntryIterator this
         0: .line 2075
            aload 0 /* this */
            getfield org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeEntrySet$EntryIterator.next:Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie$TrieEntry;
            ifnull 1
            aload 0 /* this */
            getfield org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeEntrySet$EntryIterator.next:Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie$TrieEntry;
            getfield org.apache.commons.collections4.trie.AbstractPatriciaTrie$TrieEntry.key:Ljava/lang/Object;
            aload 0 /* this */
            getfield org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeEntrySet$EntryIterator.excludedKey:Ljava/lang/Object;
            invokestatic org.apache.commons.collections4.trie.AbstractPatriciaTrie.compare:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeEntrySet$EntryIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie$RangeEntrySet$EntryIterator;

  public java.util.Map$Entry<K, V> next();
    descriptor: ()Ljava/util/Map$Entry;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeEntrySet$EntryIterator this
         0: .line 2080
            aload 0 /* this */
            getfield org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeEntrySet$EntryIterator.next:Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie$TrieEntry;
            ifnull 1
            aload 0 /* this */
            getfield org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeEntrySet$EntryIterator.next:Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie$TrieEntry;
            getfield org.apache.commons.collections4.trie.AbstractPatriciaTrie$TrieEntry.key:Ljava/lang/Object;
            aload 0 /* this */
            getfield org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeEntrySet$EntryIterator.excludedKey:Ljava/lang/Object;
            invokestatic org.apache.commons.collections4.trie.AbstractPatriciaTrie.compare:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 2
         1: .line 2081
      StackMap locals:
      StackMap stack:
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 2083
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeEntrySet$EntryIterator.nextEntry:()Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie$TrieEntry;
            areturn
        end local 0 // org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeEntrySet$EntryIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie$RangeEntrySet$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$RangeEntrySet$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 RangeEntrySet = org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeEntrySet of org.apache.commons.collections4.trie.AbstractPatriciaTrie
  private final EntryIterator = org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeEntrySet$EntryIterator of org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeEntrySet
  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