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

Function newArrayList

js/param_hook.js:49–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47
48//创建ArrayList对象用这个方法就好了
49function newArrayList() {
50 var ArrayListClz = Java.use('java.util.ArrayList');
51 return ArrayListClz.$new();
52}
53
54//创建HashSet对象用这个方法就好了
55function newHashSet() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected