Class NumberUtils

java.lang.Object
com.atlassian.jira.search.utils.NumberUtils

@Internal public class NumberUtils extends Object
Provides support for converting longs to Base36 Strings, and back again. The strings are structured so that lexicographic sorting order is preserved. Copied from lucene-extras
  • Field Details

    • MIN_STRING_VALUE

      public static final String MIN_STRING_VALUE
      Equivalent to longToString(Long.MIN_VALUE)
      See Also:
    • MAX_STRING_VALUE

      public static final String MAX_STRING_VALUE
      Equivalent to longToString(Long.MAX_VALUE)
      See Also:
  • Method Details