Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

6
LINES

< > BotCompany Repo | #1030719 // allConceptFieldsAsMap

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (14742L/95K).

static MapSO allConceptFieldsAsMap(Concept c) {
  new MapSO map;
  fOr (S field : conceptFields(c))
    map.put(field, cget(c, field));
  ret map;
}

Author comment

Began life as a copy of #1026271

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1030719
Snippet name: allConceptFieldsAsMap
Eternal ID of this version: #1030719/3
Text MD5: 9da4ae84f198d2083663e4f5adb18f23
Transpilation MD5: 75e5697fb50d02e87b7294b2b3afb8c7
Author: stefan
Category: javax / concepts
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-03-16 17:16:38
Source code size: 153 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 139 / 201
Version history: 2 change(s)
Referenced in: [show references]