class com.google.common.collect.Sets$DescendingSet<E> extends com.google.common.collect.ForwardingNavigableSet<E>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.common.collect.Sets$DescendingSet
  super_class: com.google.common.collect.ForwardingNavigableSet
{
  private final java.util.NavigableSet<E> forward;
    descriptor: Ljava/util/NavigableSet;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/NavigableSet<TE;>;

  void <init>(java.util.NavigableSet<E>);
    descriptor: (Ljava/util/NavigableSet;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.collect.Sets$DescendingSet this
        start local 1 // java.util.NavigableSet forward
         0: .line 1978
            aload 0 /* this */
            invokespecial com.google.common.collect.ForwardingNavigableSet.<init>:()V
         1: .line 1979
            aload 0 /* this */
            aload 1 /* forward */
            putfield com.google.common.collect.Sets$DescendingSet.forward:Ljava/util/NavigableSet;
         2: .line 1980
            return
        end local 1 // java.util.NavigableSet forward
        end local 0 // com.google.common.collect.Sets$DescendingSet this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/google/common/collect/Sets$DescendingSet<TE;>;
            0    3     1  forward  Ljava/util/NavigableSet<TE;>;
    Signature: (Ljava/util/NavigableSet<TE;>;)V
    MethodParameters:
         Name  Flags
      forward  

  protected java.util.NavigableSet<E> delegate();
    descriptor: ()Ljava/util/NavigableSet;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.Sets$DescendingSet this
         0: .line 1984
            aload 0 /* this */
            getfield com.google.common.collect.Sets$DescendingSet.forward:Ljava/util/NavigableSet;
            areturn
        end local 0 // com.google.common.collect.Sets$DescendingSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/Sets$DescendingSet<TE;>;
    Signature: ()Ljava/util/NavigableSet<TE;>;

  public E lower();
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.collect.Sets$DescendingSet this
        start local 1 // java.lang.Object e
         0: .line 1989
            aload 0 /* this */
            getfield com.google.common.collect.Sets$DescendingSet.forward:Ljava/util/NavigableSet;
            aload 1 /* e */
            invokeinterface java.util.NavigableSet.higher:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 1 // java.lang.Object e
        end local 0 // com.google.common.collect.Sets$DescendingSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/Sets$DescendingSet<TE;>;
            0    1     1     e  TE;
    Signature: (TE;)TE;
    MethodParameters:
      Name  Flags
      e     

  public E floor();
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.collect.Sets$DescendingSet this
        start local 1 // java.lang.Object e
         0: .line 1994
            aload 0 /* this */
            getfield com.google.common.collect.Sets$DescendingSet.forward:Ljava/util/NavigableSet;
            aload 1 /* e */
            invokeinterface java.util.NavigableSet.ceiling:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 1 // java.lang.Object e
        end local 0 // com.google.common.collect.Sets$DescendingSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/Sets$DescendingSet<TE;>;
            0    1     1     e  TE;
    Signature: (TE;)TE;
    MethodParameters:
      Name  Flags
      e     

  public E ceiling();
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.collect.Sets$DescendingSet this
        start local 1 // java.lang.Object e
         0: .line 1999
            aload 0 /* this */
            getfield com.google.common.collect.Sets$DescendingSet.forward:Ljava/util/NavigableSet;
            aload 1 /* e */
            invokeinterface java.util.NavigableSet.floor:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 1 // java.lang.Object e
        end local 0 // com.google.common.collect.Sets$DescendingSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/Sets$DescendingSet<TE;>;
            0    1     1     e  TE;
    Signature: (TE;)TE;
    MethodParameters:
      Name  Flags
      e     

  public E higher();
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.collect.Sets$DescendingSet this
        start local 1 // java.lang.Object e
         0: .line 2004
            aload 0 /* this */
            getfield com.google.common.collect.Sets$DescendingSet.forward:Ljava/util/NavigableSet;
            aload 1 /* e */
            invokeinterface java.util.NavigableSet.lower:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 1 // java.lang.Object e
        end local 0 // com.google.common.collect.Sets$DescendingSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/Sets$DescendingSet<TE;>;
            0    1     1     e  TE;
    Signature: (TE;)TE;
    MethodParameters:
      Name  Flags
      e     

  public E pollFirst();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.Sets$DescendingSet this
         0: .line 2009
            aload 0 /* this */
            getfield com.google.common.collect.Sets$DescendingSet.forward:Ljava/util/NavigableSet;
            invokeinterface java.util.NavigableSet.pollLast:()Ljava/lang/Object;
            areturn
        end local 0 // com.google.common.collect.Sets$DescendingSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/Sets$DescendingSet<TE;>;
    Signature: ()TE;

  public E pollLast();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.Sets$DescendingSet this
         0: .line 2014
            aload 0 /* this */
            getfield com.google.common.collect.Sets$DescendingSet.forward:Ljava/util/NavigableSet;
            invokeinterface java.util.NavigableSet.pollFirst:()Ljava/lang/Object;
            areturn
        end local 0 // com.google.common.collect.Sets$DescendingSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/Sets$DescendingSet<TE;>;
    Signature: ()TE;

  public java.util.NavigableSet<E> descendingSet();
    descriptor: ()Ljava/util/NavigableSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.Sets$DescendingSet this
         0: .line 2019
            aload 0 /* this */
            getfield com.google.common.collect.Sets$DescendingSet.forward:Ljava/util/NavigableSet;
            areturn
        end local 0 // com.google.common.collect.Sets$DescendingSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/Sets$DescendingSet<TE;>;
    Signature: ()Ljava/util/NavigableSet<TE;>;

  public java.util.Iterator<E> descendingIterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.Sets$DescendingSet this
         0: .line 2024
            aload 0 /* this */
            getfield com.google.common.collect.Sets$DescendingSet.forward:Ljava/util/NavigableSet;
            invokeinterface java.util.NavigableSet.iterator:()Ljava/util/Iterator;
            areturn
        end local 0 // com.google.common.collect.Sets$DescendingSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/Sets$DescendingSet<TE;>;
    Signature: ()Ljava/util/Iterator<TE;>;

  public java.util.NavigableSet<E> subSet(E, boolean, E, boolean);
    descriptor: (Ljava/lang/Object;ZLjava/lang/Object;Z)Ljava/util/NavigableSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.google.common.collect.Sets$DescendingSet this
        start local 1 // java.lang.Object fromElement
        start local 2 // boolean fromInclusive
        start local 3 // java.lang.Object toElement
        start local 4 // boolean toInclusive
         0: .line 2030
            aload 0 /* this */
            getfield com.google.common.collect.Sets$DescendingSet.forward:Ljava/util/NavigableSet;
            aload 3 /* toElement */
            iload 4 /* toInclusive */
            aload 1 /* fromElement */
            iload 2 /* fromInclusive */
            invokeinterface java.util.NavigableSet.subSet:(Ljava/lang/Object;ZLjava/lang/Object;Z)Ljava/util/NavigableSet;
            invokeinterface java.util.NavigableSet.descendingSet:()Ljava/util/NavigableSet;
            areturn
        end local 4 // boolean toInclusive
        end local 3 // java.lang.Object toElement
        end local 2 // boolean fromInclusive
        end local 1 // java.lang.Object fromElement
        end local 0 // com.google.common.collect.Sets$DescendingSet this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lcom/google/common/collect/Sets$DescendingSet<TE;>;
            0    1     1    fromElement  TE;
            0    1     2  fromInclusive  Z
            0    1     3      toElement  TE;
            0    1     4    toInclusive  Z
    Signature: (TE;ZTE;Z)Ljava/util/NavigableSet<TE;>;
    MethodParameters:
               Name  Flags
      fromElement    
      fromInclusive  
      toElement      
      toInclusive    

  public java.util.SortedSet<E> subSet(E, E);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/SortedSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.google.common.collect.Sets$DescendingSet this
        start local 1 // java.lang.Object fromElement
        start local 2 // java.lang.Object toElement
         0: .line 2035
            aload 0 /* this */
            aload 1 /* fromElement */
            aload 2 /* toElement */
            invokevirtual com.google.common.collect.Sets$DescendingSet.standardSubSet:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/SortedSet;
            areturn
        end local 2 // java.lang.Object toElement
        end local 1 // java.lang.Object fromElement
        end local 0 // com.google.common.collect.Sets$DescendingSet this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/google/common/collect/Sets$DescendingSet<TE;>;
            0    1     1  fromElement  TE;
            0    1     2    toElement  TE;
    Signature: (TE;TE;)Ljava/util/SortedSet<TE;>;
    MethodParameters:
             Name  Flags
      fromElement  
      toElement    

  public java.util.NavigableSet<E> headSet(E, boolean);
    descriptor: (Ljava/lang/Object;Z)Ljava/util/NavigableSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.google.common.collect.Sets$DescendingSet this
        start local 1 // java.lang.Object toElement
        start local 2 // boolean inclusive
         0: .line 2040
            aload 0 /* this */
            getfield com.google.common.collect.Sets$DescendingSet.forward:Ljava/util/NavigableSet;
            aload 1 /* toElement */
            iload 2 /* inclusive */
            invokeinterface java.util.NavigableSet.tailSet:(Ljava/lang/Object;Z)Ljava/util/NavigableSet;
            invokeinterface java.util.NavigableSet.descendingSet:()Ljava/util/NavigableSet;
            areturn
        end local 2 // boolean inclusive
        end local 1 // java.lang.Object toElement
        end local 0 // com.google.common.collect.Sets$DescendingSet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/google/common/collect/Sets$DescendingSet<TE;>;
            0    1     1  toElement  TE;
            0    1     2  inclusive  Z
    Signature: (TE;Z)Ljava/util/NavigableSet<TE;>;
    MethodParameters:
           Name  Flags
      toElement  
      inclusive  

  public java.util.SortedSet<E> headSet(E);
    descriptor: (Ljava/lang/Object;)Ljava/util/SortedSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.collect.Sets$DescendingSet this
        start local 1 // java.lang.Object toElement
         0: .line 2045
            aload 0 /* this */
            aload 1 /* toElement */
            invokevirtual com.google.common.collect.Sets$DescendingSet.standardHeadSet:(Ljava/lang/Object;)Ljava/util/SortedSet;
            areturn
        end local 1 // java.lang.Object toElement
        end local 0 // com.google.common.collect.Sets$DescendingSet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/google/common/collect/Sets$DescendingSet<TE;>;
            0    1     1  toElement  TE;
    Signature: (TE;)Ljava/util/SortedSet<TE;>;
    MethodParameters:
           Name  Flags
      toElement  

  public java.util.NavigableSet<E> tailSet(E, boolean);
    descriptor: (Ljava/lang/Object;Z)Ljava/util/NavigableSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.google.common.collect.Sets$DescendingSet this
        start local 1 // java.lang.Object fromElement
        start local 2 // boolean inclusive
         0: .line 2050
            aload 0 /* this */
            getfield com.google.common.collect.Sets$DescendingSet.forward:Ljava/util/NavigableSet;
            aload 1 /* fromElement */
            iload 2 /* inclusive */
            invokeinterface java.util.NavigableSet.headSet:(Ljava/lang/Object;Z)Ljava/util/NavigableSet;
            invokeinterface java.util.NavigableSet.descendingSet:()Ljava/util/NavigableSet;
            areturn
        end local 2 // boolean inclusive
        end local 1 // java.lang.Object fromElement
        end local 0 // com.google.common.collect.Sets$DescendingSet this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/google/common/collect/Sets$DescendingSet<TE;>;
            0    1     1  fromElement  TE;
            0    1     2    inclusive  Z
    Signature: (TE;Z)Ljava/util/NavigableSet<TE;>;
    MethodParameters:
             Name  Flags
      fromElement  
      inclusive    

  public java.util.SortedSet<E> tailSet(E);
    descriptor: (Ljava/lang/Object;)Ljava/util/SortedSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.collect.Sets$DescendingSet this
        start local 1 // java.lang.Object fromElement
         0: .line 2055
            aload 0 /* this */
            aload 1 /* fromElement */
            invokevirtual com.google.common.collect.Sets$DescendingSet.standardTailSet:(Ljava/lang/Object;)Ljava/util/SortedSet;
            areturn
        end local 1 // java.lang.Object fromElement
        end local 0 // com.google.common.collect.Sets$DescendingSet this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/google/common/collect/Sets$DescendingSet<TE;>;
            0    1     1  fromElement  TE;
    Signature: (TE;)Ljava/util/SortedSet<TE;>;
    MethodParameters:
             Name  Flags
      fromElement  

  public java.util.Comparator<? super E> comparator();
    descriptor: ()Ljava/util/Comparator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // com.google.common.collect.Sets$DescendingSet this
         0: .line 2061
            aload 0 /* this */
            getfield com.google.common.collect.Sets$DescendingSet.forward:Ljava/util/NavigableSet;
            invokeinterface java.util.NavigableSet.comparator:()Ljava/util/Comparator;
            astore 1 /* forwardComparator */
        start local 1 // java.util.Comparator forwardComparator
         1: .line 2062
            aload 1 /* forwardComparator */
            ifnonnull 3
         2: .line 2063
            invokestatic com.google.common.collect.Ordering.natural:()Lcom/google/common/collect/Ordering;
            invokevirtual com.google.common.collect.Ordering.reverse:()Lcom/google/common/collect/Ordering;
            areturn
         3: .line 2065
      StackMap locals: java.util.Comparator
      StackMap stack:
            aload 1 /* forwardComparator */
            invokestatic com.google.common.collect.Sets$DescendingSet.reverse:(Ljava/util/Comparator;)Lcom/google/common/collect/Ordering;
            areturn
        end local 1 // java.util.Comparator forwardComparator
        end local 0 // com.google.common.collect.Sets$DescendingSet this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lcom/google/common/collect/Sets$DescendingSet<TE;>;
            1    4     1  forwardComparator  Ljava/util/Comparator<-TE;>;
    Signature: ()Ljava/util/Comparator<-TE;>;

  private static <T> com.google.common.collect.Ordering<T> reverse(java.util.Comparator<T>);
    descriptor: (Ljava/util/Comparator;)Lcom/google/common/collect/Ordering;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.util.Comparator forward
         0: .line 2071
            aload 0 /* forward */
            invokestatic com.google.common.collect.Ordering.from:(Ljava/util/Comparator;)Lcom/google/common/collect/Ordering;
            invokevirtual com.google.common.collect.Ordering.reverse:()Lcom/google/common/collect/Ordering;
            areturn
        end local 0 // java.util.Comparator forward
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  forward  Ljava/util/Comparator<TT;>;
    Signature: <T:Ljava/lang/Object;>(Ljava/util/Comparator<TT;>;)Lcom/google/common/collect/Ordering<TT;>;
    MethodParameters:
         Name  Flags
      forward  

  public E first();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.Sets$DescendingSet this
         0: .line 2076
            aload 0 /* this */
            getfield com.google.common.collect.Sets$DescendingSet.forward:Ljava/util/NavigableSet;
            invokeinterface java.util.NavigableSet.last:()Ljava/lang/Object;
            areturn
        end local 0 // com.google.common.collect.Sets$DescendingSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/Sets$DescendingSet<TE;>;
    Signature: ()TE;

  public E last();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.Sets$DescendingSet this
         0: .line 2081
            aload 0 /* this */
            getfield com.google.common.collect.Sets$DescendingSet.forward:Ljava/util/NavigableSet;
            invokeinterface java.util.NavigableSet.first:()Ljava/lang/Object;
            areturn
        end local 0 // com.google.common.collect.Sets$DescendingSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/Sets$DescendingSet<TE;>;
    Signature: ()TE;

  public java.util.Iterator<E> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.Sets$DescendingSet this
         0: .line 2086
            aload 0 /* this */
            getfield com.google.common.collect.Sets$DescendingSet.forward:Ljava/util/NavigableSet;
            invokeinterface java.util.NavigableSet.descendingIterator:()Ljava/util/Iterator;
            areturn
        end local 0 // com.google.common.collect.Sets$DescendingSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/Sets$DescendingSet<TE;>;
    Signature: ()Ljava/util/Iterator<TE;>;

  public java.lang.Object[] toArray();
    descriptor: ()[Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.Sets$DescendingSet this
         0: .line 2091
            aload 0 /* this */
            invokevirtual com.google.common.collect.Sets$DescendingSet.standardToArray:()[Ljava/lang/Object;
            areturn
        end local 0 // com.google.common.collect.Sets$DescendingSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/Sets$DescendingSet<TE;>;

  public <T> T[] toArray();
    descriptor: ([Ljava/lang/Object;)[Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.collect.Sets$DescendingSet this
        start local 1 // java.lang.Object[] array
         0: .line 2096
            aload 0 /* this */
            aload 1 /* array */
            invokevirtual com.google.common.collect.Sets$DescendingSet.standardToArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            areturn
        end local 1 // java.lang.Object[] array
        end local 0 // com.google.common.collect.Sets$DescendingSet this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/google/common/collect/Sets$DescendingSet<TE;>;
            0    1     1  array  [Ljava/lang/Object;
    Signature: <T:Ljava/lang/Object;>([TT;)[TT;
    MethodParameters:
       Name  Flags
      array  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.Sets$DescendingSet this
         0: .line 2101
            aload 0 /* this */
            invokevirtual com.google.common.collect.Sets$DescendingSet.standardToString:()Ljava/lang/String;
            areturn
        end local 0 // com.google.common.collect.Sets$DescendingSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/Sets$DescendingSet<TE;>;

  protected java.lang.Object delegate();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.google.common.collect.Sets$DescendingSet.delegate:()Ljava/util/NavigableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected java.util.Collection delegate();
    descriptor: ()Ljava/util/Collection;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.google.common.collect.Sets$DescendingSet.delegate:()Ljava/util/NavigableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected java.util.Set delegate();
    descriptor: ()Ljava/util/Set;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.google.common.collect.Sets$DescendingSet.delegate:()Ljava/util/NavigableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected java.util.SortedSet delegate();
    descriptor: ()Ljava/util/SortedSet;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.google.common.collect.Sets$DescendingSet.delegate:()Ljava/util/NavigableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <E:Ljava/lang/Object;>Lcom/google/common/collect/ForwardingNavigableSet<TE;>;
SourceFile: "Sets.java"
NestHost: com.google.common.collect.Sets
InnerClasses:
  DescendingSet = com.google.common.collect.Sets$DescendingSet of com.google.common.collect.Sets
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.GwtIncompatible()