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