Changes between Version 3 and Version 4 of immutablelist


Ignore:
Timestamp:
10/17/19 16:24:26 (6 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • immutablelist

    v3 v4  
    1616|| AbstractImmutableList || abstract superclass with default iterator() implementation, toString and get(long) ||
    1717|| JoinedList || Joins 2 immutablelists into one. ||
     18|| MapList || Maps a function over the input list ||
     19|| MapThreadList || Maps a 2-arg function over 2 lists ||
     20|| Outer || maps an input list into a list containing all possible combinations with one element from each of the provided lists||
     21|| AbstractPermutations || Abstract superclass of all classes that map some input list into a list of all permutations of the input list||
     22|| PermutationsOrderedWithoutReturn || Maps input list into list of all permutations of the input list, when drawing without return.||
    1823
    1924