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