| 程序包 | 说明 |
|---|---|
| com.github.memorylorry.type | |
| com.github.memorylorry.type.common |
| 限定符和类型 | 方法和说明 |
|---|---|
CommonList<Column> |
Slice.getDimensions() |
CommonList<Filter> |
Slice.getFilters() |
CommonList<Column> |
Slice.getMetrics() |
CommonList<Order> |
Slice.getOrders() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Slice.setDimensions(CommonList<Column> dimensions) |
void |
Slice.setFilters(CommonList<Filter> filters) |
void |
Slice.setMetrics(CommonList<Column> metrics) |
void |
Slice.setOrders(CommonList<Order> orders) |
| 限定符和类型 | 方法和说明 |
|---|---|
CommonList<T> |
CommonList.addColumnList(CommonList<T> commonList)
Doesn't change data itself, return a new result
|
CommonList<T> |
CommonList.copy()
copy one new itself
|
| 限定符和类型 | 方法和说明 |
|---|---|
CommonList<T> |
CommonList.addColumnList(CommonList<T> commonList)
Doesn't change data itself, return a new result
|
Copyright © 2018. All Rights Reserved.