Interface IColumnInteger

    • Method Detail

      • createArrayCursor

        default IArrayCursor createArrayCursor()
        Description copied from interface: IArray
        Creates a new read-only cursor that can be moved up and down the array. This cursor delegates all reading calls to the underlying array.
        Specified by:
        createArrayCursor in interface IArray
        Specified by:
        createArrayCursor in interface IWritableArray
        Returns:
        the cursor, stationed at index 0 of the array