MCPcopy Create free account
hub / github.com/oracle/coherence / main

Method main

prj/coherence-testing-data/src/main/java/data/Trade.java:176–184  ·  view source on GitHub ↗
(String[] asArg)

Source from the content-addressed store, hash-verified

174 // ----- unit test -----------------------------------------------------
175
176 public static void main(String[] asArg)
177 {
178 Map map = new ListMap();
179 fillRandom(map, asArg.length == 0 ? 1 : Integer.parseInt(asArg[0]));
180 for (Iterator iter = map.values().iterator(); iter.hasNext();)
181 {
182 out(iter.next());
183 }
184 }
185
186
187 // ----- data members ---------------------------------------------------

Callers

nothing calls this directly

Calls 6

fillRandomMethod · 0.95
hasNextMethod · 0.95
nextMethod · 0.95
iteratorMethod · 0.65
valuesMethod · 0.65
outMethod · 0.45

Tested by

no test coverage detected