Uses of Class
org.javimmutable.collections.common.IndexedArray

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
<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.
 



Copyright © 2014 Burton Computer Corporation. All rights reserved.