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

Method p

chapter24/src/main/java/com/seaofnodes/simple/util/SB.java:11–11  ·  view source on GitHub ↗
( String s )

Source from the content-addressed store, hash-verified

9 public SB( ) { _sb = new StringBuilder( ); }
10 public SB(String s) { _sb = new StringBuilder(s); }
11 public SB p( String s ) { _sb.append(s); return this; }
12 public SB p( float s ) {
13 if( Float.isNaN(s) )
14 _sb.append( "Float.NaN");

Callers 15

testSieveMethod · 0.95
testMergeSort0Method · 0.95
iMethod · 0.95
nlMethod · 0.95
toStringMethod · 0.95
_prettyPrintMethod · 0.95
_prettyPrintScheduledMethod · 0.95
_showMethod · 0.95
mixerrMethod · 0.95
_printMethod · 0.45
_printMethod · 0.45
_printMethod · 0.45

Calls

no outgoing calls

Tested by 2

testSieveMethod · 0.76
testMergeSort0Method · 0.76