Interface CachedColumn


  • public interface CachedColumn
    Defines storage for a vector of data.

    The usage sequence for an instance of this class is:

    Since:
    4 Feb 2013
    Author:
    Mark Taylor
    • Method Detail

      • add

        void add​(java.lang.Object value)
        Adds an entry to this vector data container. In general the supplied value must be of an appropriate type for this object. It must not be null.
        Parameters:
        value - non-null value to store
      • getRowCount

        long getRowCount()
        Returns the number of values added so far.
        Returns:
        value count
      • createReader

        CachedReader createReader()
        Returns an object which is capable of accessing the values that were added to this object.
        Returns:
        cached data sequence