Class UserCollection

java.lang.Object
java.util.AbstractCollection<User>
org.jivesoftware.openfire.user.UserCollection
All Implemented Interfaces:
Iterable<User>, Collection<User>

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