sizeOf abstract method

int sizeOf([
  1. int valueSizeInBytes = 0
])

Return approximate size of tree in bytes

Not exact but provides useful comparison between different instances of TTMultiMap.

If size of value type should be included in calculation then specify size via valueSizeInBytes.

Implementation

int sizeOf([int valueSizeInBytes = 0]);