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 Summary
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator 
- 
Method Details
- 
root
The root version of this graph. - 
get
Find a version by its id, ornull, if no such version was found. 
 -