lists 0.0.5
lists: ^0.0.5 copied to clipboard
Collection of the lists (BitList, FilledList, GroupedRangeList, RangeList, SparseList, StepList, WrappedList).
0.0.5 #
- Improved (up to 15%) the performance of the
SparseList.addGroup()when the group added to the end
0.0.4 #
- Added class
GroupedRangeList<E> - Added class
SparseList<E> - Added method
includes(RangeList other) => booltoRangeList - Added method
intersection(RangeList other) => RangeListtoRangeList - Added method
subtract(RangeList other) => List<RangeList>toRangeList - Added operator
+(RangeList other) => RangeListtoRangeList