au.id.pbw.hyfo.hyph
Interface TernaryTreeDataStore

All Known Implementing Classes:
HyphenDataCache

public interface TernaryTreeDataStore

A TernaryTreeDataStore maintains the data for an associated TernaryTree.

Author:
pbw

Method Summary
 String format_data(int data)
          Format a item of data, represented by an integer index, into a string.
 String format_key(int[] key)
          Format a data key, represented as a array of codepoints, into a string.
 

Method Detail

format_data

String format_data(int data)
Format a item of data, represented by an integer index, into a string.

Parameters:
data - the index of a data item.
Returns:
the data item foramatted as a string,

format_key

String format_key(int[] key)
Format a data key, represented as a array of codepoints, into a string.

Parameters:
key - the key.
Returns:
the key formatted as a string.


Copyright © 2005-2006 Peter B. West.