final class it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap extends it.unimi.dsi.fastutil.chars.AbstractChar2ReferenceSortedMap<V> implements java.io.Serializable
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap
super_class: it.unimi.dsi.fastutil.chars.AbstractChar2ReferenceSortedMap
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: -7046029254386353129
char from;
descriptor: C
flags: (0x0000)
char to;
descriptor: C
flags: (0x0000)
boolean bottom;
descriptor: Z
flags: (0x0000)
boolean top;
descriptor: Z
flags: (0x0000)
protected transient it.unimi.dsi.fastutil.objects.ObjectSortedSet<it.unimi.dsi.fastutil.chars.Char2ReferenceMap$Entry<V>> entries;
descriptor: Lit/unimi/dsi/fastutil/objects/ObjectSortedSet;
flags: (0x0084) ACC_PROTECTED, ACC_TRANSIENT
Signature: Lit/unimi/dsi/fastutil/objects/ObjectSortedSet<Lit/unimi/dsi/fastutil/chars/Char2ReferenceMap$Entry<TV;>;>;
protected transient it.unimi.dsi.fastutil.chars.CharSortedSet keys;
descriptor: Lit/unimi/dsi/fastutil/chars/CharSortedSet;
flags: (0x0084) ACC_PROTECTED, ACC_TRANSIENT
protected transient it.unimi.dsi.fastutil.objects.ReferenceCollection<V> values;
descriptor: Lit/unimi/dsi/fastutil/objects/ReferenceCollection;
flags: (0x0084) ACC_PROTECTED, ACC_TRANSIENT
Signature: Lit/unimi/dsi/fastutil/objects/ReferenceCollection<TV;>;
final it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap this$0;
descriptor: Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
public void <init>(it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap, char, boolean, char, boolean);
descriptor: (Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap;CZCZ)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=6, args_size=6
start local 0 start local 2 start local 3 start local 4 start local 5 0: aload 0
aload 1
putfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.this$0:Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap;
aload 0
invokespecial it.unimi.dsi.fastutil.chars.AbstractChar2ReferenceSortedMap.<init>:()V
1: iload 3
ifne 3
iload 5
ifne 3
aload 1
iload 2
iload 4
invokevirtual it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap.compare:(CC)I
ifle 3
2: new java.lang.IllegalArgumentException
dup
new java.lang.StringBuilder
dup
ldc "Start key ("
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
iload 2
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
ldc ") is larger than end key ("
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
iload 4
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
ldc ")"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
3: StackMap locals: it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap int int int int
StackMap stack:
aload 0
iload 2
putfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.from:C
4: aload 0
iload 3
putfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.bottom:Z
5: aload 0
iload 4
putfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.to:C
6: aload 0
iload 5
putfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.top:Z
7: aload 0
aload 1
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap.defRetValue:Ljava/lang/Object;
putfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.defRetValue:Ljava/lang/Object;
8: return
end local 5 end local 4 end local 3 end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap$Submap;
0 9 2 from C
0 9 3 bottom Z
0 9 4 to C
0 9 5 top Z
MethodParameters:
Name Flags
this$0 final
from final
bottom final
to final
top final
public void clear();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=1
start local 0 0: new it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap$SubmapIterator
dup
aload 0
invokespecial it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap$SubmapIterator.<init>:(Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap$Submap;)V
astore 1
start local 1 1: goto 4
2: StackMap locals: it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap$SubmapIterator
StackMap stack:
aload 1
invokevirtual it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap$SubmapIterator.nextEntry:()Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap$Entry;
pop
3: aload 1
invokevirtual it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap$SubmapIterator.remove:()V
4: StackMap locals:
StackMap stack:
aload 1
invokevirtual it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap$SubmapIterator.hasNext:()Z
ifne 2
5: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap$Submap;
1 6 1 i Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap<TV;>.Submap.SubmapIterator;
final boolean in(char);
descriptor: (C)Z
flags: (0x0010) ACC_FINAL
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.bottom:Z
ifne 1
aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.this$0:Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap;
iload 1
aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.from:C
invokevirtual it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap.compare:(CC)I
iflt 4
1: StackMap locals:
StackMap stack:
aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.top:Z
ifne 3
aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.this$0:Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap;
iload 1
aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.to:C
invokevirtual it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap.compare:(CC)I
2: ifge 4
StackMap locals:
StackMap stack:
3: iconst_1
ireturn
StackMap locals:
StackMap stack:
4: iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap$Submap;
0 5 1 k C
MethodParameters:
Name Flags
k final
public it.unimi.dsi.fastutil.objects.ObjectSortedSet<it.unimi.dsi.fastutil.chars.Char2ReferenceMap$Entry<V>> char2ReferenceEntrySet();
descriptor: ()Lit/unimi/dsi/fastutil/objects/ObjectSortedSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.entries:Lit/unimi/dsi/fastutil/objects/ObjectSortedSet;
ifnonnull 2
1: aload 0
new it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap$1
dup
aload 0
invokespecial it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap$1.<init>:(Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap$Submap;)V
putfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.entries:Lit/unimi/dsi/fastutil/objects/ObjectSortedSet;
2: StackMap locals:
StackMap stack:
aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.entries:Lit/unimi/dsi/fastutil/objects/ObjectSortedSet;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap$Submap;
Signature: ()Lit/unimi/dsi/fastutil/objects/ObjectSortedSet<Lit/unimi/dsi/fastutil/chars/Char2ReferenceMap$Entry<TV;>;>;
public it.unimi.dsi.fastutil.chars.CharSortedSet keySet();
descriptor: ()Lit/unimi/dsi/fastutil/chars/CharSortedSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.keys:Lit/unimi/dsi/fastutil/chars/CharSortedSet;
ifnonnull 2
1: aload 0
new it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap$KeySet
dup
aload 0
invokespecial it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap$KeySet.<init>:(Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap$Submap;)V
putfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.keys:Lit/unimi/dsi/fastutil/chars/CharSortedSet;
2: StackMap locals:
StackMap stack:
aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.keys:Lit/unimi/dsi/fastutil/chars/CharSortedSet;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap$Submap;
public it.unimi.dsi.fastutil.objects.ReferenceCollection<V> values();
descriptor: ()Lit/unimi/dsi/fastutil/objects/ReferenceCollection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.values:Lit/unimi/dsi/fastutil/objects/ReferenceCollection;
ifnonnull 2
1: aload 0
new it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap$2
dup
aload 0
invokespecial it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap$2.<init>:(Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap$Submap;)V
putfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.values:Lit/unimi/dsi/fastutil/objects/ReferenceCollection;
2: StackMap locals:
StackMap stack:
aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.values:Lit/unimi/dsi/fastutil/objects/ReferenceCollection;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap$Submap;
Signature: ()Lit/unimi/dsi/fastutil/objects/ReferenceCollection<TV;>;
public boolean containsKey(char);
descriptor: (C)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
invokevirtual it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.in:(C)Z
ifeq 1
aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.this$0:Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap;
iload 1
invokevirtual it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap.containsKey:(C)Z
ifeq 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap$Submap;
0 2 1 k C
MethodParameters:
Name Flags
k final
public boolean containsValue(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=2
start local 0 start local 1 0: new it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap$SubmapIterator
dup
aload 0
invokespecial it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap$SubmapIterator.<init>:(Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap$Submap;)V
astore 2
start local 2 1: goto 5
2: StackMap locals: it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap$SubmapIterator
StackMap stack:
aload 2
invokevirtual it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap$SubmapIterator.nextEntry:()Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap$Entry;
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Entry.value:Ljava/lang/Object;
astore 3
start local 3 3: aload 3
aload 1
if_acmpne 5
4: iconst_1
ireturn
end local 3 5: StackMap locals:
StackMap stack:
aload 2
invokevirtual it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap$SubmapIterator.hasNext:()Z
ifne 2
6: iconst_0
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap$Submap;
0 7 1 v Ljava/lang/Object;
1 7 2 i Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap<TV;>.Submap.SubmapIterator;
3 5 3 ev Ljava/lang/Object;
MethodParameters:
Name Flags
v final
public V get();
descriptor: (C)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=2
start local 0 start local 1 0: iload 1
istore 3
start local 3 1: aload 0
iload 3
invokevirtual it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.in:(C)Z
ifeq 3
aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.this$0:Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap;
iload 3
invokevirtual it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap.findKey:(C)Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap$Entry;
dup
astore 2
start local 2 2: ifnull 3
aload 2
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Entry.value:Ljava/lang/Object;
goto 4
end local 2 StackMap locals: it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap int top int
StackMap stack:
3: aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.defRetValue:Ljava/lang/Object;
StackMap locals:
StackMap stack: java.lang.Object
4: areturn
end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap$Submap;
0 5 1 k C
2 3 2 e Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap$Entry<TV;>;
1 5 3 kk C
Signature: (C)TV;
MethodParameters:
Name Flags
k final
public V put(char, );
descriptor: (CLjava/lang/Object;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.this$0:Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap;
iconst_0
putfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap.modified:Z
1: aload 0
iload 1
invokevirtual it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.in:(C)Z
ifne 9
2: new java.lang.IllegalArgumentException
dup
new java.lang.StringBuilder
dup
ldc "Key ("
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
iload 1
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
ldc ") out of range ["
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
3: aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.bottom:Z
ifeq 4
ldc "-"
goto 5
StackMap locals: it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap int java.lang.Object
StackMap stack: new 2 new 2 java.lang.StringBuilder
4: aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.from:C
invokestatic java.lang.String.valueOf:(C)Ljava/lang/String;
StackMap locals: it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap int java.lang.Object
StackMap stack: new 2 new 2 java.lang.StringBuilder java.lang.String
5: invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
ldc ", "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.top:Z
ifeq 6
ldc "-"
goto 7
StackMap locals: it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap int java.lang.Object
StackMap stack: new 2 new 2 java.lang.StringBuilder
6: aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.to:C
invokestatic java.lang.String.valueOf:(C)Ljava/lang/String;
StackMap locals: it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap int java.lang.Object
StackMap stack: new 2 new 2 java.lang.StringBuilder java.lang.String
7: invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
ldc ")"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
8: invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
9: StackMap locals:
StackMap stack:
aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.this$0:Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap;
iload 1
aload 2
invokevirtual it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap.put:(CLjava/lang/Object;)Ljava/lang/Object;
astore 3
start local 3 10: aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.this$0:Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap;
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap.modified:Z
ifeq 11
aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.defRetValue:Ljava/lang/Object;
goto 12
StackMap locals: java.lang.Object
StackMap stack:
11: aload 3
StackMap locals:
StackMap stack: java.lang.Object
12: areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap$Submap;
0 13 1 k C
0 13 2 v TV;
10 13 3 oldValue TV;
Signature: (CTV;)TV;
MethodParameters:
Name Flags
k final
v final
public V remove();
descriptor: (C)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.this$0:Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap;
iconst_0
putfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap.modified:Z
1: aload 0
iload 1
invokevirtual it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.in:(C)Z
ifne 3
2: aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.defRetValue:Ljava/lang/Object;
areturn
3: StackMap locals:
StackMap stack:
aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.this$0:Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap;
iload 1
invokevirtual it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap.remove:(C)Ljava/lang/Object;
astore 2
start local 2 4: aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.this$0:Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap;
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap.modified:Z
ifeq 5
aload 2
goto 6
StackMap locals: java.lang.Object
StackMap stack:
5: aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.defRetValue:Ljava/lang/Object;
StackMap locals:
StackMap stack: java.lang.Object
6: areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap$Submap;
0 7 1 k C
4 7 2 oldValue TV;
Signature: (C)TV;
MethodParameters:
Name Flags
k final
public int size();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=1
start local 0 0: new it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap$SubmapIterator
dup
aload 0
invokespecial it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap$SubmapIterator.<init>:(Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap$Submap;)V
astore 1
start local 1 1: iconst_0
istore 2
start local 2 2: goto 5
3: StackMap locals: it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap$SubmapIterator int
StackMap stack:
iinc 2 1
4: aload 1
invokevirtual it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap$SubmapIterator.nextEntry:()Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap$Entry;
pop
5: StackMap locals:
StackMap stack:
aload 1
invokevirtual it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap$SubmapIterator.hasNext:()Z
ifne 3
6: iload 2
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap$Submap;
1 7 1 i Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap<TV;>.Submap.SubmapIterator;
2 7 2 n I
public boolean isEmpty();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap$SubmapIterator
dup
aload 0
invokespecial it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap$SubmapIterator.<init>:(Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap$Submap;)V
invokevirtual it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap$SubmapIterator.hasNext:()Z
ifeq 1
iconst_0
goto 2
StackMap locals:
StackMap stack:
1: iconst_1
StackMap locals:
StackMap stack: int
2: ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap$Submap;
public it.unimi.dsi.fastutil.chars.CharComparator comparator();
descriptor: ()Lit/unimi/dsi/fastutil/chars/CharComparator;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.this$0:Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap;
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap.actualComparator:Lit/unimi/dsi/fastutil/chars/CharComparator;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap$Submap;
public it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMap<V> headMap(char);
descriptor: (C)Lit/unimi/dsi/fastutil/chars/Char2ReferenceSortedMap;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.top:Z
ifeq 2
1: new it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap
dup
aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.this$0:Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap;
aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.from:C
aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.bottom:Z
iload 1
iconst_0
invokespecial it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.<init>:(Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap;CZCZ)V
areturn
2: StackMap locals:
StackMap stack:
aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.this$0:Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap;
iload 1
aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.to:C
invokevirtual it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap.compare:(CC)I
ifge 3
new it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap
dup
aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.this$0:Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap;
aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.from:C
aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.bottom:Z
iload 1
iconst_0
invokespecial it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.<init>:(Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap;CZCZ)V
goto 4
StackMap locals:
StackMap stack:
3: aload 0
StackMap locals:
StackMap stack: it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap
4: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap$Submap;
0 5 1 to C
Signature: (C)Lit/unimi/dsi/fastutil/chars/Char2ReferenceSortedMap<TV;>;
MethodParameters:
Name Flags
to final
public it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMap<V> tailMap(char);
descriptor: (C)Lit/unimi/dsi/fastutil/chars/Char2ReferenceSortedMap;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.bottom:Z
ifeq 2
1: new it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap
dup
aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.this$0:Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap;
iload 1
iconst_0
aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.to:C
aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.top:Z
invokespecial it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.<init>:(Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap;CZCZ)V
areturn
2: StackMap locals:
StackMap stack:
aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.this$0:Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap;
iload 1
aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.from:C
invokevirtual it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap.compare:(CC)I
ifle 3
new it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap
dup
aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.this$0:Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap;
iload 1
iconst_0
aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.to:C
aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.top:Z
invokespecial it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.<init>:(Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap;CZCZ)V
goto 4
StackMap locals:
StackMap stack:
3: aload 0
StackMap locals:
StackMap stack: it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap
4: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap$Submap;
0 5 1 from C
Signature: (C)Lit/unimi/dsi/fastutil/chars/Char2ReferenceSortedMap<TV;>;
MethodParameters:
Name Flags
from final
public it.unimi.dsi.fastutil.chars.Char2ReferenceSortedMap<V> subMap(char, char);
descriptor: (CC)Lit/unimi/dsi/fastutil/chars/Char2ReferenceSortedMap;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.top:Z
ifeq 2
aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.bottom:Z
ifeq 2
1: new it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap
dup
aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.this$0:Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap;
iload 1
iconst_0
iload 2
iconst_0
invokespecial it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.<init>:(Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap;CZCZ)V
areturn
2: StackMap locals:
StackMap stack:
aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.top:Z
ifne 6
3: aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.this$0:Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap;
iload 2
aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.to:C
invokevirtual it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap.compare:(CC)I
ifge 4
iload 2
goto 5
StackMap locals:
StackMap stack:
4: aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.to:C
StackMap locals:
StackMap stack: int
5: istore 2
6: StackMap locals:
StackMap stack:
aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.bottom:Z
ifne 10
7: aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.this$0:Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap;
iload 1
aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.from:C
invokevirtual it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap.compare:(CC)I
ifle 8
iload 1
goto 9
StackMap locals:
StackMap stack:
8: aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.from:C
StackMap locals:
StackMap stack: int
9: istore 1
10: StackMap locals:
StackMap stack:
aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.top:Z
ifne 12
aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.bottom:Z
ifne 12
iload 1
aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.from:C
if_icmpne 12
iload 2
aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.to:C
if_icmpne 12
11: aload 0
areturn
12: StackMap locals:
StackMap stack:
new it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap
dup
aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.this$0:Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap;
iload 1
iconst_0
iload 2
iconst_0
invokespecial it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.<init>:(Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap;CZCZ)V
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap$Submap;
0 13 1 from C
0 13 2 to C
Signature: (CC)Lit/unimi/dsi/fastutil/chars/Char2ReferenceSortedMap<TV;>;
MethodParameters:
Name Flags
from
to
public it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Entry<V> firstEntry();
descriptor: ()Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap$Entry;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=1
start local 0 0: aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.this$0:Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap;
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap.tree:Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap$Entry;
ifnonnull 2
1: aconst_null
areturn
2: StackMap locals:
StackMap stack:
aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.bottom:Z
ifeq 5
3: aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.this$0:Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap;
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap.firstEntry:Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap$Entry;
astore 1
start local 1 4: goto 8
end local 1 5: StackMap locals:
StackMap stack:
aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.this$0:Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap;
aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.from:C
invokevirtual it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap.locateKey:(C)Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap$Entry;
astore 1
start local 1 6: aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.this$0:Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap;
aload 1
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Entry.key:C
aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.from:C
invokevirtual it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap.compare:(CC)I
ifge 8
7: aload 1
invokevirtual it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Entry.next:()Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap$Entry;
astore 1
8: StackMap locals: it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Entry
StackMap stack:
aload 1
ifnull 9
aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.top:Z
ifne 10
aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.this$0:Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap;
aload 1
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Entry.key:C
aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.to:C
invokevirtual it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap.compare:(CC)I
iflt 10
9: StackMap locals:
StackMap stack:
aconst_null
areturn
10: StackMap locals:
StackMap stack:
aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap$Submap;
4 5 1 e Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap$Entry<TV;>;
6 11 1 e Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap$Entry<TV;>;
Signature: ()Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap$Entry<TV;>;
public it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Entry<V> lastEntry();
descriptor: ()Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap$Entry;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=1
start local 0 0: aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.this$0:Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap;
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap.tree:Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap$Entry;
ifnonnull 2
1: aconst_null
areturn
2: StackMap locals:
StackMap stack:
aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.top:Z
ifeq 5
3: aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.this$0:Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap;
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap.lastEntry:Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap$Entry;
astore 1
start local 1 4: goto 8
end local 1 5: StackMap locals:
StackMap stack:
aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.this$0:Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap;
aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.to:C
invokevirtual it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap.locateKey:(C)Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap$Entry;
astore 1
start local 1 6: aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.this$0:Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap;
aload 1
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Entry.key:C
aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.to:C
invokevirtual it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap.compare:(CC)I
iflt 8
7: aload 1
invokevirtual it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Entry.prev:()Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap$Entry;
astore 1
8: StackMap locals: it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Entry
StackMap stack:
aload 1
ifnull 9
aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.bottom:Z
ifne 10
aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.this$0:Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap;
aload 1
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Entry.key:C
aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.from:C
invokevirtual it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap.compare:(CC)I
ifge 10
9: StackMap locals:
StackMap stack:
aconst_null
areturn
10: StackMap locals:
StackMap stack:
aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap$Submap;
4 5 1 e Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap$Entry<TV;>;
6 11 1 e Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap$Entry<TV;>;
Signature: ()Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap$Entry<TV;>;
public char firstCharKey();
descriptor: ()C
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
invokevirtual it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.firstEntry:()Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap$Entry;
astore 1
start local 1 1: aload 1
ifnonnull 3
2: new java.util.NoSuchElementException
dup
invokespecial java.util.NoSuchElementException.<init>:()V
athrow
3: StackMap locals: it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Entry
StackMap stack:
aload 1
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Entry.key:C
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap$Submap;
1 4 1 e Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap$Entry<TV;>;
public char lastCharKey();
descriptor: ()C
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
invokevirtual it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.lastEntry:()Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap$Entry;
astore 1
start local 1 1: aload 1
ifnonnull 3
2: new java.util.NoSuchElementException
dup
invokespecial java.util.NoSuchElementException.<init>:()V
athrow
3: StackMap locals: it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Entry
StackMap stack:
aload 1
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Entry.key:C
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap$Submap;
1 4 1 e Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap$Entry<TV;>;
public java.util.Set keySet();
descriptor: ()Ljava/util/Set;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.keySet:()Lit/unimi/dsi/fastutil/chars/CharSortedSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public it.unimi.dsi.fastutil.chars.CharSet keySet();
descriptor: ()Lit/unimi/dsi/fastutil/chars/CharSet;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.keySet:()Lit/unimi/dsi/fastutil/chars/CharSortedSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public java.util.Comparator comparator();
descriptor: ()Ljava/util/Comparator;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.comparator:()Lit/unimi/dsi/fastutil/chars/CharComparator;
areturn
LocalVariableTable:
Start End Slot Name Signature
public java.util.Collection values();
descriptor: ()Ljava/util/Collection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.values:()Lit/unimi/dsi/fastutil/objects/ReferenceCollection;
areturn
LocalVariableTable:
Start End Slot Name Signature
public it.unimi.dsi.fastutil.objects.ObjectSet char2ReferenceEntrySet();
descriptor: ()Lit/unimi/dsi/fastutil/objects/ObjectSet;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.char2ReferenceEntrySet:()Lit/unimi/dsi/fastutil/objects/ObjectSortedSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
static it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap access$5(it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap);
descriptor: (Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap$Submap;)Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap;
flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
getfield it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap.this$0:Lit/unimi/dsi/fastutil/chars/Char2ReferenceAVLTreeMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Lit/unimi/dsi/fastutil/chars/AbstractChar2ReferenceSortedMap<TV;>;Ljava/io/Serializable;
SourceFile: "Char2ReferenceAVLTreeMap.java"
NestHost: it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap
InnerClasses:
private final Entry = it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Entry of it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap
private final Submap = it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap of it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap
it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap$1
it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap$2
private KeySet = it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap$KeySet of it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap
private SubmapEntryIterator = it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap$SubmapEntryIterator of it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap
private SubmapIterator = it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap$SubmapIterator of it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap
private final SubmapKeyIterator = it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap$SubmapKeyIterator of it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap
private final SubmapValueIterator = it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap$SubmapValueIterator of it.unimi.dsi.fastutil.chars.Char2ReferenceAVLTreeMap$Submap
public abstract Entry = it.unimi.dsi.fastutil.chars.Char2ReferenceMap$Entry of it.unimi.dsi.fastutil.chars.Char2ReferenceMap