public abstract class CsvBaseReader<T>
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.util.List<T> |
get()
The way one gets the list of CSV objects.
|
java.util.List<T> |
get(int initialSize)
The way one gets the list of CSV objects.
|
java.lang.String |
getFileName() |
public java.util.List<T> get()
public java.util.List<T> get(int initialSize)
initialSize
- Initial size of array that returns the objects. For when
expect a really large array, such as for stop_times then can
initialize to large value.public java.lang.String getFileName()