Interface ArrayAccessor<T>

  • Type Parameters:
    T - The type of the array to be accessed. In order to support primitive array types, the type must be an array type.
    All Known Subinterfaces:
    ArrayAccessor.ArrayProperty<T>

    public interface ArrayAccessor<T>
    Provides an accessor for a array property.
    • Method Detail

      • getArray

        T getArray()
        Retrieves the array from the array property.
        Returns:
        The array stored by the array property.