Class IvyBuildNumber.Range

  • Enclosing class:
    IvyBuildNumber

    private static class IvyBuildNumber.Range
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int endIndex  
      private int startIndex  
    • Constructor Summary

      Constructors 
      Constructor Description
      Range​(int startIndex, int endIndex)  
    • Field Detail

      • startIndex

        private int startIndex
      • endIndex

        private int endIndex
    • Constructor Detail

      • Range

        public Range​(int startIndex,
                     int endIndex)
    • Method Detail

      • getStartIndex

        public int getStartIndex()
      • getEndIndex

        public int getEndIndex()