Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement subList() on primitive lists #1053

Open
vmzakharov opened this issue Jan 7, 2021 · 4 comments
Open

Implement subList() on primitive lists #1053

vmzakharov opened this issue Jan 7, 2021 · 4 comments

Comments

@vmzakharov
Copy link
Contributor

Currently subList() on primitive lists is stubbed with

throw new UnsupportedOperationException("subList not yet implemented!");

The new behavior should be consistent with the behaviors currently defined in FastList for the mutable lists and AbstractImmutableList for the immutable ones.

@gaurangkudale
Copy link

Hi @vmzakharov,
Can I work on this issue? if yes can please direct me to the code line

@sneznaj
Copy link

sneznaj commented Nov 14, 2021

i am already working on this

@gaurangkudale
Copy link

Hi, @sneznaj Do you need any help? we can collaborate

@sneznaj
Copy link

sneznaj commented Nov 15, 2021

@vmzakharov FastList does not contain a sublist method or class

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants