|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IndexedList | |
---|---|
org.javimmutable.collections.common |
Uses of IndexedList in org.javimmutable.collections.common |
---|
Methods in org.javimmutable.collections.common that return IndexedList | ||
---|---|---|
static
|
IndexedList.copied(List<? extends T> values)
Produces an instance using a copy of the specified List to ensure that changes to the List will not influence the values returned by the instance's methods. |
|
static
|
IndexedList.retained(List<? extends T> values)
Produces an instance using the provided List. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |