Improve immutable wrapped array list performance

This commit is contained in:
Andrea Cavalli 2023-11-29 15:50:42 +01:00
parent 4654b690fe
commit b224157c53
1 changed files with 0 additions and 1 deletions

View File

@ -63,7 +63,6 @@ public class ImmutableWrappedArrayList<K> extends AbstractObjectList<K> implemen
/**
* Creates an array list using an array of elements.
*
* @param init a the array the will become the new backing array of the array list.
* @return a new array list backed by the given array.
*/
public static <K> ImmutableWrappedArrayList<K> of() {