
@SkipEncoding public class FileList extends ConcurrentSkipListSet<File> implements Serializable
List<File> which adds an extra
utility method for getting the common root directory of all the files in the
list.| Constructor and Description |
|---|
FileList() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addAll(FileList fileList) |
void |
addBadPixels(int badPixels) |
int |
getBadPixelCount() |
File |
getCommonParentDirectory() |
String |
toString() |
add, ceiling, clear, clone, comparator, contains, descendingIterator, descendingSet, equals, first, floor, headSet, headSet, higher, isEmpty, iterator, last, lower, pollFirst, pollLast, remove, removeAll, size, spliterator, subSet, subSet, tailSet, tailSethashCodeaddAll, containsAll, retainAll, toArray, toArrayfinalize, getClass, notify, notifyAll, wait, wait, waitaddAll, containsAll, hashCode, retainAll, toArray, toArrayparallelStream, removeIf, streampublic File getCommonParentDirectory()
public String toString()
toString in class AbstractCollection<File>public void addBadPixels(int badPixels)
public int getBadPixelCount()
public boolean addAll(FileList fileList)
Copyright © 2021 LSST. All rights reserved.