Forum: Java Mar 8th, 2005 |
| Replies: 6 Views: 6,700 Thanks, i realized i would have to do it this way after a little tinkering. I am coming from C++ so i have to get used to certain things in Java :) ( I miss my operator overloading :cry: ) |
Forum: Java Mar 3rd, 2005 |
| Replies: 6 Views: 6,700 Hi,
I am writing a java application where i am trying to create an arraylist of "Item" objects. An Item has certain methods such as getStartValue(), etc.
What i am trying to do is to access an... |