|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IndexedArray | |
---|---|
org.javimmutable.collections.common |
Uses of IndexedArray in org.javimmutable.collections.common |
---|
Methods in org.javimmutable.collections.common that return IndexedArray | ||
---|---|---|
static
|
IndexedArray.copied(T[] values)
Produces an instance using a clone of the specified array to ensure that changes to the array will not influence the values returned by the instance's methods. |
|
static
|
IndexedArray.retained(T[] values)
Produces an instance using the provided array. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |