tzaeschke / tinspin-indexes

Spatial index library with R*Tree, STR-Tree, Quadtree, CritBit, KD-Tree, CoverTree and PH-Tree
http://www.tinspin.org
Apache License 2.0
111 stars 24 forks source link

Iterators don't work with 'null' as value #3

Closed tzaeschke closed 9 years ago

tzaeschke commented 9 years ago

The different iterators always return hasNext()=false when a key has a 'null' value assigned.