Libraryless. Click here for Pure Java version (3488L/20K).
1 | sclass RandomAccessSubList<E> extends SubList<E> implements RandomAccess {
|
2 | *(L<E> root, int fromIndex, int toIndex) {
|
3 | super(root, fromIndex, toIndex); |
4 | } |
5 | } |
Began life as a copy of #1031884
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx
No comments. add comment
| Snippet ID: | #1031887 |
| Snippet name: | RandomAccessSubList |
| Eternal ID of this version: | #1031887/1 |
| Text MD5: | b636d14259123718eb6bc943a83989ba |
| Transpilation MD5: | 73333efeebeaa5e27a5aebee8352877b |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-07-24 02:21:55 |
| Source code size: | 168 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 404 / 618 |
| Referenced in: | [show references] |