public int hashCode() { final HashProcedure p = new HashProcedure(); this.forEach(p); return p.getHashCode(); }