Search Results for

    Show / Hide Table of Contents

    Class FifoBufferFactory

    Defines the factory which allows to create a high-performance array-backed fifo buffers.

    Inheritance
    java.lang.Object
    FifoBufferFactory
    Inherited Members
    Object.clone()
    Object.equals(Object)
    Object.finalize()
    Object.getClass()
    Object.hashCode()
    Object.notify()
    Object.notifyAll()
    Object.toString()
    Object.wait()
    Object.wait(long)
    Object.wait(long,int)
    Namespace:
    Assembly: .dll
    Syntax
    public final class FifoBufferFactory

    Constructors

    FifoBufferFactory()

    Declaration
    public FifoBufferFactory()

    Fields

    NORMALIZED_BASE_INDEX

    Declaration
    public static final int NORMALIZED_BASE_INDEX
    Field Value
    Type Description
    int

    Methods

    <T>create(Class<T> type, int size)

    Creates a fifo buffer instance.

    Declaration
    public static ISciList<T> <T>create(Class<T> type, int size)
    Parameters
    Type Name Description
    Class<T> type

    The type of items to be placed in fifo buffer.

    int size

    The size of FifoBuffer.

    Returns
    Type Description
    ISciList<T>

    A fifo buffer instance.

    <T>createSmart(Class<T> type, int size)

    Creates a fifo buffer instance.

    Declaration
    public static ISmartList<T> <T>createSmart(Class<T> type, int size)
    Parameters
    Type Name Description
    Class<T> type

    The type of items to be placed in fifo buffer.

    int size

    The size of FifoBuffer.

    Returns
    Type Description
    ISmartList<T>

    A fifo buffer instance.

    Back to top © 2011-2025 SciChart. All rights reserved. | sitemap.xml