Modifier and Type | Method and Description |
---|---|
static InnerList |
Parser.parseInnerList(String input)
Implementation of "Parsing an Inner List" (assuming no extra characters
left in input string)
|
static InnerList |
InnerList.valueOf(List<Item<? extends Object>> value)
Creates an
InnerList instance representing the specified
List<Item> value. |
InnerList |
InnerList.withParams(Parameters params) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.