class com.google.common.collect.Sets$FilteredNavigableSet<E> extends com.google.common.collect.Sets$FilteredSortedSet<E> implements java.util.NavigableSet<E>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.common.collect.Sets$FilteredNavigableSet
  super_class: com.google.common.collect.Sets$FilteredSortedSet
{
  void <init>(java.util.NavigableSet<E>, com.google.common.base.Predicate<? super E>);
    descriptor: (Ljava/util/NavigableSet;Lcom/google/common/base/Predicate;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.google.common.collect.Sets$FilteredNavigableSet this
        start local 1 // java.util.NavigableSet unfiltered
        start local 2 // com.google.common.base.Predicate predicate
         0: .line 1201
            aload 0 /* this */
            aload 1 /* unfiltered */
            aload 2 /* predicate */
            invokespecial com.google.common.collect.Sets$FilteredSortedSet.<init>:(Ljava/util/SortedSet;Lcom/google/common/base/Predicate;)V
         1: .line 1202
            return
        end local 2 // com.google.common.base.Predicate predicate
        end local 1 // java.util.NavigableSet unfiltered
        end local 0 // com.google.common.collect.Sets$FilteredNavigableSet this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/google/common/collect/Sets$FilteredNavigableSet<TE;>;
            0    2     1  unfiltered  Ljava/util/NavigableSet<TE;>;
            0    2     2   predicate  Lcom/google/common/base/Predicate<-TE;>;
    Signature: (Ljava/util/NavigableSet<TE;>;Lcom/google/common/base/Predicate<-TE;>;)V
    MethodParameters:
            Name  Flags
      unfiltered  
      predicate   

  java.util.NavigableSet<E> unfiltered();
    descriptor: ()Ljava/util/NavigableSet;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.Sets$FilteredNavigableSet this
         0: .line 1205
            aload 0 /* this */
            getfield com.google.common.collect.Sets$FilteredNavigableSet.unfiltered:Ljava/util/Collection;
            checkcast java.util.NavigableSet
            areturn
        end local 0 // com.google.common.collect.Sets$FilteredNavigableSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/Sets$FilteredNavigableSet<TE;>;
    Signature: ()Ljava/util/NavigableSet<TE;>;

  public E lower();
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.google.common.collect.Sets$FilteredNavigableSet this
        start local 1 // java.lang.Object e
         0: .line 1210
            aload 0 /* this */
            invokevirtual com.google.common.collect.Sets$FilteredNavigableSet.unfiltered:()Ljava/util/NavigableSet;
            aload 1 /* e */
            iconst_0
            invokeinterface java.util.NavigableSet.headSet:(Ljava/lang/Object;Z)Ljava/util/NavigableSet;
            invokeinterface java.util.NavigableSet.descendingIterator:()Ljava/util/Iterator;
            aload 0 /* this */
            getfield com.google.common.collect.Sets$FilteredNavigableSet.predicate:Lcom/google/common/base/Predicate;
            aconst_null
            invokestatic com.google.common.collect.Iterators.find:(Ljava/util/Iterator;Lcom/google/common/base/Predicate;Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 1 // java.lang.Object e
        end local 0 // com.google.common.collect.Sets$FilteredNavigableSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/Sets$FilteredNavigableSet<TE;>;
            0    1     1     e  TE;
    Signature: (TE;)TE;
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        org.checkerframework.checker.nullness.qual.Nullable()
    MethodParameters:
      Name  Flags
      e     

  public E floor();
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.google.common.collect.Sets$FilteredNavigableSet this
        start local 1 // java.lang.Object e
         0: .line 1215
            aload 0 /* this */
            invokevirtual com.google.common.collect.Sets$FilteredNavigableSet.unfiltered:()Ljava/util/NavigableSet;
            aload 1 /* e */
            iconst_1
            invokeinterface java.util.NavigableSet.headSet:(Ljava/lang/Object;Z)Ljava/util/NavigableSet;
            invokeinterface java.util.NavigableSet.descendingIterator:()Ljava/util/Iterator;
            aload 0 /* this */
            getfield com.google.common.collect.Sets$FilteredNavigableSet.predicate:Lcom/google/common/base/Predicate;
            aconst_null
            invokestatic com.google.common.collect.Iterators.find:(Ljava/util/Iterator;Lcom/google/common/base/Predicate;Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 1 // java.lang.Object e
        end local 0 // com.google.common.collect.Sets$FilteredNavigableSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/Sets$FilteredNavigableSet<TE;>;
            0    1     1     e  TE;
    Signature: (TE;)TE;
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        org.checkerframework.checker.nullness.qual.Nullable()
    MethodParameters:
      Name  Flags
      e     

  public E ceiling();
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.google.common.collect.Sets$FilteredNavigableSet this
        start local 1 // java.lang.Object e
         0: .line 1220
            aload 0 /* this */
            invokevirtual com.google.common.collect.Sets$FilteredNavigableSet.unfiltered:()Ljava/util/NavigableSet;
            aload 1 /* e */
            iconst_1
            invokeinterface java.util.NavigableSet.tailSet:(Ljava/lang/Object;Z)Ljava/util/NavigableSet;
            aload 0 /* this */
            getfield com.google.common.collect.Sets$FilteredNavigableSet.predicate:Lcom/google/common/base/Predicate;
            aconst_null
            invokestatic com.google.common.collect.Iterables.find:(Ljava/lang/Iterable;Lcom/google/common/base/Predicate;Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 1 // java.lang.Object e
        end local 0 // com.google.common.collect.Sets$FilteredNavigableSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/Sets$FilteredNavigableSet<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=3, locals=2, args_size=2
        start local 0 // com.google.common.collect.Sets$FilteredNavigableSet this
        start local 1 // java.lang.Object e
         0: .line 1225
            aload 0 /* this */
            invokevirtual com.google.common.collect.Sets$FilteredNavigableSet.unfiltered:()Ljava/util/NavigableSet;
            aload 1 /* e */
            iconst_0
            invokeinterface java.util.NavigableSet.tailSet:(Ljava/lang/Object;Z)Ljava/util/NavigableSet;
            aload 0 /* this */
            getfield com.google.common.collect.Sets$FilteredNavigableSet.predicate:Lcom/google/common/base/Predicate;
            aconst_null
            invokestatic com.google.common.collect.Iterables.find:(Ljava/lang/Iterable;Lcom/google/common/base/Predicate;Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 1 // java.lang.Object e
        end local 0 // com.google.common.collect.Sets$FilteredNavigableSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/Sets$FilteredNavigableSet<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=2, locals=1, args_size=1
        start local 0 // com.google.common.collect.Sets$FilteredNavigableSet this
         0: .line 1230
            aload 0 /* this */
            invokevirtual com.google.common.collect.Sets$FilteredNavigableSet.unfiltered:()Ljava/util/NavigableSet;
            aload 0 /* this */
            getfield com.google.common.collect.Sets$FilteredNavigableSet.predicate:Lcom/google/common/base/Predicate;
            invokestatic com.google.common.collect.Iterables.removeFirstMatching:(Ljava/lang/Iterable;Lcom/google/common/base/Predicate;)Ljava/lang/Object;
            areturn
        end local 0 // com.google.common.collect.Sets$FilteredNavigableSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/Sets$FilteredNavigableSet<TE;>;
    Signature: ()TE;

  public E pollLast();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.common.collect.Sets$FilteredNavigableSet this
         0: .line 1235
            aload 0 /* this */
            invokevirtual com.google.common.collect.Sets$FilteredNavigableSet.unfiltered:()Ljava/util/NavigableSet;
            invokeinterface java.util.NavigableSet.descendingSet:()Ljava/util/NavigableSet;
            aload 0 /* this */
            getfield com.google.common.collect.Sets$FilteredNavigableSet.predicate:Lcom/google/common/base/Predicate;
            invokestatic com.google.common.collect.Iterables.removeFirstMatching:(Ljava/lang/Iterable;Lcom/google/common/base/Predicate;)Ljava/lang/Object;
            areturn
        end local 0 // com.google.common.collect.Sets$FilteredNavigableSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/Sets$FilteredNavigableSet<TE;>;
    Signature: ()TE;

  public java.util.NavigableSet<E> descendingSet();
    descriptor: ()Ljava/util/NavigableSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.common.collect.Sets$FilteredNavigableSet this
         0: .line 1240
            aload 0 /* this */
            invokevirtual com.google.common.collect.Sets$FilteredNavigableSet.unfiltered:()Ljava/util/NavigableSet;
            invokeinterface java.util.NavigableSet.descendingSet:()Ljava/util/NavigableSet;
            aload 0 /* this */
            getfield com.google.common.collect.Sets$FilteredNavigableSet.predicate:Lcom/google/common/base/Predicate;
            invokestatic com.google.common.collect.Sets.filter:(Ljava/util/NavigableSet;Lcom/google/common/base/Predicate;)Ljava/util/NavigableSet;
            areturn
        end local 0 // com.google.common.collect.Sets$FilteredNavigableSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/Sets$FilteredNavigableSet<TE;>;
    Signature: ()Ljava/util/NavigableSet<TE;>;

  public java.util.Iterator<E> descendingIterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.common.collect.Sets$FilteredNavigableSet this
         0: .line 1245
            aload 0 /* this */
            invokevirtual com.google.common.collect.Sets$FilteredNavigableSet.unfiltered:()Ljava/util/NavigableSet;
            invokeinterface java.util.NavigableSet.descendingIterator:()Ljava/util/Iterator;
            aload 0 /* this */
            getfield com.google.common.collect.Sets$FilteredNavigableSet.predicate:Lcom/google/common/base/Predicate;
            invokestatic com.google.common.collect.Iterators.filter:(Ljava/util/Iterator;Lcom/google/common/base/Predicate;)Lcom/google/common/collect/UnmodifiableIterator;
            areturn
        end local 0 // com.google.common.collect.Sets$FilteredNavigableSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/Sets$FilteredNavigableSet<TE;>;
    Signature: ()Ljava/util/Iterator<TE;>;

  public E last();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.common.collect.Sets$FilteredNavigableSet this
         0: .line 1250
            aload 0 /* this */
            invokevirtual com.google.common.collect.Sets$FilteredNavigableSet.unfiltered:()Ljava/util/NavigableSet;
            invokeinterface java.util.NavigableSet.descendingIterator:()Ljava/util/Iterator;
            aload 0 /* this */
            getfield com.google.common.collect.Sets$FilteredNavigableSet.predicate:Lcom/google/common/base/Predicate;
            invokestatic com.google.common.collect.Iterators.find:(Ljava/util/Iterator;Lcom/google/common/base/Predicate;)Ljava/lang/Object;
            areturn
        end local 0 // com.google.common.collect.Sets$FilteredNavigableSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/Sets$FilteredNavigableSet<TE;>;
    Signature: ()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$FilteredNavigableSet 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 1257
            aload 0 /* this */
            invokevirtual com.google.common.collect.Sets$FilteredNavigableSet.unfiltered:()Ljava/util/NavigableSet;
            aload 1 /* fromElement */
            iload 2 /* fromInclusive */
            aload 3 /* toElement */
            iload 4 /* toInclusive */
            invokeinterface java.util.NavigableSet.subSet:(Ljava/lang/Object;ZLjava/lang/Object;Z)Ljava/util/NavigableSet;
            aload 0 /* this */
            getfield com.google.common.collect.Sets$FilteredNavigableSet.predicate:Lcom/google/common/base/Predicate;
         1: .line 1256
            invokestatic com.google.common.collect.Sets.filter:(Ljava/util/NavigableSet;Lcom/google/common/base/Predicate;)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$FilteredNavigableSet this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/google/common/collect/Sets$FilteredNavigableSet<TE;>;
            0    2     1    fromElement  TE;
            0    2     2  fromInclusive  Z
            0    2     3      toElement  TE;
            0    2     4    toInclusive  Z
    Signature: (TE;ZTE;Z)Ljava/util/NavigableSet<TE;>;
    MethodParameters:
               Name  Flags
      fromElement    
      fromInclusive  
      toElement      
      toInclusive    

  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$FilteredNavigableSet this
        start local 1 // java.lang.Object toElement
        start local 2 // boolean inclusive
         0: .line 1262
            aload 0 /* this */
            invokevirtual com.google.common.collect.Sets$FilteredNavigableSet.unfiltered:()Ljava/util/NavigableSet;
            aload 1 /* toElement */
            iload 2 /* inclusive */
            invokeinterface java.util.NavigableSet.headSet:(Ljava/lang/Object;Z)Ljava/util/NavigableSet;
            aload 0 /* this */
            getfield com.google.common.collect.Sets$FilteredNavigableSet.predicate:Lcom/google/common/base/Predicate;
            invokestatic com.google.common.collect.Sets.filter:(Ljava/util/NavigableSet;Lcom/google/common/base/Predicate;)Ljava/util/NavigableSet;
            areturn
        end local 2 // boolean inclusive
        end local 1 // java.lang.Object toElement
        end local 0 // com.google.common.collect.Sets$FilteredNavigableSet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/google/common/collect/Sets$FilteredNavigableSet<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.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$FilteredNavigableSet this
        start local 1 // java.lang.Object fromElement
        start local 2 // boolean inclusive
         0: .line 1267
            aload 0 /* this */
            invokevirtual com.google.common.collect.Sets$FilteredNavigableSet.unfiltered:()Ljava/util/NavigableSet;
            aload 1 /* fromElement */
            iload 2 /* inclusive */
            invokeinterface java.util.NavigableSet.tailSet:(Ljava/lang/Object;Z)Ljava/util/NavigableSet;
            aload 0 /* this */
            getfield com.google.common.collect.Sets$FilteredNavigableSet.predicate:Lcom/google/common/base/Predicate;
            invokestatic com.google.common.collect.Sets.filter:(Ljava/util/NavigableSet;Lcom/google/common/base/Predicate;)Ljava/util/NavigableSet;
            areturn
        end local 2 // boolean inclusive
        end local 1 // java.lang.Object fromElement
        end local 0 // com.google.common.collect.Sets$FilteredNavigableSet this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/google/common/collect/Sets$FilteredNavigableSet<TE;>;
            0    1     1  fromElement  TE;
            0    1     2    inclusive  Z
    Signature: (TE;Z)Ljava/util/NavigableSet<TE;>;
    MethodParameters:
             Name  Flags
      fromElement  
      inclusive    
}
Signature: <E:Ljava/lang/Object;>Lcom/google/common/collect/Sets$FilteredSortedSet<TE;>;Ljava/util/NavigableSet<TE;>;
SourceFile: "Sets.java"
NestHost: com.google.common.collect.Sets
InnerClasses:
  private FilteredNavigableSet = com.google.common.collect.Sets$FilteredNavigableSet of com.google.common.collect.Sets
  private FilteredSortedSet = com.google.common.collect.Sets$FilteredSortedSet of com.google.common.collect.Sets
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.GwtIncompatible()