java.lang.Object
com.atlassian.jira.search.issue.index.indexers.impl.NumberUtils

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:
  • Method Details