1 | static <A extends Concept> ConceptFieldIndexCI<A> getConceptFieldCIIndex(Class<A> c, S field) { |
2 | ret getConceptFieldCIIndex(db_mainConcepts(), c, field); |
3 | } |
4 | |
5 | static <A extends Concept> ConceptFieldIndexCI<A> getConceptFieldCIIndex(Concepts concepts, Class<A> c, S field) { |
6 | ret (ConceptFieldIndexCI) concepts.getCIFieldIndex(c, field); |
7 | } |
Began life as a copy of #1023271
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1023272 |
Snippet name: | getConceptFieldCIIndex |
Eternal ID of this version: | #1023272/5 |
Text MD5: | 8849e91bc272ea52f3783fbd93559857 |
Author: | stefan |
Category: | javax / concepts |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-07-29 19:40:25 |
Source code size: | 344 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 295 / 360 |
Version history: | 4 change(s) |
Referenced in: | [show references] |