Changes between Version 9 and Version 10 of immutablelist
- Timestamp:
- 06/14/21 12:22:10 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
immutablelist
v9 v10 1 1 = ImmutableList 2 2 3 Maven include:4 {{{5 <dependency>6 <groupId>tudelft.utilities</groupId>7 <artifactId>immutablelist</artifactId>8 <version>1.0.1</version>9 </dependency>10 }}}11 3 4 Part of [wiki:utilities]. 12 5 13 available on14 {{{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 }}}23 6 ImmutableList is similar to the common java.util.List: it contains a list of elements. 24 7 However, the big differences are