SyntaxFix
Write A Post
Hire A Developer
Questions
You could use the ArrayUtils.subarray in apache commons. Not perfect but a bit more intuitive than System.arraycopy. The downside is that it does introduce another dependency into your code.
System.arraycopy.