lists 0.0.7
lists: ^0.0.7 copied to clipboard
Collection of the lists (BitList, FilledList, GroupedRangeList, RangeList, SparseBoolList, SparseList, StepList, WrappedList).
0.0.7 #
- Added field
int endtoSparseList<E> - Added field
int starttoSparseList<E>
0.0.6 #
- Added class
SparseBoolList - Modified method in
SparseList<E>fromgetGroups(RangeList range)togetGroups([RangeList range])
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