public final class StringId extends Object
Modifier and Type | Field and Description |
---|---|
private static int |
BUFLEN |
(package private) static char[] |
DigitOnes |
(package private) static char[] |
DigitTens |
private static ThreadLocal |
perThreadBuffer |
Constructor and Description |
---|
StringId() |
Modifier and Type | Method and Description |
---|---|
private static int |
getChars(int i,
char[] buf,
int idx) |
static String |
toStringId(char label,
char sep,
int x,
int y,
int z)
Returns a string representation of id: label + x + sep + y + sep + z.
|
private static final int BUFLEN
private static ThreadLocal perThreadBuffer
static final char[] DigitTens
static final char[] DigitOnes
public static final String toStringId(char label, char sep, int x, int y, int z)
private static final int getChars(int i, char[] buf, int idx)
Copyright © 2015 ScalAgent D.T.. All Rights Reserved.