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