Libraryless. Click here for Pure Java version (17964L/111K).
sclass ConceptFieldIndexCI<A extends Concept> extends ConceptFieldIndexBase<A, O> { *(Class<A> cc, S field) { super(cc, field); } *(Concepts concepts, Class<A> cc, S field) { super(concepts, cc, field); } void init { valueToObject = generalizedCIMultiSetMap(); } void register { concepts.addCIFieldIndex(cc, field, this); } }
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: | 792 / 1554 |
| Version history: | 31 change(s) |
| Referenced in: | #1022312 - CalculatedConceptFieldIndex #1024457 - ConceptFieldIndexCI - backup before MultiSetMap #1031103 - ConceptFieldIndexBase #1031461 - ConceptFieldIndexCI_withTopTen - to always know which values are popular :) #1032784 - ConceptFieldIndexCI_certainValues #1034167 - Standard Classes + Interfaces (LIVE, continuation of #1003674) |