Interface IObjectListReceiver<T>
-
- All Superinterfaces:
IObjectCollectionReceiver<T>
- All Known Subinterfaces:
IMutableObjectList<T>
- All Known Implementing Classes:
AbstractObjectList,ObjectList
public interface IObjectListReceiver<T> extends IObjectCollectionReceiver<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tset(int index, T object)-
Methods inherited from interface net.anwiba.commons.lang.collection.IObjectCollectionReceiver
add, add, set, set
-
-