1 | // first parameter can be Concepts |
2 | svoid indexConceptFieldsOrdered(O... params) { |
3 | int i = 0; |
4 | Concepts concepts; |
5 | if (first(params) instanceof Concepts) { |
6 | concepts = (Concepts) first(params); |
7 | ++i; |
8 | } else concepts = db_mainConcepts(); |
9 | for (; i < l(params); i += 2) |
10 | indexConceptFieldDesc(concepts, (Class) params[i], (S) params[i+1]); |
11 | } |
Began life as a copy of #1024290
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1026156 |
Snippet name: | indexConceptFieldsOrdered - index certain concept fields in order (desc, internally) |
Eternal ID of this version: | #1026156/1 |
Text MD5: | e0d891e5ad6c3cea02e3f76d6ae3c391 |
Author: | stefan |
Category: | javax / concepts |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-11-27 13:26:48 |
Source code size: | 364 bytes / 11 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 258 / 315 |
Referenced in: | [show references] |