1 | static LS mechListsWithSingleWords() { |
2 | new LS out; |
3 | for (PairS nameAndText : localMechListCopies_iterator()) { |
4 | ItIt<S> it = tlft_iterator(nameAndText.b); |
5 | if (it.hasNext() && !any containsSpaces(it)) |
6 | out.add(nameAndText.a); |
7 | } |
8 | ret out; |
9 | } |
download show line numbers debug dex old transpilations
Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1022557 |
Snippet name: | mechListsWithSingleWords - always scans local copies |
Eternal ID of this version: | #1022557/2 |
Text MD5: | 9695cd0ff1f0db9ec3292185b62cdd12 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-03-21 11:12:34 |
Source code size: | 264 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 260 / 282 |
Version history: | 1 change(s) |
Referenced in: | [show references] |