Interface IColumnInteger

All Superinterfaces:
IArray, IArrayReader, IArrayWriter, IColumn<Integer>, IMemoryMonitored, IWritableArray
All Known Implementing Classes:
ColumnInteger, ColumnPositiveInteger

public interface IColumnInteger extends IColumn<Integer>
An IColumn specialized for storing int values.
Author:
ActiveViam
  • Method Details

    • 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