PrefixTree.newTree

Creates a new prefix parsing tree.

@param keys a set of strings to build the prefix parsing tree, not null @param context the parse context @return the tree, not null

  1. PrefixTree newTree(DateTimeParseContext context)
  2. PrefixTree newTree(Set!(string) keys, DateTimeParseContext context)
    class PrefixTree
    static
    newTree

Meta