eclipse-collections icon indicating copy to clipboard operation
eclipse-collections copied to clipboard

Implement subList() on primitive lists

Open vmzakharov opened this issue 5 years ago • 10 comments

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.

vmzakharov avatar Jan 07 '21 16:01 vmzakharov

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

gaurangkudale avatar Nov 14 '21 09:11 gaurangkudale

i am already working on this

sneznaj avatar Nov 14 '21 11:11 sneznaj

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

gaurangkudale avatar Nov 14 '21 11:11 gaurangkudale

@vmzakharov FastList does not contain a sublist method or class

sneznaj avatar Nov 15 '21 17:11 sneznaj