Mercurial > dive4elements > gnv-client
diff geo-backend/ChangeLog @ 270:1fe93e3c80c0
DefaultResult now directly inherits from HashMap.
geo-backend/trunk@241 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Mon, 19 Oct 2009 10:27:24 +0000 |
parents | db8920c5346d |
children | 8aad9d098b08 |
line wrap: on
line diff
--- a/geo-backend/ChangeLog Wed Oct 14 10:58:49 2009 +0000 +++ b/geo-backend/ChangeLog Mon Oct 19 10:27:24 2009 +0000 @@ -1,3 +1,12 @@ +2009-10-19 Sascha L. Teichmann <sascha.teichmann@intevation.de> + + * src/main/java/de/intevation/gnv/geobackend/base/DefaultResult.java: + Extends from HashMap directly to avoid one level of indirection and + do not create so much needless objects. + + TODO: The representation in form of HashMaps is not very efficent! + Use array with index instead. + 2009-10-14 Tim Englich <tim.englich@intevation.de> * src/test/java/de/intevation/gnv/geobackend/base/query/QueryExecutorTestCase.java (testSpatialQueryWithoutIntersects), @@ -100,4 +109,4 @@ 2009-09-04 Tim Englich <tim.englich@intevation.de> - * pom.xml: \ No newline at end of file + * pom.xml: