Uses of Interface
net.sf.eos.trie.Trie.Cursor

Packages that use Trie.Cursor
net.sf.eos.trie Contains the base structure for memory based entity recognition. 
 

Uses of Trie.Cursor in net.sf.eos.trie
 

Methods in net.sf.eos.trie with parameters of type Trie.Cursor
 Map.Entry<K,V> Trie.select(K key, Trie.Cursor<? super K,? super V> cursor)
          Iterates through the Trie, starting with the entry whose bitwise value is closest in an XOR metric to the given key.
 Map.Entry<K,V> PatriciaTrie.select(K key, Trie.Cursor<? super K,? super V> cursor)
           
static
<K,V> List<V>
TrieUtils.select(Trie<K,V> trie, K key, int count, Trie.Cursor<K,V> cursor)
           
 Map.Entry<K,V> Trie.traverse(Trie.Cursor<? super K,? super V> cursor)
          Traverses the Trie in lexicographical order.
 Map.Entry<K,V> PatriciaTrie.traverse(Trie.Cursor<? super K,? super V> cursor)
           
 



Copyright © 2008. All Rights Reserved.