Interface IObjectCollection<T>

All Superinterfaces:
IObjectIterable<T>, Iterable<T>
All Known Subinterfaces:
IMutableObjectCollection<T>, IMutableObjectList<T>, IObjectList<T>
All Known Implementing Classes:
AbstractObjectCollection, AbstractObjectList, ObjectCollection, ObjectList

public interface IObjectCollection<T> extends IObjectIterable<T>