| 程序包 | 说明 |
|---|---|
| top.thinkin.lightd.data | |
| top.thinkin.lightd.db |
| 限定符和类型 | 方法和说明 |
|---|---|
static KeyEnum |
KeyEnum.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static KeyEnum[] |
KeyEnum.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
RBase.delTimer(KeyEnum keyEnum,
int time,
byte[] value) |
protected void |
RBase.delTimerCollection(KeyEnum keyEnum,
int time,
byte[] key_b,
byte[] meta_b) |
protected void |
RBase.setTimer(KeyEnum keyEnum,
int time,
byte[] value) |
protected void |
RBase.setTimerCollection(KeyEnum keyEnum,
int time,
byte[] key_b,
byte[] meta_b) |
Copyright © 2019. All rights reserved.