Class PropertyIterable
- java.lang.Object
-
- org.apache.jackrabbit.commons.iterator.PropertyIterable
-
@Deprecated public class PropertyIterable extends Object implements Iterable<Property>
Deprecated.- UseJcrUtils.in(PropertyIterator)insteadAdapter class that adapts aPropertyIteratorinstance to anIterableinstance 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 Iterator<Property>iterator()Deprecated.Returns the property iterator.-
Methods inherited from class java.lang.Object
clone, equals, finalize, 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
-
-