Given the following code, how can I iterate over an object of type ProfileCollection?
public class ProfileCollection implements Iterable { private Ar
First off:
public class ProfileCollection implements Iterable {
Second:
return m_Profiles.get(m_ActiveProfile);