public abstract class AbstractDataExporter<T> extends Object implements DataExporter<T>
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
AWAIT_TIME_MILLIS |
NO_RESULT_TIP| 构造器和说明 |
|---|
AbstractDataExporter() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close() |
protected List<Thead> |
getLeafThead(List<FlatNode<Integer,Thead>> thead) |
String |
getName() |
boolean |
isEmpty()
判断是否为空
|
void |
nonEmpty() |
protected <E> void |
rollingTbody(Table<E> table,
BiConsumer<Object[],Integer> action) |
AbstractDataExporter<T> |
setName(String name) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuild, exportpublic static final int AWAIT_TIME_MILLIS
public boolean isEmpty()
DataExporterisEmpty 在接口中 DataExporter<T>public void close()
close 在接口中 Closeableclose 在接口中 AutoCloseablepublic final void nonEmpty()
public final AbstractDataExporter<T> setName(String name)
public final String getName()
protected final <E> void rollingTbody(Table<E> table, BiConsumer<Object[],Integer> action)
Copyright © 2023. All rights reserved.