abstract sclass SynchronizedArrayList_Base<A> extends AbstractList<A> { final int modCount() { ret modCount; } public void removeRange(int i, int j) { super.removeRange(i, j); } }
download show line numbers debug dex old transpilations
Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, ydilcnlqtmvn
No comments. add comment
| Snippet ID: | #1012181 |
| Snippet name: | SynchronizedArrayList_Base - helper for SynchronizedArrayList |
| Eternal ID of this version: | #1012181/6 |
| Text MD5: | 46f80c1cc2c485365095aafa624d9c92 |
| Author: | stefan |
| Category: | javax / collections |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-11-23 14:53:56 |
| Source code size: | 186 bytes / 4 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 753 / 2226 |
| Version history: | 5 change(s) |
| Referenced in: | [show references] |