|
Project Wonder 5.0 | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecter.chronic.numerizer.Numerizer
public class Numerizer
Nested Class Summary | |
---|---|
protected static class |
Numerizer.BigPrefix
|
protected static class |
Numerizer.DirectNum
|
protected static class |
Numerizer.Prefix
|
protected static class |
Numerizer.TenPrefix
|
Field Summary | |
---|---|
protected static Numerizer.BigPrefix[] |
BIG_PREFIXES
|
protected static Numerizer.DirectNum[] |
DIRECT_NUMS
|
protected static Numerizer.TenPrefix[] |
TEN_PREFIXES
|
Constructor Summary | |
---|---|
Numerizer()
|
Method Summary | |
---|---|
static java.lang.String |
andition(java.lang.String str)
|
static java.lang.String |
numerize(java.lang.String str)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static Numerizer.DirectNum[] DIRECT_NUMS
protected static Numerizer.TenPrefix[] TEN_PREFIXES
protected static Numerizer.BigPrefix[] BIG_PREFIXES
Constructor Detail |
---|
public Numerizer()
Method Detail |
---|
public static java.lang.String numerize(java.lang.String str)
public static java.lang.String andition(java.lang.String str)
|
Last updated: Tue, Feb 21, 2017 05:45 PM CET | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |