Hi folks, I'm trying to prepare fulcrum-intake for the next Turbine milestone. I thought it would be a good idea to introduce generics before the next release. An obvious choice would be Field<T>, *however*, the code relies on Object[] instanceof Object for the multivalued-field feature.
I don't have any good idea how to resolve this. Different basic field types for single-valued and multi-valued fields? Continue to use Object? Add methods for the separated handling? WDYT? Your thoughts are appreciated. Bye, Thomas --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
