org.jgrapht.alg
Class TarjanLowestCommonAncestor.LcaRequestResponse<V>
java.lang.Object
org.jgrapht.alg.TarjanLowestCommonAncestor.LcaRequestResponse<V>
- Enclosing class:
- TarjanLowestCommonAncestor<V,E>
public static class TarjanLowestCommonAncestor.LcaRequestResponse<V>
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TarjanLowestCommonAncestor.LcaRequestResponse
public TarjanLowestCommonAncestor.LcaRequestResponse(V a,
V b)
getA
public V getA()
getB
public V getB()
getLca
public V getLca()
Copyright © 2013. All rights reserved.