Class NestedIntegerValue

  • All Implemented Interfaces:
    java.lang.Comparable<NestedIntegerValue>

    public class NestedIntegerValue
    extends java.lang.Object
    implements java.lang.Comparable<NestedIntegerValue>
    This class represents a dot-separated sequence of numbers such as 1.12.5, typically used as a software version number.

    The class provides "smart" ordering, for example 1 < 1.2 < 1.12 < 1.12.6