borrowersformatter.txt
来自「ssd3的教程 是我们老师给我们的 纯英文 有兴趣的可以」· 文本 代码 · 共 23 行
TXT
23 行
/*!Begin Snippet:file*/
/**
* This interface defines a method that obtains a string
* representation of a {@link BorrowerDatabase} object.
*
* @author author name
* @version 1.0.0
* @see BorrowerDatabase
*/
public interface BorrowersFormatter {
/**
* Obtains the string representation of the specified borrower
* database.
*
* @param borrowerDB the borrower database.
* @return the string representation of the specified
* {@link BorrowerDatabase} object.
*/
String formatBorrowers (BorrowerDatabase borrowerDB);
}
/*!End Snippet:file*/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?