Class GroupCollection

java.lang.Object
java.util.AbstractCollection<Group>
org.jivesoftware.openfire.group.GroupCollection
All Implemented Interfaces:
Iterable<Group>, Collection<Group>

public class GroupCollection extends AbstractCollection<Group>
Provides a view of an array of group names as a Collection of Group objects. If any of the group names cannot be loaded, they are transparently skipped when iterating over the collection.
Author:
Matt Tucker