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

Function newHashSet

js/android_ui.js:52–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected