Class Version
- java.lang.Object
-
- org.opendaylight.yangtools.yang.data.spi.tree.Version
-
public final class Version extends Object
The concept of a version, either node version, or a subtree version. The only interface contract this class has is that no two versions are the same.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Version
initial()
Create an initial version.Version
next()
Create a new version, distinct from any other version.
-