Package | Description |
---|---|
org.jgrapht.alg.util |
Utilities used by JGraphT algorithms.
|
Modifier and Type | Method and 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.
|
Copyright © 2019. All rights reserved.