|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object opennlp.tools.dictionary.serializer.Attributes
public class Attributes
The Attributes
class stores name value pairs.
Problem: The HashMap for storing the name value pairs has a very high
memory footprint, replace it.
Constructor Summary | |
---|---|
Attributes()
|
Method Summary | |
---|---|
String |
getValue(String key)
Retrieves the value for the given key or null if attribute it not set. |
Iterator<String> |
iterator()
Iterates over the keys. |
void |
setValue(String key,
String value)
Sets a key/value pair. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Attributes()
Method Detail |
---|
public String getValue(String key)
key
-
public void setValue(String key, String value)
key
- value
- public Iterator<String> iterator()
Iterator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |