A directed, acyclic graph of 
Version objects.
 
 The graph is exposed as Iterable in no defined iteration order.
 
This is EXPERIMENTAL functionality and subject to change in future jOOQ versions.
- Author:
- Lukas Eder
- 
Method SummaryMethods inherited from interface java.lang.IterableforEach, iterator, spliterator
- 
Method Details- 
rootThe root version of this graph.
- 
getFind a version by its id, ornull, if no such version was found.
 
-