Package com.qfs.chunk

Interface IArray

    • Method Detail

      • createArrayCursor

        IReadableArrayCursor createArrayCursor()
        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.
        Returns:
        the cursor, stationed at index 0 of the array