Changes between Version 18 and Version 19 of immutablelist


Ignore:
Timestamp:
08/03/21 11:35:03 (3 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • immutablelist

    v18 v19  
    1717
    1818|| **class**  || **function** ||
    19 ||ImmutableList || interface, providing get(BigInteger) and size() and being Iterable ||
    20 ||AbstractImmutableList || abstract superclass with default iterator() implementation, toString and get(long) ||
    21 ||JoinedList || Joins multiple ImmutableLists into one. ||
    22 ||MapList || Maps a function over the input list. ||
     19||ImmutableList ||interface, providing get(BigInteger) and size() and being Iterable ||
     20||AbstractImmutableList ||Abstract superclass with default iterator() implementation, toString and get(long) ||
     21||JoinedList ||Joins multiple ImmutableLists into one. ||
     22||MapList ||Maps a function over the input list. ||
    2323||MapThreadList || Maps a 2-arg function over 2 lists.||
    2424||RandomIntegers||A list of pseudo-random numbers. List size is restricted to powers of 2.||