MCPcopy Create free account
hub / github.com/HumbleUI/JWM / size

Method size

examples/dashboard/java/Options.java:37–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35 }
36
37 public int size() {
38 return _options.length;
39 }
40
41 public String next() {
42 _idx = (_idx + 1) % size();

Callers 15

getMethod · 0.95
setMethod · 0.95
nextMethod · 0.95
getFormatsMethod · 0.80
initMethod · 0.80
ExampleMethod · 0.80
acceptMethod · 0.80
acceptMethod · 0.80
paintImplMethod · 0.80
acceptMethod · 0.80
AppX11.ccFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected