Modifier and Type | Field and Description |
---|---|
private static String |
CLASS_EXT |
private static int |
CLASS_EXT_LENGTH |
private static String |
FACTORY_FILE_EXT |
private ArrayList<String> |
files |
private ArrayList<File> |
folders |
private String |
prefix |
Constructor and Description |
---|
DirClassIterator(File path)
Constructor from Directory
|
Modifier and Type | Method and Description |
---|---|
private void |
findNext()
Find the next entry, since we need to skip some directories.
|
boolean |
hasNext() |
String |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
private static final String CLASS_EXT
private static final String FACTORY_FILE_EXT
private static final int CLASS_EXT_LENGTH
private String prefix
public DirClassIterator(File path)
path
- Directory to iterate overCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.