Gets the nodes neighbors. @return the neighbors
()
| 237 | * @return the neighbors |
| 238 | */ |
| 239 | public ArrayList<Node> getNeighbors() { |
| 240 | return this.routingTable.getNeighbors(); |
| 241 | } |
| 242 | |
| 243 | /** |
| 244 | * Adds the node as a neighbor. |
no outgoing calls
no test coverage detected