Class RowIterable

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

    @Deprecated
    public class RowIterable
    extends java.lang.Object
    implements java.lang.Iterable<Row>
    Deprecated.
    Adapter class that adapts a RowIterator instance to an Iterable instance that always returns the same underlying iterator.
    Since:
    Apache Jackrabbit 2.0
    • Constructor Summary

      Constructors 
      Constructor Description
      RowIterable​(RowIterator iterator)
      Deprecated.
      Creates an iterable adapter for the given row iterator.
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.util.Iterator<Row> iterator()
      Deprecated.
      Returns the row 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

      • RowIterable

        public RowIterable​(RowIterator iterator)
        Deprecated.
        Creates an iterable adapter for the given row iterator.
        Parameters:
        iterator - the row iterator to be adapted
    • Method Detail

      • iterator

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