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.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object