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

5
LINES

< > BotCompany Repo | #1024023 // IConceptCounter - concept index that knows the count for a class. can also list the concepts

JavaX fragment (include)

sinterface IConceptCounter {
  Class<? extends Concept> conceptClass();
  int countConcepts();
  Collection<Concept> allConcepts();
}

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: #1024023
Snippet name: IConceptCounter - concept index that knows the count for a class. can also list the concepts
Eternal ID of this version: #1024023/4
Text MD5: 52eda2d3737fe4034f9aac2243df2820
Author: stefan
Category: javax / concepts
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-08-05 14:31:49
Source code size: 137 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 263 / 633
Version history: 3 change(s)
Referenced in: [show references]