Package | Description |
---|---|
com_github_leetcode | |
g0301_0400.s0341_flatten_nested_list_iterator | |
g0301_0400.s0385_mini_parser |
Modifier and Type | Method and Description |
---|---|
List<NestedInteger> |
NestedInteger.getList() |
List<NestedInteger> |
NestedInteger.getList() |
Modifier and Type | Method and Description |
---|---|
void |
NestedInteger.add(NestedInteger nestedInteger) |
void |
NestedInteger.add(NestedInteger nestedInteger) |
Constructor and Description |
---|
NestedInteger(List<NestedInteger> list) |
NestedInteger(List<NestedInteger> list) |
Constructor and Description |
---|
NestedIterator(List<NestedInteger> nestedList) |
NestedIterator(List<NestedInteger> nestedList) |
Modifier and Type | Method and Description |
---|---|
NestedInteger |
Solution.deserialize(String s) |
NestedInteger |
Solution.deserialize(String s) |
Copyright © 2022. All rights reserved.