@Version("2.5.0")
Package org.apache.jackrabbit.spi.commons.iterator
-
Interface Summary Interface Description Predicate<T> Deprecated. usePredicate
insteadTransformer<A,R> Type safe counter part oforg.apache.commons.collections.Transformer
. -
Class Summary 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 ofPredicate
instead