Uses of Class
org.greenbytes.http.sfv.OuterList
-
-
Uses of OuterList in org.greenbytes.http.sfv
Methods in org.greenbytes.http.sfv that return OuterList Modifier and Type Method Description OuterListParser. parseList()Implementation of "Parsing a List"static OuterListParser. parseList(String input)Implementation of "Parsing a List" (assuming no extra characters left in input string)static OuterListOuterList. valueOf(List<ListElement<?>> value)Creates anOuterListinstance representing the specifiedList<Item>value.
-