Search Results for

    Show / Hide Table of Contents

    Interface ISciListDate

    Defines the interface which allows to get access to primitive internal items array.

    Implements
    com.scichart.data.model.ISciList<java.util.Date>
    Namespace:
    Assembly: .dll
    Syntax
    public interface ISciListDate extends ISciList<Date>

    Methods

    getItemsArray()

    Gets the internal items array that this list wraps for direct access.

    Declaration
    public abstract long[] getItemsArray()
    Returns
    Type Description
    long[]

    The internal items array that this list wraps for direct access.

    getItemsArray(boolean normalizeIndex)

    Gets the internal items array that this list wraps for direct access.

    Declaration
    public abstract long[] getItemsArray(boolean normalizeIndex)
    Parameters
    Type Name Description
    boolean normalizeIndex

    The value which indicate whether to normalize index or not.

    Returns
    Type Description
    long[]

    The internal items array that this list wraps for direct access.

    getStartIndex()

    Gets the start index in internal items array.

    Declaration
    public abstract int getStartIndex()
    Returns
    Type Description
    int

    The start index in internal items array

    Implements

    com.scichart.data.model.ISciList<java.util.Date>
    Back to top © 2011-2025 SciChart. All rights reserved. | sitemap.xml