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

Method main

collectiontopics/HTMLColorTest.java:9–17  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

7public class HTMLColorTest {
8 static final int DISPLAY_SIZE = 20;
9 public static void main(String[] args) {
10 show(MAP, DISPLAY_SIZE);
11 border();
12 showInv(INVMAP, DISPLAY_SIZE);
13 border();
14 show(LIST, DISPLAY_SIZE);
15 border();
16 showrgb(RGBLIST, DISPLAY_SIZE);
17 }
18}
19/* Output:
200xF0F8FF: AliceBlue

Callers

nothing calls this directly

Calls 4

borderMethod · 0.80
showInvMethod · 0.80
showrgbMethod · 0.80
showMethod · 0.65

Tested by

no test coverage detected