Interface IObjectList<T>

All Superinterfaces:
IObjectCollection<T>, IObjectIterable<T>, IObjectListProvider<T>, Iterable<T>
All Known Subinterfaces:
IMutableObjectList<T>
All Known Implementing Classes:
AbstractObjectList, ObjectList

public interface IObjectList<T> extends IObjectListProvider<T>, IObjectCollection<T>