T - the type of the value/object associated with the vertexpublic class Vertex<T>
extends java.lang.Object
| Constructor and Description |
|---|
Vertex() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
T |
getValue() |
int |
hashCode() |
java.lang.String |
toString() |
int |
vertexID() |
public int vertexID()
public T getValue()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object