Flatten Nested List Iterator * // This is the interface that allows for creating nested lists. * // You should not implement it, or speculate about its implementation * class NestedInteger { * public: * // Return true if this NestedInteger holds a single integer, rather than a nested list. * bool isInteger() const; * * // Return the single integer that this NestedInteger holds
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected