09 April 2005 - java_dev (original) (raw)

03:25 pm - jizmunci - the iterator and its joys I need some advice about using the iterator.I specifically need to know the following:I need to compare something with something else.I use the iterator to go through a vector to find one of these values.However, this value is stored in an object held in the vector. How do I use a "get" function when using the iterator?