Class SuggestibleEntryCache

java.lang.Object
org.apache.lucene.analysis.hunspell.SuggestibleEntryCache

class SuggestibleEntryCache extends Object
A cache allowing for CPU-cache-friendlier iteration over WordStorage entries that can be used for suggestions. The words and the form data are stored in plain contiguous arrays with no compression.