#3 Grid

Fermé
Créé il y a 6 ans par msieron · 0 commentaires
msieron a commenté il y a 6 ans
  • 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 a référencé ce problème à partir d'un commit il y a 6 ans
Connectez-vous pour rejoindre cette conversation.
Aucun jalon
Pas d'assignataire
1 Participants
Chargement…
Annuler
Enregistrer
Il n'existe pas encore de contenu.