Package com.qfs.chunk

Interface IWritableArray

    • Method Detail

      • createArrayCursor

        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
        Returns:
        the cursor, stationed at index 0 of the array