menu
dts package
documentation
dts.dart
AbstractSTRtree<T, B>
size method
size method
dark_mode
light_mode
size
method
int
size
(
)
Implementation
int size() { if (isEmpty()) { return 0; } build(); return size2(root!); }
dts package
documentation
dts
AbstractSTRtree<T, B>
size method
AbstractSTRtree class