List of usage examples for java.util Objects hashCode
public static int hashCode(Object o)
From source file:hr.softwarecity.osijek.model.CommentPK.java
@Override public int hashCode() { int hash = 3; hash = 23 * hash + Objects.hashCode(this.product); hash = 23 * hash + Objects.hashCode(this.person); return hash;// ww w.j a va 2 s .c om }
From source file:th.co.geniustree.dental.model.Authority.java
@Override public int hashCode() { int hash = 5; hash = 53 * hash + Objects.hashCode(this.role); return hash; }
From source file:uk.ac.ebi.ep.ebeye.autocomplete.Suggestion.java
@Override public int hashCode() { int hash = 7; hash = 83 * hash + Objects.hashCode(this.suggestedKeyword); return hash;// w w w . ja v a 2s .com }
From source file:com.linksinnovation.elearning.model.Authority.java
@Override public int hashCode() { int hash = 3; hash = 97 * hash + Objects.hashCode(this.authority); return hash; }
From source file:common.Bike.java
@Override public int hashCode() { int hash = 5; hash = 41 * hash + Objects.hashCode(this.serialNum); return hash; }
From source file:hr.softwarecity.osijek.model.CompositeKey.java
@Override public int hashCode() { int hash = 5; hash = 19 * hash + Objects.hashCode(this.person); hash = 19 * hash + Objects.hashCode(this.pollination); return hash;// ww w . j a v a2 s .c o m }
From source file:com.josue.kingdom.rest.TenantResource.java
@Override public int hashCode() { int hash = 7; hash = 61 * hash + Objects.hashCode(this.application); return hash; }
From source file:it.univaq.disim.mobile.cityshop.business.domain.Negoziante.java
@Override public int hashCode() { int hash = 3; hash = 67 * hash + Objects.hashCode(this.negozio); return hash; }
From source file:com.jgabriellima.viridis.entity.Medidor.java
@Override public int hashCode() { int hash = 7; hash = 23 * hash + Objects.hashCode(this.id); hash = 23 * hash + Objects.hashCode(this.valor); hash = 23 * hash + Objects.hashCode(this.medidor); return hash;/*from www.j av a2 s. c o m*/ }
From source file:domen.Korisnik.java
@Override public int hashCode() { int hash = 7; hash = 37 * hash + Objects.hashCode(this.korisnickoIme); hash = 37 * hash + Objects.hashCode(this.password); return hash;//from w w w . ja va 2 s . c o m }