Constructor and Description |
---|
RubyHashEntry(int h,
IRubyObject k,
IRubyObject v,
RubyHash.RubyHashEntry e,
RubyHash.RubyHashEntry head) |
Modifier and Type | Method and Description |
---|---|
void |
detach() |
boolean |
equals(Object other) |
Object |
getJavaifiedKey() |
Object |
getJavaifiedValue() |
Object |
getKey() |
Object |
getValue() |
int |
hashCode() |
boolean |
isLive() |
Object |
setValue(Object value) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
comparingByKey, comparingByKey, comparingByValue, comparingByValue
public RubyHashEntry(int h, IRubyObject k, IRubyObject v, RubyHash.RubyHashEntry e, RubyHash.RubyHashEntry head)
Copyright © 2001-2016 JRuby. All Rights Reserved.