I have this method which takes a varargs of Strings, creates a List out of it, and then tries to remove the first element of the list.
public void importFrom(Str
The returned list acts as a view for the backed array. You can not modify the list directly but only through the backed array. However, you cannot resize the array.
view