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

Function newArrayList

js/android_ui.js:46–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected