|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectnet.java.sen.trie.TrieBuilder
public class TrieBuilder
Constructs a Trie from the supplied sorted key and value arrays
コンストラクタの概要 | |
---|---|
TrieBuilder(java.lang.String[] keys,
int[] values,
int size)
Creates a TrieBuilder to build the given data |
メソッドの概要 | |
---|---|
void |
build(java.lang.String filename)
Builds The trie data file |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public TrieBuilder(java.lang.String[] keys, int[] values, int size)
keys
- The sorted Trie keysvalues
- The values for each keysize
- The actual number of entries in the key/value arraysメソッドの詳細 |
---|
public void build(java.lang.String filename) throws java.io.IOException
filename
- The filename for the Trie data file
java.io.IOException
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |