MCPcopy Create free account
hub / github.com/PrajaktaSathe/Java / hashCode

Method hashCode

Programs/Games/peg-solitaire/PegSolitaire.java:206–208  ·  view source on GitHub ↗

Returns the hash code value. @return hash code value integer

()

Source from the content-addressed store, hash-verified

204 *
205 */
206 public int hashCode(){
207 return moves.hashCode();
208 }
209
210 /**
211 * Returns a string that indicates the game name.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected