Libraryless. Click here for Pure Java version (13319L/91K).
static <A extends Concept> Cl<A> nuLike conceptsSortedByFieldAlphanumIC(Class<A> c, S field) { ret conceptsSortedByFieldAlphanumIC(db_mainConcepts(), c, field); } static <A extends Concept> Cl<A> conceptsSortedByFieldAlphanumIC(Concepts concepts, Class<A> c, S field) { ret sortedByFieldAlphanumIC(field, concepts.list(c)); }
Began life as a copy of #1026015
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: | #1029667 |
| Snippet name: | conceptsSortedByFieldAlphanumIC |
| Eternal ID of this version: | #1029667/1 |
| Text MD5: | ebbc68d4b2ba3bf40c58a7124bfa751c |
| Transpilation MD5: | f481dc5b27f732bbc52edc8ba85fc197 |
| Author: | stefan |
| Category: | javax / concepts |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-09-06 19:59:56 |
| Source code size: | 336 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 395 / 516 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |