final class com.google.common.collect.EmptyContiguousSet<C extends java.lang.Comparable> extends com.google.common.collect.ContiguousSet<C>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.google.common.collect.EmptyContiguousSet
  super_class: com.google.common.collect.ContiguousSet
{
  void <init>(com.google.common.collect.DiscreteDomain<C>);
    descriptor: (Lcom/google/common/collect/DiscreteDomain;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.collect.EmptyContiguousSet this
        start local 1 // com.google.common.collect.DiscreteDomain domain
         0: .line 32
            aload 0 /* this */
            aload 1 /* domain */
            invokespecial com.google.common.collect.ContiguousSet.<init>:(Lcom/google/common/collect/DiscreteDomain;)V
         1: .line 33
            return
        end local 1 // com.google.common.collect.DiscreteDomain domain
        end local 0 // com.google.common.collect.EmptyContiguousSet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/google/common/collect/EmptyContiguousSet<TC;>;
            0    2     1  domain  Lcom/google/common/collect/DiscreteDomain<TC;>;
    Signature: (Lcom/google/common/collect/DiscreteDomain<TC;>;)V
    MethodParameters:
        Name  Flags
      domain  

  public C first();
    descriptor: ()Ljava/lang/Comparable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.common.collect.EmptyContiguousSet this
         0: .line 37
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
        end local 0 // com.google.common.collect.EmptyContiguousSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/EmptyContiguousSet<TC;>;
    Signature: ()TC;

  public C last();
    descriptor: ()Ljava/lang/Comparable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.common.collect.EmptyContiguousSet this
         0: .line 42
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
        end local 0 // com.google.common.collect.EmptyContiguousSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/EmptyContiguousSet<TC;>;
    Signature: ()TC;

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.EmptyContiguousSet this
         0: .line 47
            iconst_0
            ireturn
        end local 0 // com.google.common.collect.EmptyContiguousSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/EmptyContiguousSet<TC;>;

  public com.google.common.collect.ContiguousSet<C> intersection(com.google.common.collect.ContiguousSet<C>);
    descriptor: (Lcom/google/common/collect/ContiguousSet;)Lcom/google/common/collect/ContiguousSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.google.common.collect.EmptyContiguousSet this
        start local 1 // com.google.common.collect.ContiguousSet other
         0: .line 52
            aload 0 /* this */
            areturn
        end local 1 // com.google.common.collect.ContiguousSet other
        end local 0 // com.google.common.collect.EmptyContiguousSet this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/google/common/collect/EmptyContiguousSet<TC;>;
            0    1     1  other  Lcom/google/common/collect/ContiguousSet<TC;>;
    Signature: (Lcom/google/common/collect/ContiguousSet<TC;>;)Lcom/google/common/collect/ContiguousSet<TC;>;
    MethodParameters:
       Name  Flags
      other  

  public com.google.common.collect.Range<C> range();
    descriptor: ()Lcom/google/common/collect/Range;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.common.collect.EmptyContiguousSet this
         0: .line 57
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
        end local 0 // com.google.common.collect.EmptyContiguousSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/EmptyContiguousSet<TC;>;
    Signature: ()Lcom/google/common/collect/Range<TC;>;

  public com.google.common.collect.Range<C> range(com.google.common.collect.BoundType, com.google.common.collect.BoundType);
    descriptor: (Lcom/google/common/collect/BoundType;Lcom/google/common/collect/BoundType;)Lcom/google/common/collect/Range;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.google.common.collect.EmptyContiguousSet this
        start local 1 // com.google.common.collect.BoundType lowerBoundType
        start local 2 // com.google.common.collect.BoundType upperBoundType
         0: .line 62
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
        end local 2 // com.google.common.collect.BoundType upperBoundType
        end local 1 // com.google.common.collect.BoundType lowerBoundType
        end local 0 // com.google.common.collect.EmptyContiguousSet this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lcom/google/common/collect/EmptyContiguousSet<TC;>;
            0    1     1  lowerBoundType  Lcom/google/common/collect/BoundType;
            0    1     2  upperBoundType  Lcom/google/common/collect/BoundType;
    Signature: (Lcom/google/common/collect/BoundType;Lcom/google/common/collect/BoundType;)Lcom/google/common/collect/Range<TC;>;
    MethodParameters:
                Name  Flags
      lowerBoundType  
      upperBoundType  

  com.google.common.collect.ContiguousSet<C> headSetImpl(C, boolean);
    descriptor: (Ljava/lang/Comparable;Z)Lcom/google/common/collect/ContiguousSet;
    flags: (0x0000) 
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.google.common.collect.EmptyContiguousSet this
        start local 1 // java.lang.Comparable toElement
        start local 2 // boolean inclusive
         0: .line 67
            aload 0 /* this */
            areturn
        end local 2 // boolean inclusive
        end local 1 // java.lang.Comparable toElement
        end local 0 // com.google.common.collect.EmptyContiguousSet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/google/common/collect/EmptyContiguousSet<TC;>;
            0    1     1  toElement  TC;
            0    1     2  inclusive  Z
    Signature: (TC;Z)Lcom/google/common/collect/ContiguousSet<TC;>;
    MethodParameters:
           Name  Flags
      toElement  
      inclusive  

  com.google.common.collect.ContiguousSet<C> subSetImpl(C, boolean, C, boolean);
    descriptor: (Ljava/lang/Comparable;ZLjava/lang/Comparable;Z)Lcom/google/common/collect/ContiguousSet;
    flags: (0x0000) 
    Code:
      stack=1, locals=5, args_size=5
        start local 0 // com.google.common.collect.EmptyContiguousSet this
        start local 1 // java.lang.Comparable fromElement
        start local 2 // boolean fromInclusive
        start local 3 // java.lang.Comparable toElement
        start local 4 // boolean toInclusive
         0: .line 73
            aload 0 /* this */
            areturn
        end local 4 // boolean toInclusive
        end local 3 // java.lang.Comparable toElement
        end local 2 // boolean fromInclusive
        end local 1 // java.lang.Comparable fromElement
        end local 0 // com.google.common.collect.EmptyContiguousSet this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lcom/google/common/collect/EmptyContiguousSet<TC;>;
            0    1     1    fromElement  TC;
            0    1     2  fromInclusive  Z
            0    1     3      toElement  TC;
            0    1     4    toInclusive  Z
    Signature: (TC;ZTC;Z)Lcom/google/common/collect/ContiguousSet<TC;>;
    MethodParameters:
               Name  Flags
      fromElement    
      fromInclusive  
      toElement      
      toInclusive    

  com.google.common.collect.ContiguousSet<C> tailSetImpl(C, boolean);
    descriptor: (Ljava/lang/Comparable;Z)Lcom/google/common/collect/ContiguousSet;
    flags: (0x0000) 
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.google.common.collect.EmptyContiguousSet this
        start local 1 // java.lang.Comparable fromElement
        start local 2 // boolean fromInclusive
         0: .line 78
            aload 0 /* this */
            areturn
        end local 2 // boolean fromInclusive
        end local 1 // java.lang.Comparable fromElement
        end local 0 // com.google.common.collect.EmptyContiguousSet this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lcom/google/common/collect/EmptyContiguousSet<TC;>;
            0    1     1    fromElement  TC;
            0    1     2  fromInclusive  Z
    Signature: (TC;Z)Lcom/google/common/collect/ContiguousSet<TC;>;
    MethodParameters:
               Name  Flags
      fromElement    
      fromInclusive  

  public boolean contains(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.google.common.collect.EmptyContiguousSet this
        start local 1 // java.lang.Object object
         0: .line 83
            iconst_0
            ireturn
        end local 1 // java.lang.Object object
        end local 0 // com.google.common.collect.EmptyContiguousSet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/google/common/collect/EmptyContiguousSet<TC;>;
            0    1     1  object  Ljava/lang/Object;
    MethodParameters:
        Name  Flags
      object  

  int indexOf(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.google.common.collect.EmptyContiguousSet this
        start local 1 // java.lang.Object target
         0: .line 89
            iconst_m1
            ireturn
        end local 1 // java.lang.Object target
        end local 0 // com.google.common.collect.EmptyContiguousSet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/google/common/collect/EmptyContiguousSet<TC;>;
            0    1     1  target  Ljava/lang/Object;
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.GwtIncompatible()
    MethodParameters:
        Name  Flags
      target  

  public com.google.common.collect.UnmodifiableIterator<C> iterator();
    descriptor: ()Lcom/google/common/collect/UnmodifiableIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.EmptyContiguousSet this
         0: .line 94
            invokestatic com.google.common.collect.Iterators.emptyIterator:()Lcom/google/common/collect/UnmodifiableIterator;
            areturn
        end local 0 // com.google.common.collect.EmptyContiguousSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/EmptyContiguousSet<TC;>;
    Signature: ()Lcom/google/common/collect/UnmodifiableIterator<TC;>;

  public com.google.common.collect.UnmodifiableIterator<C> descendingIterator();
    descriptor: ()Lcom/google/common/collect/UnmodifiableIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.EmptyContiguousSet this
         0: .line 100
            invokestatic com.google.common.collect.Iterators.emptyIterator:()Lcom/google/common/collect/UnmodifiableIterator;
            areturn
        end local 0 // com.google.common.collect.EmptyContiguousSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/EmptyContiguousSet<TC;>;
    Signature: ()Lcom/google/common/collect/UnmodifiableIterator<TC;>;
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.GwtIncompatible()

  boolean isPartialView();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.EmptyContiguousSet this
         0: .line 105
            iconst_0
            ireturn
        end local 0 // com.google.common.collect.EmptyContiguousSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/EmptyContiguousSet<TC;>;

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.EmptyContiguousSet this
         0: .line 110
            iconst_1
            ireturn
        end local 0 // com.google.common.collect.EmptyContiguousSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/EmptyContiguousSet<TC;>;

  public com.google.common.collect.ImmutableList<C> asList();
    descriptor: ()Lcom/google/common/collect/ImmutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.EmptyContiguousSet this
         0: .line 115
            invokestatic com.google.common.collect.ImmutableList.of:()Lcom/google/common/collect/ImmutableList;
            areturn
        end local 0 // com.google.common.collect.EmptyContiguousSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/EmptyContiguousSet<TC;>;
    Signature: ()Lcom/google/common/collect/ImmutableList<TC;>;

  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.EmptyContiguousSet this
         0: .line 120
            ldc "[]"
            areturn
        end local 0 // com.google.common.collect.EmptyContiguousSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/EmptyContiguousSet<TC;>;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=2
        start local 0 // com.google.common.collect.EmptyContiguousSet this
        start local 1 // java.lang.Object object
         0: .line 125
            aload 1 /* object */
            instanceof java.util.Set
            ifeq 3
         1: .line 126
            aload 1 /* object */
            checkcast java.util.Set
            astore 2 /* that */
        start local 2 // java.util.Set that
         2: .line 127
            aload 2 /* that */
            invokeinterface java.util.Set.isEmpty:()Z
            ireturn
        end local 2 // java.util.Set that
         3: .line 129
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object object
        end local 0 // com.google.common.collect.EmptyContiguousSet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/google/common/collect/EmptyContiguousSet<TC;>;
            0    4     1  object  Ljava/lang/Object;
            2    3     2    that  Ljava/util/Set<*>;
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        org.checkerframework.checker.nullness.qual.Nullable()
    MethodParameters:
        Name  Flags
      object  

  boolean isHashCodeFast();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.EmptyContiguousSet this
         0: .line 135
            iconst_1
            ireturn
        end local 0 // com.google.common.collect.EmptyContiguousSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/EmptyContiguousSet<TC;>;
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.GwtIncompatible()

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.EmptyContiguousSet this
         0: .line 140
            iconst_0
            ireturn
        end local 0 // com.google.common.collect.EmptyContiguousSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/EmptyContiguousSet<TC;>;

  java.lang.Object writeReplace();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.common.collect.EmptyContiguousSet this
         0: .line 161
            new com.google.common.collect.EmptyContiguousSet$SerializedForm
            dup
            aload 0 /* this */
            getfield com.google.common.collect.EmptyContiguousSet.domain:Lcom/google/common/collect/DiscreteDomain;
            invokespecial com.google.common.collect.EmptyContiguousSet$SerializedForm.<init>:(Lcom/google/common/collect/DiscreteDomain;)V
            areturn
        end local 0 // com.google.common.collect.EmptyContiguousSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/EmptyContiguousSet<TC;>;
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.GwtIncompatible()

  com.google.common.collect.ImmutableSortedSet<C> createDescendingSet();
    descriptor: ()Lcom/google/common/collect/ImmutableSortedSet;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.EmptyContiguousSet this
         0: .line 166
            invokestatic com.google.common.collect.Ordering.natural:()Lcom/google/common/collect/Ordering;
            invokevirtual com.google.common.collect.Ordering.reverse:()Lcom/google/common/collect/Ordering;
            invokestatic com.google.common.collect.ImmutableSortedSet.emptySet:(Ljava/util/Comparator;)Lcom/google/common/collect/RegularImmutableSortedSet;
            areturn
        end local 0 // com.google.common.collect.EmptyContiguousSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/EmptyContiguousSet<TC;>;
    Signature: ()Lcom/google/common/collect/ImmutableSortedSet<TC;>;
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.GwtIncompatible()

  com.google.common.collect.ImmutableSortedSet subSetImpl(java.lang.Object, boolean, java.lang.Object, boolean);
    descriptor: (Ljava/lang/Object;ZLjava/lang/Object;Z)Lcom/google/common/collect/ImmutableSortedSet;
    flags: (0x1040) ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Comparable
            iload 2
            aload 3
            checkcast java.lang.Comparable
            iload 4
            invokevirtual com.google.common.collect.EmptyContiguousSet.subSetImpl:(Ljava/lang/Comparable;ZLjava/lang/Comparable;Z)Lcom/google/common/collect/ContiguousSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object last();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.google.common.collect.EmptyContiguousSet.last:()Ljava/lang/Comparable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  com.google.common.collect.ImmutableSortedSet tailSetImpl(java.lang.Object, boolean);
    descriptor: (Ljava/lang/Object;Z)Lcom/google/common/collect/ImmutableSortedSet;
    flags: (0x1040) ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Comparable
            iload 2
            invokevirtual com.google.common.collect.EmptyContiguousSet.tailSetImpl:(Ljava/lang/Comparable;Z)Lcom/google/common/collect/ContiguousSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.util.Iterator iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.google.common.collect.EmptyContiguousSet.iterator:()Lcom/google/common/collect/UnmodifiableIterator;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  com.google.common.collect.ImmutableSortedSet headSetImpl(java.lang.Object, boolean);
    descriptor: (Ljava/lang/Object;Z)Lcom/google/common/collect/ImmutableSortedSet;
    flags: (0x1040) ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Comparable
            iload 2
            invokevirtual com.google.common.collect.EmptyContiguousSet.headSetImpl:(Ljava/lang/Comparable;Z)Lcom/google/common/collect/ContiguousSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.util.Iterator descendingIterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.google.common.collect.EmptyContiguousSet.descendingIterator:()Lcom/google/common/collect/UnmodifiableIterator;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object first();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.google.common.collect.EmptyContiguousSet.first:()Ljava/lang/Comparable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <C::Ljava/lang/Comparable;>Lcom/google/common/collect/ContiguousSet<TC;>;
SourceFile: "EmptyContiguousSet.java"
NestMembers:
  com.google.common.collect.EmptyContiguousSet$SerializedForm
InnerClasses:
  private final SerializedForm = com.google.common.collect.EmptyContiguousSet$SerializedForm of com.google.common.collect.EmptyContiguousSet
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.GwtCompatible(emulated = true)