xlang v5.1 Release
程序设计语言基础库文档
载入中...
搜索中...
未找到
KeyFactory.x
浏览该文件的文档.
1
5class KeyFactory {
6 public @NotNilptr Key generateKey(String, int);
7 public @NotNilptr Key generateKey(Key, Object);
8 public static final @NotNilptr KeyFactory getInstance(String);
9 public static final bool registryKeyFactory(String, KeyFactory);
10};
static final bool registryKeyFactory(String, KeyFactory)
static final KeyFactory getInstance(String)
Key generateKey(Key, Object)
Key generateKey(String, int)
Definition Key.x:4
Definition Object.x:1
Definition String.x:5