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

5
LINES

< > BotCompany Repo | #1023274 // getConceptFieldIndex_ciOrRegular - is this even needed?

JavaX fragment (include)

static <A extends Concept> IFieldIndex getConceptFieldIndex_ciOrRegular(Class<A> c, S field) {
  IFieldIndex idx = getConceptFieldCIIndex(c, field);
  if (idx != null) ret idx;
  ret getConceptFieldIndex(c, field);
}

Author comment

Began life as a copy of #1023272

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: #1023274
Snippet name: getConceptFieldIndex_ciOrRegular - is this even needed?
Eternal ID of this version: #1023274/3
Text MD5: 9b6a686fe9d3b587f1a952d6f86578f6
Author: stefan
Category: javax / concepts
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-05-21 17:08:23
Source code size: 220 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 180 / 251
Version history: 2 change(s)
Referenced in: [show references]