Class 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