Uses of Class
org.javimmutable.collections.indexed.IndexedArray
-
Uses of IndexedArray in org.javimmutable.collections.indexed
Modifier and TypeMethodDescriptionstatic <T> IndexedArray
<T> 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 <T> IndexedArray
<T> IndexedArray.retained
(T[] values) Produces an instance using the provided array.