@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 |
|---|---|
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>Copyright © 2020 LSST. All rights reserved.