Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

8
LINES

< > BotCompany Repo | #1023217 // extAllFlags

JavaX fragment (include)

static Set<S> extAllFlags(Ext e) {
  new Set<S> flags;
  while (e != null) {
    addAll(flags, stringsOnly(keysWithValue(true, e.fieldValues)));
    e = (Ext) mapGet(e.fieldValues, 'src);
  }
  ret flags;
}

Author comment

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: 150 / 186
Version history: 3 change(s)
Referenced in: [show references]