Changes between Version 2 and Version 3 of immutablelist
- Timestamp:
- 10/17/19 16:16:21 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
immutablelist
v2 v3 12 12 The main classes here are 13 13 14 || * class * || * function* ||14 || **class** || **function** || 15 15 || ImmutableList || interface, providing get(BigInteger) and size() and being Iterable || 16 16 || AbstractImmutableList || abstract superclass with default iterator() implementation, toString and get(long) ||