MCPcopy Create free account
hub / github.com/CreditTone/hooker / newHashMap

Function newHashMap

js/param_hook.js:61–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59
60//创建HashMap对象用这个方法就好了
61function newHashMap() {
62 var HashMapClz = Java.use('java.util.HashMap');
63 return HashMapClz.$new();
64}
65
66function methodInBeat(invokeId, timestamp, methodName, executor) {
67 var startTime = timestamp;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected