| Interface | Description | 
|---|---|
| Predicate<T> | 
 Type safe counter part of  
Predicate. | 
| Transformer<A,R> | 
 Type safe counter part of  
Transformer. | 
| Class | Description | 
|---|---|
| BoundedIterator<T> | 
 Implements a bounded iterator which only returns a maximum number of element from an underlying iterator
 starting at a given offset. 
 | 
| Iterators | 
 Utility class containing type safe adapters for some of the iterators of
 commons-collections. 
 | 
| Predicates | 
 Utility class containing pre defined  
Predicates | 
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.