org.jgrapht.util
Class UnorderedVertexPair<V>
- java.lang.Object
-
- org.jgrapht.util.VertexPair<V>
-
- org.jgrapht.util.UnorderedVertexPair<V>
-
- Type Parameters:
V- the graph vertex type
- All Implemented Interfaces:
- java.io.Serializable
Deprecated.in favor ofUnorderedPair
@Deprecated public class UnorderedVertexPair<V> extends VertexPair<V>
Representation of an unordered pair of vertices. For a given pair of vertices V u, V w, UnorderedVertexPair(u,w) equals UnorderedVertexPair(w,u).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description UnorderedVertexPair(V n1, V n2)Deprecated.Create a unordered new vertex pair
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method and Description booleanequals(java.lang.Object o)Deprecated.inthashCode()Deprecated.java.lang.StringtoString()Deprecated.-
Methods inherited from class org.jgrapht.util.VertexPair
getFirst, getOther, getSecond, hasVertex
-
-
-
-
Method Detail
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toStringin classVertexPair<V>
-
equals
public boolean equals(java.lang.Object o)
Deprecated.- Overrides:
equalsin classVertexPair<V>
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCodein classVertexPair<V>
-
-
DataMelt 3.0 © DataMelt by jWork.ORG