Download Jar. Libraryless. Click here for Pure Java version (1678L/12K).
1 | !7 |
2 | |
3 | p {
|
4 | Set<S> set = litciset("hello", "WORLD");
|
5 | printStruct(set); |
6 | assertTrue(set.contains("hello"));
|
7 | assertTrue(set.contains("world"));
|
8 | assertFalse(set.contains("hellÖ"));
|
9 | assertTrue(set.contains("WORLd"));
|
10 | print("OK");
|
11 | } |
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1011095 |
| Snippet name: | Test caseInsensitiveSet [OK] |
| Eternal ID of this version: | #1011095/4 |
| Text MD5: | 665263fd30bfa84e6c7308ec4d1bf9bd |
| Transpilation MD5: | 933b3331916185411520d24b6d7ec96d |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX source code (desktop) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-10-12 19:28:01 |
| Source code size: | 247 bytes / 11 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 1145 / 2584 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |