org.jivesoftware.openfire.group
Class GroupCollection
java.lang.Object
java.util.AbstractCollection
org.jivesoftware.openfire.group.GroupCollection
- All Implemented Interfaces:
- Iterable, Collection
public class GroupCollection
- extends AbstractCollection
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
Methods inherited from class java.util.AbstractCollection |
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString |
GroupCollection
public GroupCollection(Collection<String> collection)
- Constructs a new GroupCollection.
GroupCollection
public GroupCollection(String[] elements)
- Constructs a new GroupCollection.
iterator
public Iterator iterator()
- Specified by:
iterator
in interface Iterable
- Specified by:
iterator
in interface Collection
- Specified by:
iterator
in class AbstractCollection
size
public int size()
- Specified by:
size
in interface Collection
- Specified by:
size
in class AbstractCollection
Copyright © 2003-2007 Jive Software.