PrefixTree.newTree

Creates a new prefix parsing tree based on parse context.

@param context the parse context @return the tree, not null

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

Meta