org.apache.jackrabbit.rmi.iterator
Class ArrayPropertyIterator
java.lang.Object
org.apache.jackrabbit.rmi.iterator.ArrayIterator
org.apache.jackrabbit.rmi.iterator.ArrayPropertyIterator
- All Implemented Interfaces:
- Iterator, PropertyIterator, RangeIterator
- public class ArrayPropertyIterator
- extends ArrayIterator
- implements PropertyIterator
Array implementation of the JCR
PropertyIterator
interface.
This class is used by the JCR-RMI client adapters to convert
property arrays to iterators.
- Author:
- Jukka Zitting
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArrayPropertyIterator
public ArrayPropertyIterator(Property[] properties)
- Creates an iterator for the given array of properties.
- Parameters:
properties
- the properties to iterate
nextProperty
public Property nextProperty()
-
- Specified by:
nextProperty
in interface PropertyIterator
Copyright © 2004-2005 . All Rights Reserved.