Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

5
LINES

< > BotCompany Repo | #1031887 // RandomAccessSubList

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (3488L/20K).

sclass RandomAccessSubList<E> extends SubList<E> implements RandomAccess {
  *(L<E> root, int fromIndex, int toIndex) {
    super(root, fromIndex, toIndex);
  }
}

Author comment

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: 104 / 228
Referenced in: [show references]