class com.google.protobuf.SmallSortedMap$EmptySet
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.protobuf.SmallSortedMap$EmptySet
  super_class: java.lang.Object
{
  private static final java.util.Iterator<java.lang.Object> ITERATOR;
    descriptor: Ljava/util/Iterator;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/Iterator<Ljava/lang/Object;>;

  private static final java.lang.Iterable<java.lang.Object> ITERABLE;
    descriptor: Ljava/lang/Iterable;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/lang/Iterable<Ljava/lang/Object;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 633
            new com.google.protobuf.SmallSortedMap$EmptySet$1
            dup
            invokespecial com.google.protobuf.SmallSortedMap$EmptySet$1.<init>:()V
         1: .line 632
            putstatic com.google.protobuf.SmallSortedMap$EmptySet.ITERATOR:Ljava/util/Iterator;
         2: .line 651
            new com.google.protobuf.SmallSortedMap$EmptySet$2
            dup
            invokespecial com.google.protobuf.SmallSortedMap$EmptySet$2.<init>:()V
         3: .line 650
            putstatic com.google.protobuf.SmallSortedMap$EmptySet.ITERABLE:Ljava/lang/Iterable;
         4: .line 656
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.SmallSortedMap$EmptySet this
         0: .line 630
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.google.protobuf.SmallSortedMap$EmptySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/SmallSortedMap$EmptySet;

  static <T> java.lang.Iterable<T> iterable();
    descriptor: ()Ljava/lang/Iterable;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 660
            getstatic com.google.protobuf.SmallSortedMap$EmptySet.ITERABLE:Ljava/lang/Iterable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: <T:Ljava/lang/Object;>()Ljava/lang/Iterable<TT;>;
}
SourceFile: "SmallSortedMap.java"
NestHost: com.google.protobuf.SmallSortedMap
InnerClasses:
  private EmptySet = com.google.protobuf.SmallSortedMap$EmptySet of com.google.protobuf.SmallSortedMap
  com.google.protobuf.SmallSortedMap$EmptySet$1
  com.google.protobuf.SmallSortedMap$EmptySet$2