Uses of Class
org.javimmutable.collections.indexed.IndexedList
Packages that use IndexedList
-
Uses of IndexedList in org.javimmutable.collections.indexed
Methods in org.javimmutable.collections.indexed that return IndexedListModifier 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.