Interface AdsConnector.InstanceCreator<T>

  • Type Parameters:
    T - the type of the instance
    Enclosing class:
    AdsConnector<CO,​CI>

    public static interface AdsConnector.InstanceCreator<T>
    Creates instances.
    Author:
    Holger Eichelberger, SSE
    • Method Detail

      • create

        T create​(int size)
        Creates an instance.
        Parameters:
        size - the size for array instances, ignored for usual objects
        Returns:
        the created instance