Package org.apache.jackrabbit.spi.commons.iterator


@Version("2.5.0") package org.apache.jackrabbit.spi.commons.iterator
  • Class
    Description
    Implements a bounded iterator which only returns a maximum number of element from an underlying iterator starting at a given offset.
    Historical utility class containing type safe adapters for some of the iterators of commons-collections.
    Deprecated.
    use Predicate instead
    Deprecated.
    use instances of Predicate instead
    Type safe counter part of org.apache.commons.collections.Transformer.