Class JaspellTernarySearchTrie.TSTNode

  • All Implemented Interfaces:
    org.apache.lucene.util.Accountable
    Enclosing class:
    JaspellTernarySearchTrie

    protected static final class JaspellTernarySearchTrie.TSTNode
    extends Object
    implements org.apache.lucene.util.Accountable
    An inner class of Ternary Search Trie that represents a node in the trie.
    • Method Detail

      • ramBytesUsed

        public long ramBytesUsed()
        Specified by:
        ramBytesUsed in interface org.apache.lucene.util.Accountable