static Map orderedFieldToFieldIndex(fS fieldA, fS fieldB, Iterable l) { ret pairsToOrderedMap((L) collectTwoFieldsAsPair(fieldA, fieldB, l)); } static Map orderedFieldToFieldIndex(Iterable l, S fieldA, S fieldB) { ret orderedFieldToFieldIndex(fieldA, fieldB, l); }
Began life as a copy of #1026028
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1027530 |
| Snippet name: | orderedFieldToFieldIndex |
| Eternal ID of this version: | #1027530/4 |
| Text MD5: | 5b60a7efda3daf2da29b07da6f0f0187 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-03-23 11:48:59 |
| Source code size: | 275 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 414 / 450 |
| Version history: | 3 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |