MCPcopy Create free account
hub / github.com/MeigenChou/DCTimer-Android / toString

Method toString

app/src/main/java/cs/threephase/Edge3.java:214–224  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

212 }
213
214 public String toString() {
215 StringBuilder sb = new StringBuilder();
216 for (int i=0; i<12; i++) {
217 sb.append(String.format("%2c", "0123456789AB".charAt(edge[i])));
218 }
219 sb.append('\n');
220 for (int i=0; i<12; i++) {
221 sb.append(String.format("%2c", "0123456789AB".charAt(edgeo[i])));
222 }
223 return sb.toString();
224 }
225
226 static int[] FullEdgeMap = {0, 2, 4, 6, 1, 3, 7, 5, 8, 9, 10, 11};
227

Callers 15

roux1Method · 0.80
solveRoux1Method · 0.80
move2stringMethod · 0.80
solveTrnMethod · 0.80
move2fcnMethod · 0.80
scrambleMethod · 0.80
scrambleMethod · 0.80
scrambleMethod · 0.80
idacrossMethod · 0.80
idaxcrossMethod · 0.80
crossMethod · 0.80
solveCrossMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected