Class FileList
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<File>,Collection<File>,NavigableSet<File>,Set<File>,SortedSet<File>
A simple extension of
List<File> which adds an extra
utility method for getting the common root directory of all the files in the
list.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.concurrent.ConcurrentSkipListSet
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, tailSetMethods inherited from class java.util.AbstractSet
hashCodeMethods inherited from class java.util.AbstractCollection
addAll, containsAll, retainAll, toArray, toArrayMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Constructor Details
-
FileList
public FileList()
-
-
Method Details
-
getCommonParentDirectory
-
toString
- Overrides:
toStringin classAbstractCollection<File>
-
addBadPixels
public void addBadPixels(int badPixels) -
getBadPixelCount
public int getBadPixelCount() -
addAll
-