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

Method equals

app/src/main/java/cs/threephase/Center1.java:267–274  ·  view source on GitHub ↗
(Center1 c)

Source from the content-addressed store, hash-verified

265 }
266
267 public boolean equals(Center1 c) {
268 for (int i=0; i<24; i++) {
269 if (ct[i] != c.ct[i]) {
270 return false;
271 }
272 }
273 return true;
274 }
275
276 static void initSym() {
277 Center1 c = new Center1();

Callers 15

initSymMethod · 0.95
applyMoveMethod · 0.45
scrambleWCAMethod · 0.45
randomEGMethod · 0.45
scrambleMethod · 0.45
scrambleEGMethod · 0.45
scramblePBLMethod · 0.45
scrambleTCLLMethod · 0.45
scrambleTEG1Method · 0.45
scrambleTEG2Method · 0.45
scrambleWCAMethod · 0.45
scrambleWCAMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected