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 start local 1 0: aload 0
aload 1
invokespecial com.google.common.collect.ContiguousSet.<init>:(Lcom/google/common/collect/DiscreteDomain;)V
1: return
end local 1 end local 0 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 0: new java.util.NoSuchElementException
dup
invokespecial java.util.NoSuchElementException.<init>:()V
athrow
end local 0 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 0: new java.util.NoSuchElementException
dup
invokespecial java.util.NoSuchElementException.<init>:()V
athrow
end local 0 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 0: iconst_0
ireturn
end local 0 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 start local 1 0: aload 0
areturn
end local 1 end local 0 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 0: new java.util.NoSuchElementException
dup
invokespecial java.util.NoSuchElementException.<init>:()V
athrow
end local 0 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 start local 1 start local 2 0: new java.util.NoSuchElementException
dup
invokespecial java.util.NoSuchElementException.<init>:()V
athrow
end local 2 end local 1 end local 0 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 start local 1 start local 2 0: aload 0
areturn
end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 start local 4 0: aload 0
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 0: aload 0
areturn
end local 2 end local 1 end local 0 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 start local 1 0: iconst_0
ireturn
end local 1 end local 0 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 start local 1 0: iconst_m1
ireturn
end local 1 end local 0 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 0: invokestatic com.google.common.collect.Iterators.emptyIterator:()Lcom/google/common/collect/UnmodifiableIterator;
areturn
end local 0 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 0: invokestatic com.google.common.collect.Iterators.emptyIterator:()Lcom/google/common/collect/UnmodifiableIterator;
areturn
end local 0 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 0: iconst_0
ireturn
end local 0 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 0: iconst_1
ireturn
end local 0 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 0: invokestatic com.google.common.collect.ImmutableList.of:()Lcom/google/common/collect/ImmutableList;
areturn
end local 0 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 0: ldc "[]"
areturn
end local 0 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 start local 1 0: aload 1
instanceof java.util.Set
ifeq 3
1: aload 1
checkcast java.util.Set
astore 2
start local 2 2: aload 2
invokeinterface java.util.Set.isEmpty:()Z
ireturn
end local 2 3: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 1 end local 0 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 0: iconst_1
ireturn
end local 0 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 0: iconst_0
ireturn
end local 0 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 0: new com.google.common.collect.EmptyContiguousSet$SerializedForm
dup
aload 0
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 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 0: 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 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: 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: 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: 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: 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: 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: 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: 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)