Class KKLayoutAlgorithm.Pair<V>
- java.lang.Object
-
- org.jungrapht.visualization.layout.algorithms.KKLayoutAlgorithm.Pair<V>
-
- Enclosing class:
- KKLayoutAlgorithm<V>
public static class KKLayoutAlgorithm.Pair<V> extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
int
hashCode()
static <V> KKLayoutAlgorithm.Pair<V>
of(V first, V second)
String
toString()
-