#3 Grid

已关闭
msieron6 年之前创建 · 0 条评论
msieron 评论于 6 年之前
  • Grid class should be implement interfaces:
    • list<list<value>>
    • list<Map/Record>
    • list<Bean>
    • 2-dimensional map: get/set(row,column)
    • composite map: get/set(Coords), where Coords{row,column}
  • Header should be available
    • list<string>
    • list<{type,name}>
  • Streaming operations: map, filter, each
    • row oriented
    • column oriented
    • cell oriented
    • filter columns, rows, rectangles
  • Sort
- Grid class should be implement interfaces: - list&lt;list&lt;value>> - list&lt;Map/Record> - list&lt;Bean> - 2-dimensional map: get/set(row,column) - composite map: get/set(Coords), where Coords{row,column} - Header should be available - list&lt;string> - list<{type,name}> - Streaming operations: map, filter, each - row oriented - column oriented - cell oriented - filter columns, rows, rectangles - Sort
msieron 在代码提交 6 年之前 中引用了该工单
msieron6 年之前 关闭
登录 并参与到对话中。
未选择里程碑
未指派成员
1 名参与者
正在加载...
取消
保存
这个人很懒,什么都没留下。