Interface NativeArrayContainerFactory<A extends Array,​T extends NativeArrayContainer<A>>

  • All Known Implementing Classes:
    FloatingDataFactory

    public interface NativeArrayContainerFactory<A extends Array,​T extends NativeArrayContainer<A>>
    Interface to be implemented to load elements from an array of native array.
    Author:
    Andrea "Stock" Stocchero
    • Method Detail

      • create

        default T create()
        Creates a native array container instance by an empty native array.
        Returns:
        native array container element instance
      • create

        T create​(A nativeArray)
        Creates a native array container instance by a native array.
        Parameters:
        nativeArray - native object
        Returns:
        native array container element instance