Class PropertyIterable

  • All Implemented Interfaces:
    java.lang.Iterable<Property>

    @Deprecated
    public class PropertyIterable
    extends java.lang.Object
    implements java.lang.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 Summary

      Constructors 
      Constructor Description
      PropertyIterable​(PropertyIterator iterator)
      Deprecated.
      Creates an iterable adapter for the given property iterator.
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.util.Iterator<Property> iterator()
      Deprecated.
      Returns the property iterator.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Constructor Detail

      • PropertyIterable

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

      • iterator

        public java.util.Iterator<Property> iterator()
        Deprecated.
        Returns the property iterator.
        Specified by:
        iterator in interface java.lang.Iterable<Property>
        Returns:
        property iterator