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

Function newArrayList

js/activity_events.js:47–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected