public final class StandardPrefixDB extends PrefixDBImpl
| Modifier and Type | Method and Description |
|---|---|
static StandardPrefixDB |
instance()
Gets an instance of this database.
|
static void |
main(java.lang.String[] args)
Tests this class.
|
addName, addSymbol, getPrefixByName, getPrefixBySymbol, getPrefixByValue, iterator, toStringpublic static StandardPrefixDB instance() throws PrefixDBException
PrefixDBException - The instance couldn't be created.public static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exception