Uses of Class
org.jgrapht.alg.util.UnorderedPair
-
Uses of UnorderedPair in org.jgrapht.alg.util
Modifier and TypeMethodDescriptionstatic <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.