MCPcopy Create free account
hub / github.com/mozilla/rhino / getEntry

Method getEntry

rhino/src/main/java/org/mozilla/javascript/Hashtable.java:162–165  ·  view source on GitHub ↗
(Object key)

Source from the content-addressed store, hash-verified

160 }
161
162 public Entry getEntry(Object key) {
163 final Entry e = new Entry(key, null);
164 return map.get(e);
165 }
166
167 public boolean has(Object key) {
168 final Entry e = new Entry(key, null);

Callers 4

serializationMethod · 0.95
js_getMethod · 0.80
emptyMethod · 0.80
crudMethod · 0.80

Calls 1

getMethod · 0.65

Tested by 3

serializationMethod · 0.76
emptyMethod · 0.64
crudMethod · 0.64