MCPcopy Index your code
hub / github.com/BruceEckel/OnJava8-Examples / capitals

Method capitals

onjava/Countries.java:290–292  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

288 }
289 static Map<String,String> map = new FlyweightMap();
290 public static Map<String,String> capitals() {
291 return map; // The entire map
292 }
293 public static Map<String,String> capitals(int size) {
294 return select(size); // A partial map
295 }

Callers 4

mainMethod · 0.95
mainMethod · 0.95
mainMethod · 0.95
mainMethod · 0.95

Calls 1

selectMethod · 0.95

Tested by

no test coverage detected