Class PropertyIterable

java.lang.Object
org.apache.jackrabbit.commons.iterator.PropertyIterable
All Implemented Interfaces:
Iterable<Property>

@Deprecated public class PropertyIterable extends Object implements Iterable<Property>
Deprecated.
Adapter class that adapts a PropertyIterator instance to an Iterable instance that always returns the same underlying iterator.
Since:
Apache Jackrabbit 2.0
  • Constructor Details

    • PropertyIterable

      public PropertyIterable(PropertyIterator iterator)
      Deprecated.
      Creates an iterable adapter for the given property iterator.
      Parameters:
      iterator - the property iterator to be adapted
  • Method Details