Skip to content

Renaming method getSize in Segments

The method getSize in segments returns number of elements managed by the segments excluding the padding elements. However, the name is confusing it seems more like that it returns number of segments managed by the datastructure. This was the main problem in #152 (closed). I sugest to rename it to, for example, getElementsCount.