Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

8
LINES

< > BotCompany Repo | #1031461 // ConceptFieldIndexCI_withTopTen - to always know which values are popular :)

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (18252L/112K).

1  
sclass ConceptFieldIndexCI_withTopTen<A extends Concept>  extends ConceptFieldIndexCI<A> {
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 = generalizedCIMultiSetMapWithTopTen();
7  
  }
8  
}

Author comment

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: 144 / 293
Version history: 3 change(s)
Referenced in: [show references]