Interface Cursor<K,​V>


  • public interface Cursor<K,​V>
    A Cursor can be used to traverse a Trie, visit each node step by step and make Cursor.Decisions on each step how to continue with traversing the Trie.