net.datastructures - version 5.0

net.datastructures
Class EulerTour.TourResult<R>

java.lang.Object
  extended by net.datastructures.EulerTour.TourResult<R>
Enclosing class:
EulerTour<E,R>

public class EulerTour.TourResult<R>
extends Object


Field Summary
 R left
           
 R out
           
 R right
           
 
Constructor Summary
EulerTour.TourResult()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

left

public R left

right

public R right

out

public R out
Constructor Detail

EulerTour.TourResult

public EulerTour.TourResult()

net.datastructures - version 5.0