Uses of Class
org.jgrapht.alg.util.Triple
-
Packages that use Triple Package Description org.jgrapht.alg.util Utilities used by JGraphT algorithms. -
-
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.
-