Package org.naviqore.utils.search


package org.naviqore.utils.search
  • Class
    Description
    A trie data structure that compresses the edges.
    SearchIndex class for indexing strings and their associated objects.
     
    Builder class for creating a SearchIndex with key-value pairs.
    Trie<T>
    Trie data structure for storing values with associated string keys, which supports inserting values and searching by prefix.
    Node within the Trie structure, containing a list of children and values.