Changes between Version 2 and Version 3 of immutablelist


Ignore:
Timestamp:
10/17/19 16:16:21 (5 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • immutablelist

    v2 v3  
    1212The main classes here are
    1313
    14 || * class * || * function * ||
     14|| **class**  || **function** ||
    1515|| ImmutableList || interface, providing get(BigInteger) and size() and being Iterable ||
    1616|| AbstractImmutableList || abstract superclass with default iterator() implementation, toString and get(long) ||