Uses of Class
com.sun.labs.minion.indexer.dictionary.MemoryBiGramDictionary

Packages that use MemoryBiGramDictionary
com.sun.labs.minion.indexer.partition Provides the classes that implement the partitions of the indexer. 
 

Uses of MemoryBiGramDictionary in com.sun.labs.minion.indexer.partition
 

Methods in com.sun.labs.minion.indexer.partition with parameters of type MemoryBiGramDictionary
protected static void InvFilePartitionUtils.writeBigramDictionary(MemoryBiGramDictionary dict, PartitionManager manager, int partNumber)
          Writes a bigram dictionary out to disk using the provided partition manager and for the specified partition number