Skip navigation links

Oracle Beehive Java Content Repository Java API Reference
Release 1 (1.5)

E14840-01


oracle.ocs.jcr
Interface OraclePropertyIterator

All Superinterfaces:
java.util.Iterator, javax.jcr.PropertyIterator, javax.jcr.RangeIterator

public interface OraclePropertyIterator
extends javax.jcr.PropertyIterator

Allows easy iteration through a list of Propertys with nextProperty as well as a skip method.


Method Summary
 javax.jcr.Property nextProperty()
          Returns the next Property in the iteration.

 

Methods inherited from interface javax.jcr.RangeIterator
getPosition, getSize, skip

 

Methods inherited from interface java.util.Iterator
hasNext, next, remove

 

Method Detail

nextProperty

javax.jcr.Property nextProperty()
Returns the next Property in the iteration.
Specified by:
nextProperty in interface javax.jcr.PropertyIterator
Returns:
the next Property in the iteration.
Throws:
java.util.NoSuchElementException - if iteration has no more Propertys.

Skip navigation links

Oracle Beehive Java Content Repository Java API Reference
Release 1 (1.5)

E14840-01


Copyright © 2008, 2009, Oracle and/or its affiliates. All rights reserved.