|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object au.id.pbw.hyfo.hyph.HyphenDataCache
public class HyphenDataCache
The class caches the data for an associated HyphenationTree
. The tree
accesses the data through the methods of TernaryTreeDataStore
.
Constructor Summary | |
---|---|
HyphenDataCache()
Creates a new instance of HyphenDataCache |
Method Summary | |
---|---|
String |
format_data(int data)
Returns the data value as a string. |
String |
format_key(int[] key)
Returns the key value as a string. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HyphenDataCache()
Method Detail |
---|
public String format_data(int data)
format_data
in interface TernaryTreeDataStore
data
- the index of the data to be formatted.
public String format_key(int[] key)
format_key
in interface TernaryTreeDataStore
key
- the int[]
key to format.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |