Interface SCOList<T,​E>

    • Method Detail

      • set

        E set​(int index,
              E element,
              boolean allowDependentField)
        Overload the basic List set() method to allow turning off of the dependent-field deletion process.
        Parameters:
        index - The index to set the element at
        element - The element
        allowDependentField - Whether to allow dependent-field deletes
        Returns:
        The previous object at this position