|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.taggercat.metadata.Pluralization
public class Pluralization
This class provides static functions to pluralize, or singularize a word. All methods in this class are static.

| Constructor Summary | |
|---|---|
Pluralization()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
pluralize(java.lang.String word)
|
static java.lang.String |
singularize(java.lang.String word)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Pluralization()
| Method Detail |
|---|
public static java.lang.String pluralize(java.lang.String word)
public static java.lang.String singularize(java.lang.String word)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||