Libraryless. Click here for Pure Java version (6135L/35K).
1 | sclass Test_CompactHashSet > TestUnorderedSet {
|
2 | S moreInfo(Set b) { ret n2(((CompactHashSet) b).objects.length); }
|
3 | |
4 | Set makeSet() { ret new CompactHashSet; }
|
5 | } |
6 | |
7 | svoid test_CompactHashSet() {
|
8 | new Test_CompactHashSet().run(); |
9 | } |
Began life as a copy of #1031947
download show line numbers debug dex old transpilations
Travelled to 5 computer(s): bhatertpkbcr, ekrmjmnbrukm, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx
No comments. add comment
| Snippet ID: | #1032013 |
| Snippet name: | test_CompactHashSet |
| Eternal ID of this version: | #1032013/10 |
| Text MD5: | 72f7cffe342fbaa0bfa8e50d1be09f00 |
| Transpilation MD5: | c9094022d3593834cb300dc1980a3d0b |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-01-06 21:30:37 |
| Source code size: | 241 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 466 / 708 |
| Version history: | 9 change(s) |
| Referenced in: | [show references] |