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

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
<T> IndexedList<T>
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
<T> IndexedList<T>
IndexedList.retained(List<? extends T> values)
          Produces an instance using the provided List.
 



Copyright © 2014 Burton Computer Corporation. All rights reserved.