Libraryless. Click here for Pure Java version (46L/1K).
sS charIteratorToString(CharacterIterator it) { if (it == null) null; new StringBuilder buf; while (it.hasNext()) buf.append(it.next()); ret str(buf); }
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: | 410 / 543 | 
| Referenced in: | [show references] |