org.wicketstuff.datatable_autocomplete.provider
Interface ITrieProvider<C>

All Superinterfaces:
IClusterable, Serializable

public interface ITrieProvider<C>
extends IClusterable

Author:
mocleiri A mechanism to supply a Trie from either a static or non-serializable context. Serializing the Trie imposes a big performance penalty and needs to be avoided. Using this interface is a good way to do so.

Method Summary
 org.wicketstuff.datatable_autocomplete.trie.Trie<C> provideTrie()
           
 

Method Detail

provideTrie

org.wicketstuff.datatable_autocomplete.trie.Trie<C> provideTrie()
Returns:
a Trie instance.


Copyright © 2009-2013. All Rights Reserved.