1 | static Map orderedFieldToFieldIndex(fS fieldA, fS fieldB, Iterable l) { |
2 | ret pairsToOrderedMap((L) collectTwoFieldsAsPair(fieldA, fieldB, l)); |
3 | } |
4 | |
5 | static Map orderedFieldToFieldIndex(Iterable l, S fieldA, S fieldB) { |
6 | ret orderedFieldToFieldIndex(fieldA, fieldB, l); |
7 | } |
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: | 188 / 229 |
Version history: | 3 change(s) |
Referenced in: | [show references] |