public class Numerizer extends Object
Modifier and Type | Class and Description |
---|---|
protected static class |
Numerizer.BigPrefix |
protected static class |
Numerizer.DirectNum |
protected static class |
Numerizer.Prefix |
protected static class |
Numerizer.TenPrefix |
Modifier and Type | Field and Description |
---|---|
protected static Numerizer.BigPrefix[] |
BIG_PREFIXES |
protected static Numerizer.DirectNum[] |
DIRECT_NUMS |
protected static Numerizer.TenPrefix[] |
TEN_PREFIXES |
Constructor and Description |
---|
Numerizer() |
Modifier and Type | Method and Description |
---|---|
static String |
andition(String str) |
static String |
numerize(String str) |
protected static Numerizer.DirectNum[] DIRECT_NUMS
protected static Numerizer.TenPrefix[] TEN_PREFIXES
protected static Numerizer.BigPrefix[] BIG_PREFIXES
Copyright © 2002 – 2024 Project Wonder.