class org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeEntrySet extends java.util.AbstractSet<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$RangeEntrySet
  super_class: java.util.AbstractSet
{
  private final org.apache.commons.collections4.trie.AbstractPatriciaTrie<K, V>.RangeMap delegate;
    descriptor: Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie$RangeMap;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie<TK;TV;>.RangeMap;

  private transient int size;
    descriptor: I
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT

  private transient int expectedModCount;
    descriptor: I
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT

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

  public void <init>(org.apache.commons.collections4.trie.AbstractPatriciaTrie<K, V>.RangeMap);
    descriptor: (Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie;Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie$RangeMap;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeEntrySet this
        start local 2 // org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeMap delegate
         0: .line 1973
            aload 0 /* this */
            aload 1
            putfield org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeEntrySet.this$0:Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie;
            aload 0 /* this */
            invokespecial java.util.AbstractSet.<init>:()V
         1: .line 1966
            aload 0 /* this */
            iconst_m1
            putfield org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeEntrySet.size:I
         2: .line 1974
            aload 2 /* delegate */
            ifnonnull 4
         3: .line 1975
            new java.lang.NullPointerException
            dup
            ldc "delegate"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1978
      StackMap locals: org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeEntrySet org.apache.commons.collections4.trie.AbstractPatriciaTrie org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeMap
      StackMap stack:
            aload 0 /* this */
            aload 2 /* delegate */
            putfield org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeEntrySet.delegate:Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie$RangeMap;
         5: .line 1979
            return
        end local 2 // org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeMap delegate
        end local 0 // org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeEntrySet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie$RangeEntrySet;
            0    6     2  delegate  Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie<TK;TV;>.RangeMap;
    Signature: (Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie<TK;TV;>.RangeMap;)V
    MethodParameters:
          Name  Flags
      this$0    final
      delegate  final

  public java.util.Iterator<java.util.Map$Entry<K, V>> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=1
        start local 0 // org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeEntrySet this
         0: .line 1983
            aload 0 /* this */
            getfield org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeEntrySet.delegate:Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie$RangeMap;
            invokevirtual org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeMap.getFromKey:()Ljava/lang/Object;
            astore 1 /* fromKey */
        start local 1 // java.lang.Object fromKey
         1: .line 1984
            aload 0 /* this */
            getfield org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeEntrySet.delegate:Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie$RangeMap;
            invokevirtual org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeMap.getToKey:()Ljava/lang/Object;
            astore 2 /* toKey */
        start local 2 // java.lang.Object toKey
         2: .line 1986
            aconst_null
            astore 3 /* first */
        start local 3 // org.apache.commons.collections4.trie.AbstractPatriciaTrie$TrieEntry first
         3: .line 1987
            aload 1 /* fromKey */
            ifnonnull 6
         4: .line 1988
            aload 0 /* this */
            getfield org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeEntrySet.this$0:Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie;
            invokevirtual org.apache.commons.collections4.trie.AbstractPatriciaTrie.firstEntry:()Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie$TrieEntry;
            astore 3 /* first */
         5: .line 1989
            goto 7
         6: .line 1990
      StackMap locals: java.lang.Object java.lang.Object org.apache.commons.collections4.trie.AbstractPatriciaTrie$TrieEntry
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeEntrySet.this$0:Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie;
            aload 1 /* fromKey */
            invokevirtual org.apache.commons.collections4.trie.AbstractPatriciaTrie.ceilingEntry:(Ljava/lang/Object;)Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie$TrieEntry;
            astore 3 /* first */
         7: .line 1993
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 4 /* last */
        start local 4 // org.apache.commons.collections4.trie.AbstractPatriciaTrie$TrieEntry last
         8: .line 1994
            aload 2 /* toKey */
            ifnull 10
         9: .line 1995
            aload 0 /* this */
            getfield org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeEntrySet.this$0:Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie;
            aload 2 /* toKey */
            invokevirtual org.apache.commons.collections4.trie.AbstractPatriciaTrie.ceilingEntry:(Ljava/lang/Object;)Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie$TrieEntry;
            astore 4 /* last */
        10: .line 1998
      StackMap locals: org.apache.commons.collections4.trie.AbstractPatriciaTrie$TrieEntry
      StackMap stack:
            new org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeEntrySet$EntryIterator
            dup
            aload 0 /* this */
            aload 3 /* first */
            aload 4 /* last */
            invokespecial org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeEntrySet$EntryIterator.<init>:(Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie$RangeEntrySet;Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie$TrieEntry;Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie$TrieEntry;)V
            areturn
        end local 4 // org.apache.commons.collections4.trie.AbstractPatriciaTrie$TrieEntry last
        end local 3 // org.apache.commons.collections4.trie.AbstractPatriciaTrie$TrieEntry first
        end local 2 // java.lang.Object toKey
        end local 1 // java.lang.Object fromKey
        end local 0 // org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeEntrySet this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie$RangeEntrySet;
            1   11     1  fromKey  TK;
            2   11     2    toKey  TK;
            3   11     3    first  Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie$TrieEntry<TK;TV;>;
            8   11     4     last  Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie$TrieEntry<TK;TV;>;
    Signature: ()Ljava/util/Iterator<Ljava/util/Map$Entry<TK;TV;>;>;

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeEntrySet this
         0: .line 2003
            aload 0 /* this */
            getfield org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeEntrySet.size:I
            iconst_m1
            if_icmpeq 1
            aload 0 /* this */
            getfield org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeEntrySet.expectedModCount:I
            aload 0 /* this */
            getfield org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeEntrySet.this$0:Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie;
            getfield org.apache.commons.collections4.trie.AbstractPatriciaTrie.modCount:I
            if_icmpeq 8
         1: .line 2004
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeEntrySet.size:I
         2: .line 2006
            aload 0 /* this */
            invokevirtual org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeEntrySet.iterator:()Ljava/util/Iterator;
            astore 1 /* it */
        start local 1 // java.util.Iterator it
         3: goto 6
         4: .line 2007
      StackMap locals: java.util.Iterator
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeEntrySet.size:I
            iconst_1
            iadd
            putfield org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeEntrySet.size:I
         5: .line 2006
            aload 1 /* it */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            pop
      StackMap locals:
      StackMap stack:
         6: aload 1 /* it */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
        end local 1 // java.util.Iterator it
         7: .line 2010
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeEntrySet.this$0:Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie;
            getfield org.apache.commons.collections4.trie.AbstractPatriciaTrie.modCount:I
            putfield org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeEntrySet.expectedModCount:I
         8: .line 2012
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeEntrySet.size:I
            ireturn
        end local 0 // org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeEntrySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie$RangeEntrySet;
            3    7     1    it  Ljava/util/Iterator<*>;

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeEntrySet this
         0: .line 2017
            aload 0 /* this */
            invokevirtual org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeEntrySet.iterator:()Ljava/util/Iterator;
            invokeinterface java.util.Iterator.hasNext:()Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeEntrySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie$RangeEntrySet;

  public boolean contains(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeEntrySet this
        start local 1 // java.lang.Object o
         0: .line 2023
            aload 1 /* o */
            instanceof java.util.Map$Entry
            ifne 2
         1: .line 2024
            iconst_0
            ireturn
         2: .line 2027
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast java.util.Map$Entry
            astore 2 /* entry */
        start local 2 // java.util.Map$Entry entry
         3: .line 2028
            aload 2 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            astore 3 /* key */
        start local 3 // java.lang.Object key
         4: .line 2029
            aload 0 /* this */
            getfield org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeEntrySet.delegate:Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie$RangeMap;
            aload 3 /* key */
            invokevirtual org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeMap.inRange:(Ljava/lang/Object;)Z
            ifne 6
         5: .line 2030
            iconst_0
            ireturn
         6: .line 2033
      StackMap locals: java.util.Map$Entry java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeEntrySet.this$0:Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie;
            aload 3 /* key */
            invokevirtual org.apache.commons.collections4.trie.AbstractPatriciaTrie.getEntry:(Ljava/lang/Object;)Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie$TrieEntry;
            astore 4 /* node */
        start local 4 // org.apache.commons.collections4.trie.AbstractPatriciaTrie$TrieEntry node
         7: .line 2034
            aload 4 /* node */
            ifnull 8
            aload 4 /* node */
            invokevirtual org.apache.commons.collections4.trie.AbstractPatriciaTrie$TrieEntry.getValue:()Ljava/lang/Object;
            aload 2 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            invokestatic org.apache.commons.collections4.trie.AbstractPatriciaTrie.compare:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 8
            iconst_1
            ireturn
      StackMap locals: org.apache.commons.collections4.trie.AbstractPatriciaTrie$TrieEntry
      StackMap stack:
         8: iconst_0
            ireturn
        end local 4 // org.apache.commons.collections4.trie.AbstractPatriciaTrie$TrieEntry node
        end local 3 // java.lang.Object key
        end local 2 // java.util.Map$Entry entry
        end local 1 // java.lang.Object o
        end local 0 // org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeEntrySet this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie$RangeEntrySet;
            0    9     1      o  Ljava/lang/Object;
            3    9     2  entry  Ljava/util/Map$Entry<TK;TV;>;
            4    9     3    key  TK;
            7    9     4   node  Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie$TrieEntry<TK;TV;>;
    MethodParameters:
      Name  Flags
      o     final

  public boolean remove(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeEntrySet this
        start local 1 // java.lang.Object o
         0: .line 2040
            aload 1 /* o */
            instanceof java.util.Map$Entry
            ifne 2
         1: .line 2041
            iconst_0
            ireturn
         2: .line 2044
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast java.util.Map$Entry
            astore 2 /* entry */
        start local 2 // java.util.Map$Entry entry
         3: .line 2045
            aload 2 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            astore 3 /* key */
        start local 3 // java.lang.Object key
         4: .line 2046
            aload 0 /* this */
            getfield org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeEntrySet.delegate:Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie$RangeMap;
            aload 3 /* key */
            invokevirtual org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeMap.inRange:(Ljava/lang/Object;)Z
            ifne 6
         5: .line 2047
            iconst_0
            ireturn
         6: .line 2050
      StackMap locals: java.util.Map$Entry java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeEntrySet.this$0:Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie;
            aload 3 /* key */
            invokevirtual org.apache.commons.collections4.trie.AbstractPatriciaTrie.getEntry:(Ljava/lang/Object;)Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie$TrieEntry;
            astore 4 /* node */
        start local 4 // org.apache.commons.collections4.trie.AbstractPatriciaTrie$TrieEntry node
         7: .line 2051
            aload 4 /* node */
            ifnull 10
            aload 4 /* node */
            invokevirtual org.apache.commons.collections4.trie.AbstractPatriciaTrie$TrieEntry.getValue:()Ljava/lang/Object;
            aload 2 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            invokestatic org.apache.commons.collections4.trie.AbstractPatriciaTrie.compare:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 10
         8: .line 2052
            aload 0 /* this */
            getfield org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeEntrySet.this$0:Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie;
            aload 4 /* node */
            invokevirtual org.apache.commons.collections4.trie.AbstractPatriciaTrie.removeEntry:(Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie$TrieEntry;)Ljava/lang/Object;
            pop
         9: .line 2053
            iconst_1
            ireturn
        10: .line 2055
      StackMap locals: org.apache.commons.collections4.trie.AbstractPatriciaTrie$TrieEntry
      StackMap stack:
            iconst_0
            ireturn
        end local 4 // org.apache.commons.collections4.trie.AbstractPatriciaTrie$TrieEntry node
        end local 3 // java.lang.Object key
        end local 2 // java.util.Map$Entry entry
        end local 1 // java.lang.Object o
        end local 0 // org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeEntrySet this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie$RangeEntrySet;
            0   11     1      o  Ljava/lang/Object;
            3   11     2  entry  Ljava/util/Map$Entry<TK;TV;>;
            4   11     3    key  TK;
            7   11     4   node  Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie$TrieEntry<TK;TV;>;
    MethodParameters:
      Name  Flags
      o     final

  static org.apache.commons.collections4.trie.AbstractPatriciaTrie access$0(org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeEntrySet);
    descriptor: (Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie$RangeEntrySet;)Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1962
            aload 0
            getfield org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeEntrySet.this$0:Lorg/apache/commons/collections4/trie/AbstractPatriciaTrie;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/util/AbstractSet<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
  private abstract RangeMap = org.apache.commons.collections4.trie.AbstractPatriciaTrie$RangeMap of org.apache.commons.collections4.trie.AbstractPatriciaTrie
  protected TrieEntry = org.apache.commons.collections4.trie.AbstractPatriciaTrie$TrieEntry of org.apache.commons.collections4.trie.AbstractPatriciaTrie