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

Function newHashSet

js/param_hook.js:55–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53
54//创建HashSet对象用这个方法就好了
55function newHashSet() {
56 var HashSetClz = Java.use('java.util.HashSet');
57 return HashSetClz.$new();
58}
59
60//创建HashMap对象用这个方法就好了
61function newHashMap() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected