Package org.archive.wayback.util

Interface Summary
Adapter<S,T>  
CloseableIterator<E> Iterator with a close method that frees up any resources associated with the Iterator.
ObjectFilter<E> Interface for including, excluding, or aborting filtering
 

Class Summary
AdaptedIterator<S,T> Iterator that transforms objects of one type to another.
ARCCreator  
CachedFile  
CompositeSortedIterator<E> Composite of multiple Iterators that returns the next from a series of all component Iterators based on Comparator constructor argument.
DirMaker Lots of things need to transform Strings to Files, constructing them if needed.
FileDownloader  
IPRange  
ObjectFilterChain<E> ObjectFilterChain implements AND logic to chain together multiple ObjectFilters into a composite.
ObjectFilterIterator<T>  
PeekableIterator<E>  
StringFormatter  
Timestamp Represents a moment in time as a 14-digit string, and interally as a Date.
WrappedCloseableIterator<E> Simple wrapper around a normal Iterator which allows use of the close().
 



Copyright © 2005-2009 Internet Archive. All Rights Reserved.