final class java.util.TreeMap$DescendingSubMap$DescendingEntrySetView extends java.util.TreeMap$NavigableSubMap<K, V>.EntrySetView
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: java.util.TreeMap$DescendingSubMap$DescendingEntrySetView
  super_class: java.util.TreeMap$NavigableSubMap$EntrySetView
{
  final java.util.TreeMap$DescendingSubMap this$1;
    descriptor: Ljava/util/TreeMap$DescendingSubMap;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(java.util.TreeMap$DescendingSubMap);
    descriptor: (Ljava/util/TreeMap$DescendingSubMap;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.util.TreeMap$DescendingSubMap$DescendingEntrySetView this
         0: .line 1992
            aload 0 /* this */
            aload 1
            putfield java.util.TreeMap$DescendingSubMap$DescendingEntrySetView.this$1:Ljava/util/TreeMap$DescendingSubMap;
            aload 0 /* this */
            aload 1
            invokespecial java.util.TreeMap$NavigableSubMap$EntrySetView.<init>:(Ljava/util/TreeMap$NavigableSubMap;)V
            return
        end local 0 // java.util.TreeMap$DescendingSubMap$DescendingEntrySetView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/util/TreeMap$DescendingSubMap$DescendingEntrySetView;
    MethodParameters:
        Name  Flags
      this$0  final

  public java.util.Iterator<java.util.Map$Entry<K, V>> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // java.util.TreeMap$DescendingSubMap$DescendingEntrySetView this
         0: .line 1994
            new java.util.TreeMap$NavigableSubMap$DescendingSubMapEntryIterator
            dup
            aload 0 /* this */
            getfield java.util.TreeMap$DescendingSubMap$DescendingEntrySetView.this$1:Ljava/util/TreeMap$DescendingSubMap;
            aload 0 /* this */
            getfield java.util.TreeMap$DescendingSubMap$DescendingEntrySetView.this$1:Ljava/util/TreeMap$DescendingSubMap;
            invokevirtual java.util.TreeMap$DescendingSubMap.absHighest:()Ljava/util/TreeMap$Entry;
            aload 0 /* this */
            getfield java.util.TreeMap$DescendingSubMap$DescendingEntrySetView.this$1:Ljava/util/TreeMap$DescendingSubMap;
            invokevirtual java.util.TreeMap$DescendingSubMap.absLowFence:()Ljava/util/TreeMap$Entry;
            invokespecial java.util.TreeMap$NavigableSubMap$DescendingSubMapEntryIterator.<init>:(Ljava/util/TreeMap$NavigableSubMap;Ljava/util/TreeMap$Entry;Ljava/util/TreeMap$Entry;)V
            areturn
        end local 0 // java.util.TreeMap$DescendingSubMap$DescendingEntrySetView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/util/TreeMap$DescendingSubMap$DescendingEntrySetView;
    Signature: ()Ljava/util/Iterator<Ljava/util/Map$Entry<TK;TV;>;>;
}
Signature: Ljava/util/TreeMap$NavigableSubMap<TK;TV;>.EntrySetView;
SourceFile: "TreeMap.java"
NestHost: java.util.TreeMap
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
  final DescendingSubMap = java.util.TreeMap$DescendingSubMap of java.util.TreeMap
  final DescendingEntrySetView = java.util.TreeMap$DescendingSubMap$DescendingEntrySetView of java.util.TreeMap$DescendingSubMap
  final Entry = java.util.TreeMap$Entry of java.util.TreeMap
  abstract NavigableSubMap = java.util.TreeMap$NavigableSubMap of java.util.TreeMap
  final DescendingSubMapEntryIterator = java.util.TreeMap$NavigableSubMap$DescendingSubMapEntryIterator of java.util.TreeMap$NavigableSubMap
  abstract EntrySetView = java.util.TreeMap$NavigableSubMap$EntrySetView of java.util.TreeMap$NavigableSubMap