static abstract class Collector<A> { abstract bool add(A a); // return true if full after this bool full() { ret false; } bool contains(A a) { ret false; } }
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: | #1005182 |
| Snippet name: | class Collector |
| Eternal ID of this version: | #1005182/1 |
| Text MD5: | 783444bcccdb725f509e36d74bc872b9 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2016-11-20 19:11:54 |
| Source code size: | 167 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 1019 / 1844 |
| Referenced in: | [show references] |