MCPcopy Create free account
hub / github.com/ReadyTalk/avian / main

Method main

test/extra/Memory.java:164–171  ·  view source on GitHub ↗
(String args[])

Source from the content-addressed store, hash-verified

162 }
163
164 public static void main(String args[]) {
165 for (int i=0; i < 10; i++) {
166 testArray();
167 testHashMap();
168 testLinkedList();
169 testTreeSet();
170 }
171 }
172}

Callers

nothing calls this directly

Calls 4

testArrayMethod · 0.95
testHashMapMethod · 0.95
testLinkedListMethod · 0.95
testTreeSetMethod · 0.95

Tested by

no test coverage detected