Class NestedInteger

java.lang.Object
com_github_leetcode.NestedInteger

public class NestedInteger extends Object
  • Constructor Details

    • NestedInteger

      public NestedInteger()
    • NestedInteger

      public NestedInteger(List<NestedInteger> list)
    • NestedInteger

      public NestedInteger(Integer integer)
  • Method Details