Uses of Class
org.javimmutable.collections.indexed.IndexedList
-
Uses of IndexedList in org.javimmutable.collections.indexed
Modifier and TypeMethodDescriptionstatic <T> IndexedList
<T> 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> Produces an instance using the provided List.