public final class Node<T> extends Object
| Constructor and Description |
|---|
Node(String nodeId,
String nodeName,
T nodeObject) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getNodeId() |
String |
getNodeName() |
int |
hashCode() |
String |
toString() |
Copyright © 2017. All rights reserved.