MCPcopy Create free account
hub / github.com/SeaOfNodes/Simple / at

Method at

chapter22/src/main/java/com/seaofnodes/simple/SB.java:53–53  ·  view source on GitHub ↗
(int idx )

Source from the content-addressed store, hash-verified

51 return this;
52 }
53 public char at(int idx ) { return _sb.charAt(idx); }
54
55 // Not spelled "p" on purpose: too easy to accidentally say "p(1.0)" and
56 // suddenly call the autoboxed version.

Callers 2

loadMethod · 0.45
allocMethod · 0.45

Calls

no outgoing calls

Tested by 1

loadMethod · 0.36