T
- Type of value fieldpublic class Node<T> extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
String |
id
Unique id of the node.
|
T |
value
Value of the node (used to compute similarity).
|
Constructor and Description |
---|
Node() |
Node(String id) |
Node(String id,
T value) |
public String id
public T value
public Node()
public Node(String id)
Copyright © 2016. All rights reserved.