|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jgrapht.util.VertexPair<V>
public class VertexPair<V>
Representation of a pair of vertices; to be replaced by Pair
Constructor Summary
VertexPair(V n1,
V n2)
Method Summary
boolean
equals(Object o)
V
getFirst()
V
getOther(V one)
V
getSecond()
int
hashCode()
boolean
hasVertex(V v)
Assess if this pair contains the vertex.
String
toString()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Constructor Detail
VertexPair
public VertexPair(V n1,
V n2)
Method Detail
getFirst
public V getFirst()
getSecond
public V getSecond()
hasVertex
public boolean hasVertex(V v)
v
- The vertex in question
getOther
public V getOther(V one)
toString
public String toString()
equals
public boolean equals(Object o)
hashCode
public int hashCode()
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Copyright © 2013. All rights reserved.