I refer to get only part of an Array in Java?, it use copyOfRange() method. So, i glanced at source code of this method. It copies the specified range of the specified array into a new array. I don't want to do this. I want to get a view of array.
Is there some ways to get this?