@Deprecated public abstract class CSVFeatureValuesIterator<PROPERTY> extends Object implements Iterator<PROPERTY>
Modifier and Type | Field and Description |
---|---|
protected List<String> |
header
Deprecated.
|
protected InputStream |
in
Deprecated.
|
protected BufferedReader |
reader
Deprecated.
|
protected HttpURLConnection |
uc
Deprecated.
|
protected List<Object> |
values
Deprecated.
|
Constructor and Description |
---|
CSVFeatureValuesIterator(String url)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
close()
Deprecated.
|
boolean |
hasNext()
Deprecated.
|
PROPERTY |
next()
Deprecated.
|
void |
remove()
Deprecated.
|
abstract PROPERTY |
transformRawValues(List<String> header,
List<Object> values)
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
protected InputStream in
protected HttpURLConnection uc
protected BufferedReader reader
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.