xlang
v5.1 Release
程序设计语言基础库文档
载入中...
搜索中...
未找到
KeyFactory.x
浏览该文件的文档.
1
5
class
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
};
KeyFactory
Definition
KeyFactory.x:5
KeyFactory.registryKeyFactory
static final bool registryKeyFactory(String, KeyFactory)
KeyFactory.getInstance
static final KeyFactory getInstance(String)
KeyFactory.generateKey
Key generateKey(Key, Object)
KeyFactory.generateKey
Key generateKey(String, int)
Key
Definition
Key.x:4
Object
Definition
Object.x:1
String
Definition
String.x:5
std
KeyFactory.x
制作者
1.9.8