Libraryless. Click here for Pure Java version (6135L/35K).
sclass Test_CompactHashSet > TestUnorderedSet { S moreInfo(Set b) { ret n2(((CompactHashSet) b).objects.length); } Set makeSet() { ret new CompactHashSet; } } svoid test_CompactHashSet() { new Test_CompactHashSet().run(); }
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: | 464 / 703 |
| Version history: | 9 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1033827 - TestUnorderedSet #1033828 - test_CompactLongSet [OK] #1034167 - Standard Classes + Interfaces (LIVE, continuation of #1003674) |