public class Base40LongConverter extends Object implements LongConverter
| Modifier and Type | Field and Description |
|---|---|
static Base40LongConverter |
INSTANCE |
static Base40LongConverter |
LOWER |
static Base40LongConverter |
UPPER |
| Constructor and Description |
|---|
Base40LongConverter(String chars) |
| Modifier and Type | Method and Description |
|---|---|
void |
append(StringBuilder text,
long value) |
long |
parse(CharSequence text) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitasStringpublic static final Base40LongConverter UPPER
public static final Base40LongConverter LOWER
public static final Base40LongConverter INSTANCE
public Base40LongConverter(String chars)
public long parse(CharSequence text)
parse in interface LongConverterpublic void append(StringBuilder text, long value)
append in interface LongConverterCopyright © 2019. All rights reserved.