Uses of Class
org.jgrapht.alg.util.Triple
| Package | Description |
|---|---|
| org.jgrapht.alg.interfaces |
Algorithm related interfaces.
|
| org.jgrapht.alg.util |
Utilities used by JGraphT algorithms.
|
-
Uses of Triple in org.jgrapht.alg.interfaces
-
Uses of Triple in org.jgrapht.alg.util
Methods in org.jgrapht.alg.util that return Triple Modifier and Type Method Description static <A, B, C> Triple<A,B,C>Triple. of(A a, B b, C c)Create a new triple.