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. || |