Interface IVertex
- 
public interface IVertexI guess this interface is a vertex of theGraph 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<? extends IVertex>getNexts() 
 - 
 
public interface IVertex
Graph| Modifier and Type | Method | Description | 
|---|---|---|
Set<? extends IVertex> | 
getNexts() |