1 | static Set<S> extAllFlags(Ext e) { |
2 | new Set<S> flags; |
3 | while (e != null) { |
4 | addAll(flags, stringsOnly(keysWithValue(true, e.fieldValues))); |
5 | e = (Ext) mapGet(e.fieldValues, 'src); |
6 | } |
7 | ret flags; |
8 | } |
Began life as a copy of #1023216
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: | #1023217 |
Snippet name: | extAllFlags |
Eternal ID of this version: | #1023217/4 |
Text MD5: | b61b3afc195fe5dee3c122eef1b11564 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-05-16 20:43:55 |
Source code size: | 213 bytes / 8 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 279 / 285 |
Version history: | 3 change(s) |
Referenced in: | [show references] |