Class JoinAddressCount
java.lang.Object
com.djrapitops.plan.delivery.domain.JoinAddressCount
- All Implemented Interfaces:
Comparable<JoinAddressCount>
Represents a single join address - number pair.
-
Constructor Summary
ConstructorDescriptionJoinAddressCount
(String joinAddress, int count) JoinAddressCount
(Map.Entry<String, Integer> entry) -
Method Summary
Modifier and TypeMethodDescriptionint
compareTo
(@NotNull JoinAddressCount other) boolean
int
getCount()
int
hashCode()
void
setJoinAddress
(String joinAddress)
-
Constructor Details
-
JoinAddressCount
-
JoinAddressCount
-
-
Method Details
-
getJoinAddress
-
setJoinAddress
-
getCount
public int getCount() -
compareTo
- Specified by:
compareTo
in interfaceComparable<JoinAddressCount>
-
equals
-
hashCode
public int hashCode()
-