Project Wonder 5.0

er.chronic.numerizer
Class Numerizer

java.lang.Object
  extended by er.chronic.numerizer.Numerizer

public class Numerizer
extends Object


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 String andition(String str)
           
static String numerize(String str)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DIRECT_NUMS

protected static Numerizer.DirectNum[] DIRECT_NUMS

TEN_PREFIXES

protected static Numerizer.TenPrefix[] TEN_PREFIXES

BIG_PREFIXES

protected static Numerizer.BigPrefix[] BIG_PREFIXES
Constructor Detail

Numerizer

public Numerizer()
Method Detail

numerize

public static String numerize(String str)

andition

public static String andition(String str)

Last updated: Wed, Feb 22, 2012 • 07:00 AM EST

Copyright © 2002 – 2011 Project Wonder.