Uses of Class
org.apache.rat.utils.ExtendedIterator
Packages that use ExtendedIterator
Package
Description
Classes that manage the inclusion and exclusion of files.
Classes with general utility across the project.
-
Uses of ExtendedIterator in org.apache.rat.config.exclusion
Methods in org.apache.rat.config.exclusion that return ExtendedIteratorModifier and TypeMethodDescriptionstatic ExtendedIterator<String>
ExclusionUtils.asIterator(File patternFile, Predicate<String> commentFilters)
Creates an iterator of Strings from a file of patterns.StandardCollection.fileProcessorBuilder()
Returns the fileProcessor if it exists. -
Uses of ExtendedIterator in org.apache.rat.utils
Methods in org.apache.rat.utils that return ExtendedIteratorModifier and TypeMethodDescription<X extends T>
ExtendedIterator<T>Chains theother
iterator to the end of this one.static <T> ExtendedIterator<T>
Answer an ExtendedIterator returning the elements ofit
.static <T> ExtendedIterator<T>
Answer an ExtendedIterator wrapped round aStream
.static <T> ExtendedIterator<T>
ExtendedIterator.createNoRemove(Iterator<T> it)
Answer an ExtendedIterator wrapped roundit
, which does not permit.remove()
even ifit
does.static ExtendedIterator<?>
ExtendedIterator.emptyIterator()
An empty Extended iteratorFilter this iterator using a predicate.static <T> ExtendedIterator<T>
Given an Iterator that returns Iterators, this creates an Iterator over the next level values.<U> ExtendedIterator<U>
Map the elements of the iterator to a now type.