Interface DataSupplier

  • Method Summary

    Modifier and Type
    Method
    Description
    get()
    获取数据 如果没有数据请返回 null
  • Method Details

    • get

      DataNode get()
      获取数据 如果没有数据请返回 null
      Returns:
      数据节点 或 null