class com.google.protobuf.SmallSortedMap$DescendingEntrySet extends com.google.protobuf.SmallSortedMap<K, V>.EntrySet
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.protobuf.SmallSortedMap$DescendingEntrySet
  super_class: com.google.protobuf.SmallSortedMap$EntrySet
{
  final com.google.protobuf.SmallSortedMap this$0;
    descriptor: Lcom/google/protobuf/SmallSortedMap;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(com.google.protobuf.SmallSortedMap);
    descriptor: (Lcom/google/protobuf/SmallSortedMap;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.SmallSortedMap$DescendingEntrySet this
         0: .line 523
            aload 0 /* this */
            aload 1
            putfield com.google.protobuf.SmallSortedMap$DescendingEntrySet.this$0:Lcom/google/protobuf/SmallSortedMap;
            aload 0 /* this */
            aload 1
            invokespecial com.google.protobuf.SmallSortedMap$EntrySet.<init>:(Lcom/google/protobuf/SmallSortedMap;)V
            return
        end local 0 // com.google.protobuf.SmallSortedMap$DescendingEntrySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/SmallSortedMap$DescendingEntrySet;
    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=3, locals=1, args_size=1
        start local 0 // com.google.protobuf.SmallSortedMap$DescendingEntrySet this
         0: .line 526
            new com.google.protobuf.SmallSortedMap$DescendingEntryIterator
            dup
            aload 0 /* this */
            getfield com.google.protobuf.SmallSortedMap$DescendingEntrySet.this$0:Lcom/google/protobuf/SmallSortedMap;
            invokespecial com.google.protobuf.SmallSortedMap$DescendingEntryIterator.<init>:(Lcom/google/protobuf/SmallSortedMap;)V
            areturn
        end local 0 // com.google.protobuf.SmallSortedMap$DescendingEntrySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/SmallSortedMap$DescendingEntrySet;
    Signature: ()Ljava/util/Iterator<Ljava/util/Map$Entry<TK;TV;>;>;
}
Signature: Lcom/google/protobuf/SmallSortedMap<TK;TV;>.EntrySet;
SourceFile: "SmallSortedMap.java"
NestHost: com.google.protobuf.SmallSortedMap
InnerClasses:
  private DescendingEntryIterator = com.google.protobuf.SmallSortedMap$DescendingEntryIterator of com.google.protobuf.SmallSortedMap
  private DescendingEntrySet = com.google.protobuf.SmallSortedMap$DescendingEntrySet of com.google.protobuf.SmallSortedMap
  private EntrySet = com.google.protobuf.SmallSortedMap$EntrySet of com.google.protobuf.SmallSortedMap
  public abstract Entry = java.util.Map$Entry of java.util.Map