|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.commons.iterator.PropertyIterable
public class PropertyIterable
Adapter class that adapts a PropertyIterator instance to an
Iterable instance that always returns the same underlying
iterator.
| Constructor Summary | |
|---|---|
PropertyIterable(PropertyIterator iterator)
Creates an iterable adapter for the given property iterator. |
|
| Method Summary | |
|---|---|
java.util.Iterator<Property> |
iterator()
Returns the property iterator. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyIterable(PropertyIterator iterator)
iterator - the property iterator to be adapted| Method Detail |
|---|
public java.util.Iterator<Property> iterator()
iterator in interface java.lang.Iterable<Property>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||