Class ZFastTrie.ExitData<U>

  • Enclosing class:
    ZFastTrie<T>

    protected static final class ZFastTrie.ExitData<U>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected ExitData​(ZFastTrie.Node<U> exitNode, long lcp)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • lcp

        protected final long lcp
    • Constructor Detail