Package ai.extend.types
Interface ChunkMetadataPageRange.EndStage
-
- All Known Implementing Classes:
ChunkMetadataPageRange.Builder
- Enclosing class:
- ChunkMetadataPageRange
public static interface ChunkMetadataPageRange.EndStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChunkMetadataPageRange._FinalStageend(int end)The ending page number (inclusive).
-
-
-
Method Detail
-
end
ChunkMetadataPageRange._FinalStage end(int end)
The ending page number (inclusive).
-
-