T
public class Vertex<T> extends java.lang.Object
boolean
isVisited
int
label
java.util.ArrayList<Vertex<T>>
neighbors
Vertex(int label)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public int label
public boolean isVisited
public java.util.ArrayList<Vertex<T>> neighbors
public Vertex(int label)