org.jgrapht.util
Class VertexPair<V>
java.lang.Object
org.jgrapht.util.VertexPair<V>
public class VertexPair<V>
- extends java.lang.Object
Representation of a pair of vertices; to be replaced by Pair if Sun ever
gets around to adding Pair to java.util.
- Author:
- Soren
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
VertexPair
public VertexPair(V n1,
V n2)
getFirst
public V getFirst()
getSecond
public V getSecond()
hasVertex
public boolean hasVertex(V v)
- Assess if this pair contains the vertex.
- Parameters:
v
- The vertex in question
- Returns:
- true if contains, false otherwise
getOther
public V getOther(V one)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object