Hi,

has anyone worked with Java 5 Generic collection in betwixt?
I'm looking for a possibility to store in(and read from) XML collections
of different types without having to write my own collection class.

Example: 
public class PersonCollection {
        List<Person> mPersons;
        public List getPersons() {
        public void setPersons(List persons) {
        public void addPerson(Person person) {
}
Can I store (and read) a collection of Person-instances without my
explicit PersonCollection?

Regards,
        Steffen




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to