- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 27 of file LogCount.java.
◆ LogCount()
org.turro.log.LogCount.LogCount |
( |
String |
entity, |
|
|
long |
count |
|
) |
| |
◆ equals()
boolean org.turro.log.LogCount.equals |
( |
Object |
obj | ) |
|
Definition at line 53 of file LogCount.java.
60 if (getClass() != obj.getClass()) {
64 return Objects.equals(this.entity, other.entity);
LogCount(String entity, long count)
◆ getCount()
long org.turro.log.LogCount.getCount |
( |
| ) |
|
◆ getEntity()
String org.turro.log.LogCount.getEntity |
( |
| ) |
|
◆ hashCode()
int org.turro.log.LogCount.hashCode |
( |
| ) |
|
Definition at line 46 of file LogCount.java.
48 hash = 53 * hash + Objects.hashCode(this.entity);
The documentation for this class was generated from the following file: