Uses of Class
com_github_leetcode.NestedInteger
-
Packages that use NestedInteger Package Description com_github_leetcode g0301_0400.s0341_flatten_nested_list_iterator g0301_0400.s0385_mini_parser -
-
Uses of NestedInteger in com_github_leetcode
Methods in com_github_leetcode that return types with arguments of type NestedInteger Modifier and Type Method Description List<NestedInteger>
NestedInteger. getList()
Methods in com_github_leetcode with parameters of type NestedInteger Modifier and Type Method Description void
NestedInteger. add(NestedInteger nestedInteger)
Constructor parameters in com_github_leetcode with type arguments of type NestedInteger Constructor Description NestedInteger(List<NestedInteger> list)
-
Uses of NestedInteger in g0301_0400.s0341_flatten_nested_list_iterator
Constructor parameters in g0301_0400.s0341_flatten_nested_list_iterator with type arguments of type NestedInteger Constructor Description NestedIterator(List<NestedInteger> nestedList)
-
Uses of NestedInteger in g0301_0400.s0385_mini_parser
Methods in g0301_0400.s0385_mini_parser that return NestedInteger Modifier and Type Method Description NestedInteger
Solution. deserialize(String s)
-