Libraryless. Click here for Pure Java version (18252L/112K).
sclass ConceptFieldIndexCI_withTopTen<A extends Concept> extends ConceptFieldIndexCI<A> { *(Class<A> cc, S field) { super(cc, field); } *(Concepts concepts, Class<A> cc, S field) { super(concepts, cc, field); } void init { valueToObject = generalizedCIMultiSetMapWithTopTen(); } }
Began life as a copy of #1014416
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1031461 |
| Snippet name: | ConceptFieldIndexCI_withTopTen - to always know which values are popular :) |
| Eternal ID of this version: | #1031461/4 |
| Text MD5: | 26ae54bb992fe4ed9b77b0c09b11d13d |
| Transpilation MD5: | b1907c50e159fb99fc6aff8c85ac7752 |
| 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:31:35 |
| Source code size: | 301 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 476 / 681 |
| Version history: | 3 change(s) |
| Referenced in: | #1034167 - Standard Classes + Interfaces (LIVE, continuation of #1003674) |