2022-06-10 21:38:30 +09:00

157 lines
4.1 KiB
Smali

.class public interface abstract Lcom/google/common/collect/RangeMap;
.super Ljava/lang/Object;
.source "RangeMap.java"
# annotations
.annotation build Lcom/google/common/annotations/Beta;
.end annotation
.annotation build Lcom/google/common/annotations/GwtIncompatible;
.end annotation
.annotation runtime Lcom/google/common/collect/ElementTypesAreNonnullByDefault;
.end annotation
.annotation runtime Lcom/google/errorprone/annotations/DoNotMock;
value = "Use ImmutableRangeMap or TreeRangeMap"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"<K::",
"Ljava/lang/Comparable;",
"V:",
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;"
}
.end annotation
# virtual methods
.method public abstract asDescendingMapOfRanges()Ljava/util/Map;
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Ljava/util/Map<",
"Lcom/google/common/collect/Range<",
"TK;>;TV;>;"
}
.end annotation
.end method
.method public abstract asMapOfRanges()Ljava/util/Map;
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Ljava/util/Map<",
"Lcom/google/common/collect/Range<",
"TK;>;TV;>;"
}
.end annotation
.end method
.method public abstract clear()V
.end method
.method public abstract equals(Ljava/lang/Object;)Z
.param p1 # Ljava/lang/Object;
.annotation runtime Ljavax/annotation/CheckForNull;
.end annotation
.end param
.end method
.method public abstract get(Ljava/lang/Comparable;)Ljava/lang/Object;
.annotation system Ldalvik/annotation/Signature;
value = {
"(TK;)TV;"
}
.end annotation
.annotation runtime Ljavax/annotation/CheckForNull;
.end annotation
.end method
.method public abstract getEntry(Ljava/lang/Comparable;)Ljava/util/Map$Entry;
.annotation system Ldalvik/annotation/Signature;
value = {
"(TK;)",
"Ljava/util/Map$Entry<",
"Lcom/google/common/collect/Range<",
"TK;>;TV;>;"
}
.end annotation
.annotation runtime Ljavax/annotation/CheckForNull;
.end annotation
.end method
.method public abstract hashCode()I
.end method
.method public abstract put(Lcom/google/common/collect/Range;Ljava/lang/Object;)V
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/google/common/collect/Range<",
"TK;>;TV;)V"
}
.end annotation
.end method
.method public abstract putAll(Lcom/google/common/collect/RangeMap;)V
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/google/common/collect/RangeMap<",
"TK;TV;>;)V"
}
.end annotation
.end method
.method public abstract putCoalescing(Lcom/google/common/collect/Range;Ljava/lang/Object;)V
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/google/common/collect/Range<",
"TK;>;TV;)V"
}
.end annotation
.end method
.method public abstract remove(Lcom/google/common/collect/Range;)V
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/google/common/collect/Range<",
"TK;>;)V"
}
.end annotation
.end method
.method public abstract span()Lcom/google/common/collect/Range;
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Lcom/google/common/collect/Range<",
"TK;>;"
}
.end annotation
.end method
.method public abstract subRangeMap(Lcom/google/common/collect/Range;)Lcom/google/common/collect/RangeMap;
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/google/common/collect/Range<",
"TK;>;)",
"Lcom/google/common/collect/RangeMap<",
"TK;TV;>;"
}
.end annotation
.end method
.method public abstract toString()Ljava/lang/String;
.end method