In SelectQuery, initWithProperties(Map<?,?> properties) has a properties Map with wildcard keys and values. That has clashed slightly with a choice I made elsewhere for these properties - I originally thought that they were <String, String>

Now I've discovered that for cache groups the value can be a String[], so perhaps <String, Object> is more suitable. Does that sound reasonable? Are they used in others ways? This is the difference between code I'd be writing for myself (where I'd make it really tightly defined for compile time safety) and a public library where others may want to override the public functions.

Whatever it is, I'd like to document more clearly what these properties can represent (for example, will the key become an enum one day?)

Ari




-------------------------->
ish
http://www.ish.com.au
Level 1, 30 Wilson Street Newtown 2042 Australia
phone +61 2 9550 5001   fax +61 2 9550 4001
GPG fingerprint CBFB 84B4 738D 4E87 5E5C  5EFA EF6A 7D2E 3E49 102A


Attachment: PGP.sig
Description: This is a digitally signed message part

Reply via email to