Uses of Class
org.jgrapht.alg.util.UnorderedPair
- 
Packages that use UnorderedPair Package Description org.jgrapht.alg.util Utilities used by JGraphT algorithms.
- 
- 
Uses of UnorderedPair in org.jgrapht.alg.utilMethods in org.jgrapht.alg.util that return UnorderedPair Modifier and Type Method Description static <A,B>
 UnorderedPair<A,B>UnorderedPair. of(A a, B b)Creates new unordered pair of elements pulling of the necessity to provide corresponding types of the elements supplied.
 
-