19 package org.turro.log;
21 import java.util.Objects;
29 private final String entity;
30 private final long count;
48 hash = 53 * hash + Objects.hashCode(this.entity);
60 if (getClass() != obj.getClass()) {
64 return Objects.
equals(this.entity, other.entity);
boolean equals(Object obj)
LogCount(String entity, long count)