Class 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 Detail

      • next

        public Version next()
        Create a new version, distinct from any other version.
        Returns:
        a new version.
      • initial

        public static Version initial()
        Create an initial version.
        Returns:
        a new version.