Libraryless. Click here for Pure Java version (13319L/91K).
1 | static <A extends Concept> Cl<A> nuLike conceptsSortedByFieldAlphanumIC(Class<A> c, S field) {
|
2 | ret conceptsSortedByFieldAlphanumIC(db_mainConcepts(), c, field); |
3 | } |
4 | |
5 | static <A extends Concept> Cl<A> conceptsSortedByFieldAlphanumIC(Concepts concepts, Class<A> c, S field) {
|
6 | ret sortedByFieldAlphanumIC(field, concepts.list(c)); |
7 | } |
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: | 394 / 515 |
| Referenced in: | [show references] |