📄 provider.java.svn-base
字号:
/*
* Provider.java
*
* Created on 23. Februar 2007, 16:22
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package kanjitori;
/**
*
* @author Pirx
*/
public interface Provider <Content> extends Loader <Content> {
public void save(String id, Content content);
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -