Class RootTrie

java.lang.Object
com.twelfthmile.yuga.types.RootTrie

public class RootTrie
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    java.util.Map<java.lang.String,​GenTrie> next  
  • Constructor Summary

    Constructors
    Constructor Description
    RootTrie()  
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • next

      public final java.util.Map<java.lang.String,​GenTrie> next
  • Constructor Details

    • RootTrie

      public RootTrie()