public class LexicographicUtils extends Object
Constructor and Description |
---|
LexicographicUtils() |
Modifier and Type | Method and Description |
---|---|
static String |
intAsString(int i,
int strSize)
A string representation of the integer that honours lexicographical order.
|
public static String intAsString(int i, int strSize)
i
- the integerstrSize
- size/length of the string to return (appropriate 0's will be appended to the left to make the specified size)Copyright © 2003–2019 Atlassian. All rights reserved.