public final class org.jruby.RubyHash$RubyHashEntry implements java.util.Map$Entry
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: org.jruby.RubyHash$RubyHashEntry
super_class: java.lang.Object
{
org.jruby.runtime.builtin.IRubyObject key;
descriptor: Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0000)
org.jruby.runtime.builtin.IRubyObject value;
descriptor: Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0000)
private org.jruby.RubyHash$RubyHashEntry next;
descriptor: Lorg/jruby/RubyHash$RubyHashEntry;
flags: (0x0002) ACC_PRIVATE
private org.jruby.RubyHash$RubyHashEntry prevAdded;
descriptor: Lorg/jruby/RubyHash$RubyHashEntry;
flags: (0x0002) ACC_PRIVATE
private org.jruby.RubyHash$RubyHashEntry nextAdded;
descriptor: Lorg/jruby/RubyHash$RubyHashEntry;
flags: (0x0002) ACC_PRIVATE
private int hash;
descriptor: I
flags: (0x0002) ACC_PRIVATE
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
getstatic org.jruby.RubyHash.NEVER:Lorg/jruby/runtime/builtin/IRubyObject;
putfield org.jruby.RubyHash$RubyHashEntry.key:Lorg/jruby/runtime/builtin/IRubyObject;
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/jruby/RubyHash$RubyHashEntry;
public void <init>(int, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyHash$RubyHashEntry, org.jruby.RubyHash$RubyHashEntry);
descriptor: (ILorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyHash$RubyHashEntry;Lorg/jruby/RubyHash$RubyHashEntry;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 2
putfield org.jruby.RubyHash$RubyHashEntry.key:Lorg/jruby/runtime/builtin/IRubyObject;
aload 0
aload 3
putfield org.jruby.RubyHash$RubyHashEntry.value:Lorg/jruby/runtime/builtin/IRubyObject;
aload 0
aload 4
putfield org.jruby.RubyHash$RubyHashEntry.next:Lorg/jruby/RubyHash$RubyHashEntry;
aload 0
iload 1
putfield org.jruby.RubyHash$RubyHashEntry.hash:I
2: aload 5
ifnull 7
3: aload 0
aload 5
getfield org.jruby.RubyHash$RubyHashEntry.prevAdded:Lorg/jruby/RubyHash$RubyHashEntry;
putfield org.jruby.RubyHash$RubyHashEntry.prevAdded:Lorg/jruby/RubyHash$RubyHashEntry;
4: aload 0
aload 5
putfield org.jruby.RubyHash$RubyHashEntry.nextAdded:Lorg/jruby/RubyHash$RubyHashEntry;
5: aload 0
getfield org.jruby.RubyHash$RubyHashEntry.nextAdded:Lorg/jruby/RubyHash$RubyHashEntry;
aload 0
putfield org.jruby.RubyHash$RubyHashEntry.prevAdded:Lorg/jruby/RubyHash$RubyHashEntry;
6: aload 0
getfield org.jruby.RubyHash$RubyHashEntry.prevAdded:Lorg/jruby/RubyHash$RubyHashEntry;
aload 0
putfield org.jruby.RubyHash$RubyHashEntry.nextAdded:Lorg/jruby/RubyHash$RubyHashEntry;
7: StackMap locals: org.jruby.RubyHash$RubyHashEntry int org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.builtin.IRubyObject org.jruby.RubyHash$RubyHashEntry org.jruby.RubyHash$RubyHashEntry
StackMap stack:
return
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lorg/jruby/RubyHash$RubyHashEntry;
0 8 1 h I
0 8 2 k Lorg/jruby/runtime/builtin/IRubyObject;
0 8 3 v Lorg/jruby/runtime/builtin/IRubyObject;
0 8 4 e Lorg/jruby/RubyHash$RubyHashEntry;
0 8 5 head Lorg/jruby/RubyHash$RubyHashEntry;
MethodParameters:
Name Flags
h
k
v
e
head
public void detach();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield org.jruby.RubyHash$RubyHashEntry.prevAdded:Lorg/jruby/RubyHash$RubyHashEntry;
ifnull 4
1: aload 0
getfield org.jruby.RubyHash$RubyHashEntry.prevAdded:Lorg/jruby/RubyHash$RubyHashEntry;
aload 0
getfield org.jruby.RubyHash$RubyHashEntry.nextAdded:Lorg/jruby/RubyHash$RubyHashEntry;
putfield org.jruby.RubyHash$RubyHashEntry.nextAdded:Lorg/jruby/RubyHash$RubyHashEntry;
2: aload 0
getfield org.jruby.RubyHash$RubyHashEntry.nextAdded:Lorg/jruby/RubyHash$RubyHashEntry;
aload 0
getfield org.jruby.RubyHash$RubyHashEntry.prevAdded:Lorg/jruby/RubyHash$RubyHashEntry;
putfield org.jruby.RubyHash$RubyHashEntry.prevAdded:Lorg/jruby/RubyHash$RubyHashEntry;
3: aload 0
aconst_null
putfield org.jruby.RubyHash$RubyHashEntry.prevAdded:Lorg/jruby/RubyHash$RubyHashEntry;
4: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/jruby/RubyHash$RubyHashEntry;
public boolean isLive();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.jruby.RubyHash$RubyHashEntry.prevAdded:Lorg/jruby/RubyHash$RubyHashEntry;
ifnull 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/jruby/RubyHash$RubyHashEntry;
public java.lang.Object getKey();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.jruby.RubyHash$RubyHashEntry.key:Lorg/jruby/runtime/builtin/IRubyObject;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/RubyHash$RubyHashEntry;
public java.lang.Object getJavaifiedKey();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield org.jruby.RubyHash$RubyHashEntry.key:Lorg/jruby/runtime/builtin/IRubyObject;
ldc Ljava/lang/Object;
invokeinterface org.jruby.runtime.builtin.IRubyObject.toJava:(Ljava/lang/Class;)Ljava/lang/Object;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/RubyHash$RubyHashEntry;
public java.lang.Object getValue();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.jruby.RubyHash$RubyHashEntry.value:Lorg/jruby/runtime/builtin/IRubyObject;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/RubyHash$RubyHashEntry;
public java.lang.Object getJavaifiedValue();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield org.jruby.RubyHash$RubyHashEntry.value:Lorg/jruby/runtime/builtin/IRubyObject;
ldc Ljava/lang/Object;
invokeinterface org.jruby.runtime.builtin.IRubyObject.toJava:(Ljava/lang/Class;)Ljava/lang/Object;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/RubyHash$RubyHashEntry;
public java.lang.Object setValue(java.lang.Object);
descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.jruby.RubyHash$RubyHashEntry.value:Lorg/jruby/runtime/builtin/IRubyObject;
astore 2
start local 2 1: aload 1
instanceof org.jruby.runtime.builtin.IRubyObject
ifeq 4
2: aload 0
aload 1
checkcast org.jruby.runtime.builtin.IRubyObject
putfield org.jruby.RubyHash$RubyHashEntry.value:Lorg/jruby/runtime/builtin/IRubyObject;
3: goto 5
4: StackMap locals: org.jruby.runtime.builtin.IRubyObject
StackMap stack:
new java.lang.UnsupportedOperationException
dup
ldc "directEntrySet() doesn't support setValue for non IRubyObject instance entries, convert them manually or use entrySet() instead"
invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
athrow
5: StackMap locals:
StackMap stack:
aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/jruby/RubyHash$RubyHashEntry;
0 6 1 value Ljava/lang/Object;
1 6 2 oldValue Lorg/jruby/runtime/builtin/IRubyObject;
MethodParameters:
Name Flags
value
public boolean equals(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 1
instanceof org.jruby.RubyHash$RubyHashEntry
ifne 1
iconst_0
ireturn
1: StackMap locals:
StackMap stack:
aload 1
checkcast org.jruby.RubyHash$RubyHashEntry
astore 2
start local 2 2: aload 0
getfield org.jruby.RubyHash$RubyHashEntry.key:Lorg/jruby/runtime/builtin/IRubyObject;
aload 2
getfield org.jruby.RubyHash$RubyHashEntry.key:Lorg/jruby/runtime/builtin/IRubyObject;
if_acmpeq 3
aload 0
getfield org.jruby.RubyHash$RubyHashEntry.key:Lorg/jruby/runtime/builtin/IRubyObject;
aload 2
getfield org.jruby.RubyHash$RubyHashEntry.key:Lorg/jruby/runtime/builtin/IRubyObject;
invokeinterface org.jruby.runtime.builtin.IRubyObject.eql:(Lorg/jruby/runtime/builtin/IRubyObject;)Z
ifeq 5
3: StackMap locals: org.jruby.RubyHash$RubyHashEntry
StackMap stack:
aload 0
getfield org.jruby.RubyHash$RubyHashEntry.value:Lorg/jruby/runtime/builtin/IRubyObject;
aload 2
getfield org.jruby.RubyHash$RubyHashEntry.value:Lorg/jruby/runtime/builtin/IRubyObject;
if_acmpeq 4
aload 0
getfield org.jruby.RubyHash$RubyHashEntry.value:Lorg/jruby/runtime/builtin/IRubyObject;
aload 2
getfield org.jruby.RubyHash$RubyHashEntry.value:Lorg/jruby/runtime/builtin/IRubyObject;
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 5
4: StackMap locals:
StackMap stack:
iconst_1
ireturn
StackMap locals:
StackMap stack:
5: iconst_0
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/jruby/RubyHash$RubyHashEntry;
0 6 1 other Ljava/lang/Object;
2 6 2 otherEntry Lorg/jruby/RubyHash$RubyHashEntry;
MethodParameters:
Name Flags
other
public int hashCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield org.jruby.RubyHash$RubyHashEntry.key:Lorg/jruby/runtime/builtin/IRubyObject;
invokevirtual java.lang.Object.hashCode:()I
aload 0
getfield org.jruby.RubyHash$RubyHashEntry.value:Lorg/jruby/runtime/builtin/IRubyObject;
invokevirtual java.lang.Object.hashCode:()I
ixor
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/RubyHash$RubyHashEntry;
}
SourceFile: "RubyHash.java"
NestHost: org.jruby.RubyHash
InnerClasses:
public abstract Entry = java.util.Map$Entry of java.util.Map
public final RubyHashEntry = org.jruby.RubyHash$RubyHashEntry of org.jruby.RubyHash