static Collection<Set<S>> allContainedWordSets(LS tok, Collection<Set<S>> wordSets) { Set<S> words = codeTokensAsCISet(tok); ret filter(wordSets, set -> setContainsSet(words, set)); } static Collection<Set<S>> allContainedWordSets(S s, Collection<Set<S>> wordSets) { ret allContainedWordSets(wordTok_noBrackets(s), wordSets); }
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: | #1023227 |
| Snippet name: | allContainedWordSets |
| Eternal ID of this version: | #1023227/1 |
| Text MD5: | 042db26a076eb0260c73c0dee9866369 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-05-18 13:23:12 |
| Source code size: | 341 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 504 / 557 |
| Referenced in: | [show references] |