T
tony
Hello!
Assume I have created several object of a class called Test and then used
add all these Test object to an ArrayList.
Assume also that in this class Test I have a field with a property called
name.
Assume I add a Test object where the name field is equal to "Nisse"
Now to my question:
Is it possible to find if there exist an object in the ArrayList with the
name="Nisse"
//Tony
Assume I have created several object of a class called Test and then used
add all these Test object to an ArrayList.
Assume also that in this class Test I have a field with a property called
name.
Assume I add a Test object where the name field is equal to "Nisse"
Now to my question:
Is it possible to find if there exist an object in the ArrayList with the
name="Nisse"
//Tony