Improve immutable wrapped array list performance
This commit is contained in:
parent
4654b690fe
commit
b224157c53
@ -63,7 +63,6 @@ public class ImmutableWrappedArrayList<K> extends AbstractObjectList<K> implemen
|
|||||||
/**
|
/**
|
||||||
* Creates an array list using an array of elements.
|
* 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.
|
* @return a new array list backed by the given array.
|
||||||
*/
|
*/
|
||||||
public static <K> ImmutableWrappedArrayList<K> of() {
|
public static <K> ImmutableWrappedArrayList<K> of() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user