Uses of Interface
org.ardverk.collection.Cursor

Uses of Cursor in org.ardverk.collection
 

Methods in org.ardverk.collection with parameters of type Cursor
 java.util.Map.Entry<K,V> Trie.select(K key, 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.
 java.util.Map.Entry<K,V> Trie.traverse(Cursor<? super K,? super V> cursor)
          Traverses the Trie in lexicographical order.
 



Copyright © 2005-2009 Roger Kapsi, Sam Berlin. All Rights Reserved.