Class PropertyIterable
java.lang.Object
org.apache.jackrabbit.commons.iterator.PropertyIterable
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
ConstructorsConstructorDescriptionPropertyIterable
(PropertyIterator iterator) Deprecated.Creates an iterable adapter for the given property iterator. -
Method Summary
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 Details
-
PropertyIterable
Deprecated.Creates an iterable adapter for the given property iterator.- Parameters:
iterator
- the property iterator to be adapted
-
-
Method Details
JcrUtils.in(PropertyIterator)
instead