class org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$1
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$1
super_class: java.lang.Object
{
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$1;
public boolean equals(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: new java.lang.RuntimeException
dup
ldc "Possible corruption through unsynchronized concurrent modification."
invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$1;
0 1 1 obj Ljava/lang/Object;
MethodParameters:
Name Flags
obj
public int hashCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.RuntimeException
dup
ldc "Possible corruption through unsynchronized concurrent modification."
invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$1;
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 "UnifiedSetWithHashingStrategy.NULL_KEY"
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy$1;
}
SourceFile: "UnifiedSetWithHashingStrategy.java"
EnclosingMethod: org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy
NestHost: org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy
InnerClasses:
org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy$1