public abstract class Parse extends Object
protected List<CellInfo>
cellInfos
protected int
start
Parse()
List<CellInfo>
getCellInfos()
<T> List<T>
parse(File file, Class<T> clazz)
parse(String filePath, Class<T> clazz)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
protected final List<CellInfo> cellInfos
protected int start
public Parse()
public final List<CellInfo> getCellInfos()
public String toString()
toString
Object
public final <T> List<T> parse(String filePath, Class<T> clazz)
T
filePath
clazz
public final <T> List<T> parse(File file, Class<T> clazz)
file
Copyright © 2018 guerlab. All rights reserved.