Class CyclonNeighbor
java.lang.Object
org.drasyl.handler.membership.cyclon.CyclonNeighbor
- All Implemented Interfaces:
Comparable<CyclonNeighbor>
A CYCLON neighbor.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionint
boolean
int
getAge()
int
hashCode()
void
static CyclonNeighbor
of
(DrasylAddress address) static CyclonNeighbor
of
(DrasylAddress address, int age) toString()
-
Method Details
-
getAddress
-
getAge
public int getAge() -
increaseAgeByOne
public void increaseAgeByOne() -
equals
-
hashCode
public int hashCode() -
toString
-
compareTo
- Specified by:
compareTo
in interfaceComparable<CyclonNeighbor>
-
of
-
of
-