public class Alternat extends Neighbors { public Vertex first; public Vertex second; public Alternat(Vertex first, Vertex second) { this.first = first; this.second = second; } }