Libraryless. Click here for Pure Java version (17964L/111K).
1 | sclass ConceptFieldIndexCI<A extends Concept> extends ConceptFieldIndexBase<A, O> { |
2 | *(Class<A> cc, S field) { super(cc, field); } |
3 | *(Concepts concepts, Class<A> cc, S field) { super(concepts, cc, field); } |
4 | |
5 | void init { |
6 | valueToObject = generalizedCIMultiSetMap(); |
7 | } |
8 | |
9 | void register { |
10 | concepts.addCIFieldIndex(cc, field, this); |
11 | } |
12 | } |
Began life as a copy of #1008616
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1014416 |
Snippet name: | ConceptFieldIndexCI - new version with MultiSetMap |
Eternal ID of this version: | #1014416/32 |
Text MD5: | 8033b86a223be66583bc61670916bada |
Transpilation MD5: | b8936e81de46d77ed7186fdf2dc87aa7 |
Author: | stefan |
Category: | javax / concepts |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-09-01 19:29:17 |
Source code size: | 361 bytes / 12 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 530 / 1244 |
Version history: | 31 change(s) |
Referenced in: | [show references] |