eclipse-collections
eclipse-collections copied to clipboard
Implement subList() on primitive lists
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.
Hi @vmzakharov, Can I work on this issue? if yes can please direct me to the code line
i am already working on this
Hi, @sneznaj Do you need any help? we can collaborate
@vmzakharov FastList does not contain a sublist method or class