Class ConcurrentGroupList<T>

java.lang.Object
java.util.concurrent.CopyOnWriteArrayList<T>
org.jivesoftware.openfire.group.ConcurrentGroupList<T>
All Implemented Interfaces:
Serializable, Cloneable, Iterable<T>, Collection<T>, List<T>, RandomAccess, GroupAwareList<T>

public class ConcurrentGroupList<T> extends CopyOnWriteArrayList<T> implements GroupAwareList<T>
This list specifies additional methods that understand groups among the items in the list.
Author:
Tom Evans
See Also: