Libraryless. Click here for Pure Java version (4532L/27K).
1 | svoid test_deepDoubleWordIndex_lookupString() {
|
2 | new DoubleWordIndex<WithIntArray<S>> index; |
3 | deepDoubleWordIndex_add(index, "a", "hello world"); |
4 | assertEqualsVerbose(ll("a"), asList(deepDoubleWordIndex_lookupString(index, "hello")));
|
5 | assertEqualsVerbose(ll("a"), asList(deepDoubleWordIndex_lookupString(index, "hello world", debug := true)));
|
6 | } |
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: | #1029027 |
| Snippet name: | test_deepDoubleWordIndex_lookupString (OK) |
| Eternal ID of this version: | #1029027/3 |
| Text MD5: | 151a04cbd1eab7f38d46ad0eed97069a |
| Transpilation MD5: | 216ab13acbb475991498ed8dd01c562f |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-07-17 01:08:19 |
| Source code size: | 355 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 402 / 523 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |