Modifier and Type | Method and Description |
---|---|
Dictionary |
Parser.parseDictionary()
Implementation of "Parsing a Dictionary"
|
static Dictionary |
Parser.parseDictionary(String input)
Implementation of "Parsing a Dictionary" (assuming no extra characters
left in input string)
|
static Dictionary |
Dictionary.valueOf(Map<String,ListElement<? extends Object>> value)
Creates a
Dictionary instance representing the specified
Map<String, Item> value. |
Copyright © 2021 The Apache Software Foundation. All rights reserved.