Javadoc
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1470340 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1df5607ba7
commit
212ac51aee
|
@ -478,7 +478,7 @@ public class ListUtils {
|
||||||
* Returns a fixed-sized list backed by the given list.
|
* Returns a fixed-sized list backed by the given list.
|
||||||
* Elements may not be added or removed from the returned list, but
|
* Elements may not be added or removed from the returned list, but
|
||||||
* existing elements can be changed (for instance, via the
|
* existing elements can be changed (for instance, via the
|
||||||
* {@link List#set(int,E)} method).
|
* {@link List#set(int, Object)} method).
|
||||||
*
|
*
|
||||||
* @param <E> the element type
|
* @param <E> the element type
|
||||||
* @param list the list whose size to fix, must not be null
|
* @param list the list whose size to fix, must not be null
|
||||||
|
|
Loading…
Reference in New Issue