static Set<S> allConceptNames() { ret allConceptNames(db_mainConcepts()); } static Set<S> allConceptNames(Concepts concepts) { new TreeSet<S> names; for (Concept concept : allConcepts(concepts)) names.add(shortDynamicClassName(concept)); ret names; }
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1005296 |
| Snippet name: | allConceptNames |
| Eternal ID of this version: | #1005296/3 |
| Text MD5: | 816db7430541d25662a92790d077c6e7 |
| Author: | stefan |
| Category: | javax / concepts |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-01-12 17:31:20 |
| Source code size: | 274 bytes / 10 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 772 / 793 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |