Class NestedIntegerValue

  • All Implemented Interfaces:
    Comparable<NestedIntegerValue>

    public class NestedIntegerValue
    extends Object
    implements 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