Changes between Version 7 and Version 8 of immutablelist


Ignore:
Timestamp:
10/22/19 11:30:15 (5 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • immutablelist

    v7 v8  
    11= ImmutableList
    22
     3Maven include:
     4{{{
     5<dependency>
     6        <groupId>tudelft.utilities</groupId>
     7        <artifactId>immutablelist</artifactId>
     8        <version>1.0.1</version>
     9</dependency>
     10}}}
     11
     12
     13available on
     14{{{
     15<repository>
     16        <id>artifactory.ewi.tudelft.nl</id>
     17        <url>http://artifactory.ewi.tudelft.nl/artifactory/libs-release</url>
     18        <snapshots>
     19                <enabled>false</enabled>
     20        </snapshots>
     21</repository>
     22}}}
    323ImmutableList is similar to the common java.util.List: it contains a list of elements.
    424However, the big differences are