What about adding a method to String complementing the call toCharArray(), only it takes 3 arguments: An char array, a position and a length, that inside uses System.arrayCopy. This would create the possibility to eliminate news when we just want to copy Strings, and still preserve immutability
- [DISCUSSION] Views of immutable objects. Paulo Levi
- Re: [DISCUSSION] Views of immutable objects. Roman Kennke
- Re: [DISCUSSION] Views of immutable objects. Paulo Levi
- Re: [DISCUSSION] Views of immutable objects. Ralf Ullrich
- Re: [DISCUSSION] Views of immutable objects. Paulo Levi
- Re: [DISCUSSION] Views of immutable objects. Paulo Levi
- Re: [DISCUSSION] Views of immutable objects. Paulo Levi
