MCPcopy Index your code
hub / github.com/SavioAndres/BrasilAPI-Java / hashCode

Method hashCode

src/main/java/br/com/brasilapi/api/CPTEC.java:227–236  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

225 }
226
227 @Override
228 public int hashCode() {
229 final int prime = 31;
230 int result = 1;
231 result = prime * result + Arrays.hashCode(clima);
232 result = prime * result + Arrays.hashCode(ondas);
233 result = prime * result + Objects.hash(atualizadoEm, cidade, codigoIcao, condicao, condicaoDesc, direcaoVento,
234 estado, id, nome, pressaoAtmosferica, temp, umidade, vento, visibilidade);
235 return result;
236 }
237
238 @Override
239 public boolean equals(Object obj) {

Callers 3

hashCodeMethod · 0.45
hashCodeMethod · 0.45
hashCodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected