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

    Modifier and Type
    Method
    Description
    set(int index, T object)
     

    Methods inherited from interface net.anwiba.commons.lang.collection.IObjectCollectionReceiver

    add, add, set, set
  • Method Details

    • set

      T set(int index, T object)