tmap/smali_classes3/com/google/common/collect/EmptyContiguousSet.smali
2022-06-10 21:38:30 +09:00

468 lines
11 KiB
Smali

.class final Lcom/google/common/collect/EmptyContiguousSet;
.super Lcom/google/common/collect/ContiguousSet;
.source "EmptyContiguousSet.java"
# annotations
.annotation build Lcom/google/common/annotations/GwtCompatible;
emulated = true
.end annotation
.annotation runtime Lcom/google/common/collect/ElementTypesAreNonnullByDefault;
.end annotation
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/google/common/collect/EmptyContiguousSet$SerializedForm;
}
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"<C::",
"Ljava/lang/Comparable;",
">",
"Lcom/google/common/collect/ContiguousSet<",
"TC;>;"
}
.end annotation
# direct methods
.method public constructor <init>(Lcom/google/common/collect/DiscreteDomain;)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/google/common/collect/DiscreteDomain<",
"TC;>;)V"
}
.end annotation
.line 1
invoke-direct {p0, p1}, Lcom/google/common/collect/ContiguousSet;-><init>(Lcom/google/common/collect/DiscreteDomain;)V
return-void
.end method
# virtual methods
.method public asList()Lcom/google/common/collect/ImmutableList;
.locals 1
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Lcom/google/common/collect/ImmutableList<",
"TC;>;"
}
.end annotation
.line 1
invoke-static {}, Lcom/google/common/collect/ImmutableList;->of()Lcom/google/common/collect/ImmutableList;
move-result-object v0
return-object v0
.end method
.method public contains(Ljava/lang/Object;)Z
.locals 0
.param p1 # Ljava/lang/Object;
.annotation runtime Ljavax/annotation/CheckForNull;
.end annotation
.end param
const/4 p1, 0x0
return p1
.end method
.method public createDescendingSet()Lcom/google/common/collect/ImmutableSortedSet;
.locals 1
.annotation build Lcom/google/common/annotations/GwtIncompatible;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Lcom/google/common/collect/ImmutableSortedSet<",
"TC;>;"
}
.end annotation
.line 1
invoke-static {}, Lcom/google/common/collect/Ordering;->natural()Lcom/google/common/collect/Ordering;
move-result-object v0
invoke-virtual {v0}, Lcom/google/common/collect/Ordering;->reverse()Lcom/google/common/collect/Ordering;
move-result-object v0
invoke-static {v0}, Lcom/google/common/collect/ImmutableSortedSet;->emptySet(Ljava/util/Comparator;)Lcom/google/common/collect/RegularImmutableSortedSet;
move-result-object v0
return-object v0
.end method
.method public descendingIterator()Lcom/google/common/collect/UnmodifiableIterator;
.locals 1
.annotation build Lcom/google/common/annotations/GwtIncompatible;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Lcom/google/common/collect/UnmodifiableIterator<",
"TC;>;"
}
.end annotation
.line 2
invoke-static {}, Lcom/google/common/collect/Iterators;->emptyIterator()Lcom/google/common/collect/UnmodifiableIterator;
move-result-object v0
return-object v0
.end method
.method public bridge synthetic descendingIterator()Ljava/util/Iterator;
.locals 1
.annotation build Lcom/google/common/annotations/GwtIncompatible;
.end annotation
.line 1
invoke-virtual {p0}, Lcom/google/common/collect/EmptyContiguousSet;->descendingIterator()Lcom/google/common/collect/UnmodifiableIterator;
move-result-object v0
return-object v0
.end method
.method public equals(Ljava/lang/Object;)Z
.locals 1
.param p1 # Ljava/lang/Object;
.annotation runtime Ljavax/annotation/CheckForNull;
.end annotation
.end param
.line 1
instance-of v0, p1, Ljava/util/Set;
if-eqz v0, :cond_0
.line 2
check-cast p1, Ljava/util/Set;
.line 3
invoke-interface {p1}, Ljava/util/Set;->isEmpty()Z
move-result p1
return p1
:cond_0
const/4 p1, 0x0
return p1
.end method
.method public first()Ljava/lang/Comparable;
.locals 1
.annotation system Ldalvik/annotation/Signature;
value = {
"()TC;"
}
.end annotation
.line 2
new-instance v0, Ljava/util/NoSuchElementException;
invoke-direct {v0}, Ljava/util/NoSuchElementException;-><init>()V
throw v0
.end method
.method public bridge synthetic first()Ljava/lang/Object;
.locals 1
.line 1
invoke-virtual {p0}, Lcom/google/common/collect/EmptyContiguousSet;->first()Ljava/lang/Comparable;
move-result-object v0
return-object v0
.end method
.method public hashCode()I
.locals 1
const/4 v0, 0x0
return v0
.end method
.method public headSetImpl(Ljava/lang/Comparable;Z)Lcom/google/common/collect/ContiguousSet;
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"(TC;Z)",
"Lcom/google/common/collect/ContiguousSet<",
"TC;>;"
}
.end annotation
return-object p0
.end method
.method public bridge synthetic headSetImpl(Ljava/lang/Object;Z)Lcom/google/common/collect/ImmutableSortedSet;
.locals 0
.line 1
check-cast p1, Ljava/lang/Comparable;
invoke-virtual {p0, p1, p2}, Lcom/google/common/collect/EmptyContiguousSet;->headSetImpl(Ljava/lang/Comparable;Z)Lcom/google/common/collect/ContiguousSet;
move-result-object p1
return-object p1
.end method
.method public indexOf(Ljava/lang/Object;)I
.locals 0
.param p1 # Ljava/lang/Object;
.annotation runtime Ljavax/annotation/CheckForNull;
.end annotation
.end param
.annotation build Lcom/google/common/annotations/GwtIncompatible;
.end annotation
const/4 p1, -0x1
return p1
.end method
.method public intersection(Lcom/google/common/collect/ContiguousSet;)Lcom/google/common/collect/ContiguousSet;
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/google/common/collect/ContiguousSet<",
"TC;>;)",
"Lcom/google/common/collect/ContiguousSet<",
"TC;>;"
}
.end annotation
return-object p0
.end method
.method public isEmpty()Z
.locals 1
const/4 v0, 0x1
return v0
.end method
.method public isHashCodeFast()Z
.locals 1
.annotation build Lcom/google/common/annotations/GwtIncompatible;
.end annotation
const/4 v0, 0x1
return v0
.end method
.method public isPartialView()Z
.locals 1
const/4 v0, 0x0
return v0
.end method
.method public iterator()Lcom/google/common/collect/UnmodifiableIterator;
.locals 1
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Lcom/google/common/collect/UnmodifiableIterator<",
"TC;>;"
}
.end annotation
.line 2
invoke-static {}, Lcom/google/common/collect/Iterators;->emptyIterator()Lcom/google/common/collect/UnmodifiableIterator;
move-result-object v0
return-object v0
.end method
.method public bridge synthetic iterator()Ljava/util/Iterator;
.locals 1
.line 1
invoke-virtual {p0}, Lcom/google/common/collect/EmptyContiguousSet;->iterator()Lcom/google/common/collect/UnmodifiableIterator;
move-result-object v0
return-object v0
.end method
.method public last()Ljava/lang/Comparable;
.locals 1
.annotation system Ldalvik/annotation/Signature;
value = {
"()TC;"
}
.end annotation
.line 2
new-instance v0, Ljava/util/NoSuchElementException;
invoke-direct {v0}, Ljava/util/NoSuchElementException;-><init>()V
throw v0
.end method
.method public bridge synthetic last()Ljava/lang/Object;
.locals 1
.line 1
invoke-virtual {p0}, Lcom/google/common/collect/EmptyContiguousSet;->last()Ljava/lang/Comparable;
move-result-object v0
return-object v0
.end method
.method public range()Lcom/google/common/collect/Range;
.locals 1
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Lcom/google/common/collect/Range<",
"TC;>;"
}
.end annotation
.line 1
new-instance v0, Ljava/util/NoSuchElementException;
invoke-direct {v0}, Ljava/util/NoSuchElementException;-><init>()V
throw v0
.end method
.method public range(Lcom/google/common/collect/BoundType;Lcom/google/common/collect/BoundType;)Lcom/google/common/collect/Range;
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/google/common/collect/BoundType;",
"Lcom/google/common/collect/BoundType;",
")",
"Lcom/google/common/collect/Range<",
"TC;>;"
}
.end annotation
.line 2
new-instance p1, Ljava/util/NoSuchElementException;
invoke-direct {p1}, Ljava/util/NoSuchElementException;-><init>()V
throw p1
.end method
.method public size()I
.locals 1
const/4 v0, 0x0
return v0
.end method
.method public subSetImpl(Ljava/lang/Comparable;ZLjava/lang/Comparable;Z)Lcom/google/common/collect/ContiguousSet;
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"(TC;ZTC;Z)",
"Lcom/google/common/collect/ContiguousSet<",
"TC;>;"
}
.end annotation
return-object p0
.end method
.method public bridge synthetic subSetImpl(Ljava/lang/Object;ZLjava/lang/Object;Z)Lcom/google/common/collect/ImmutableSortedSet;
.locals 0
.line 1
check-cast p1, Ljava/lang/Comparable;
check-cast p3, Ljava/lang/Comparable;
invoke-virtual {p0, p1, p2, p3, p4}, Lcom/google/common/collect/EmptyContiguousSet;->subSetImpl(Ljava/lang/Comparable;ZLjava/lang/Comparable;Z)Lcom/google/common/collect/ContiguousSet;
move-result-object p1
return-object p1
.end method
.method public tailSetImpl(Ljava/lang/Comparable;Z)Lcom/google/common/collect/ContiguousSet;
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"(TC;Z)",
"Lcom/google/common/collect/ContiguousSet<",
"TC;>;"
}
.end annotation
return-object p0
.end method
.method public bridge synthetic tailSetImpl(Ljava/lang/Object;Z)Lcom/google/common/collect/ImmutableSortedSet;
.locals 0
.line 1
check-cast p1, Ljava/lang/Comparable;
invoke-virtual {p0, p1, p2}, Lcom/google/common/collect/EmptyContiguousSet;->tailSetImpl(Ljava/lang/Comparable;Z)Lcom/google/common/collect/ContiguousSet;
move-result-object p1
return-object p1
.end method
.method public toString()Ljava/lang/String;
.locals 1
const-string v0, "[]"
return-object v0
.end method
.method public writeReplace()Ljava/lang/Object;
.locals 3
.annotation build Lcom/google/common/annotations/GwtIncompatible;
.end annotation
.line 1
new-instance v0, Lcom/google/common/collect/EmptyContiguousSet$SerializedForm;
iget-object v1, p0, Lcom/google/common/collect/ContiguousSet;->domain:Lcom/google/common/collect/DiscreteDomain;
const/4 v2, 0x0
invoke-direct {v0, v1, v2}, Lcom/google/common/collect/EmptyContiguousSet$SerializedForm;-><init>(Lcom/google/common/collect/DiscreteDomain;Lcom/google/common/collect/EmptyContiguousSet$1;)V
return-object v0
.end method