public interface DtList extends DtCloseable
| 限定符和类型 | 方法和说明 |
|---|---|
String |
popLeft()
左边弹出元素
|
String |
popRight()
右边弹出元素
|
void |
pushLeft(String... elements)
左边插入元素
|
void |
pushRight(String... elements)
右边插入元素
|
long |
size()
列表长度
|
closeCopyright © 2018. All rights reserved.