public class Node extends Object implements Comparable<Node>
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Node other) |
boolean |
equals(Object o) |
String |
getIp() |
String |
getPeerHost() |
int |
getPort() |
int |
hashCode() |
String |
toString() |
Copyright © 2025. All rights reserved.