T
public class Node<T> extends Object implements Serializable
String
id
value
Node()
Node(String id)
Node(String id, T value)
boolean
equals(Object other)
int
hashCode()
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public String id
public T value
public Node()
public Node(String id)
public Node(String id, T value)
public String toString()
toString
Object
public boolean equals(Object other)
equals
public int hashCode()
hashCode
Copyright © 2015. All rights reserved.