Libraryless. Click here for Pure Java version (46L/1K).
1 | sS charIteratorToString(CharacterIterator it) {
|
2 | if (it == null) null; |
3 | new StringBuilder buf; |
4 | while (it.hasNext()) |
5 | buf.append(it.next()); |
6 | ret str(buf); |
7 | } |
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: | #1029463 |
| Snippet name: | charIteratorToString |
| Eternal ID of this version: | #1029463/1 |
| Text MD5: | 7f509d9519f4a393f59dd48218e031de |
| Transpilation MD5: | 46fc659785acff1cd37b601ad844f469 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-08-09 13:55:06 |
| Source code size: | 170 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 411 / 545 |
| Referenced in: | [show references] |