commons library
Classes
-
ElLinkedList<
N extends ElLinkedNode< N> > - 双向链表
-
ElLinkedNode<
N extends ElLinkedNode< N> > - 双向链表节点对象,你需要继承此类才能在 ElLinkedList 中使用:
Constants
Properties
- currentMicroseconds → int
-
获取当前时间的微秒
no setter
- currentMilliseconds → int
-
获取当前时间的毫秒
no setter
- uuidStr → String
-
生成不带 '-' 符号的uuid字符串
no setter
Functions
-
setInterval(
void fun(), int wait) → Timer - 每隔一段时间执行函数,单位:毫秒
-
setTimeout(
void fun(), int wait) → Timer - 延迟指定时间执行函数,单位:毫秒