@Deprecated public class BCDUtils extends Object
Constructor and Description |
---|
BCDUtils()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static int |
base100SortableIntToBase10(char[] arr,
int start,
int end,
char[] out,
int offset)
Deprecated.
|
static String |
base100SortableIntToBase10(String val)
Deprecated.
|
static int |
base100toBase10(char[] arr,
int start,
int end,
char[] out,
int offset)
Deprecated.
|
static int |
base10kSortableIntToBase10(char[] arr,
int start,
int end,
char[] out,
int offset)
Deprecated.
|
static String |
base10kSortableIntToBase10(String val)
Deprecated.
|
static int |
base10toBase100(char[] arr,
int start,
int end,
char[] out,
int outend)
Deprecated.
|
static int |
base10toBase100SortableInt(char[] arr,
int start,
int end,
char[] out,
int outend)
Deprecated.
FUTURE
// the zero exponent... exponents above this point are positive
// and below are negative.
// It is desirable to make ordinary numbers have a single byte
// exponent when converted to UTF-8
// For integers, the exponent will always be >=0, but this format
// is meant to be valid for floating point numbers as well...
|
static String |
base10toBase100SortableInt(String val)
Deprecated.
|
static int |
base10toBase10kSortableInt(char[] arr,
int start,
int end,
char[] out,
int outend)
Deprecated.
|
static String |
base10toBase10kSortableInt(String val)
Deprecated.
|
public static int base10toBase100(char[] arr, int start, int end, char[] out, int outend)
public static int base100toBase10(char[] arr, int start, int end, char[] out, int offset)
public static int base10toBase100SortableInt(char[] arr, int start, int end, char[] out, int outend)
public static int base100SortableIntToBase10(char[] arr, int start, int end, char[] out, int offset)
public static int base10toBase10kSortableInt(char[] arr, int start, int end, char[] out, int outend)
public static int base10kSortableIntToBase10(char[] arr, int start, int end, char[] out, int offset)
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.