@Version(value="2.5.0")
Interface | Description |
---|---|
Predicate<T> | Deprecated
use
Predicate instead |
Transformer<A,R> |
Type safe counter part of
org.apache.commons.collections.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 |
Historical utility class containing type safe adapters for some of the iterators of
commons-collections.
|
Predicates | Deprecated
use instances of
Predicate instead |
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.