public class PropertyValueIterator extends com.google.common.collect.AbstractIterator<javax.jcr.Value>
| Constructor and Description |
|---|
PropertyValueIterator(Iterator<javax.jcr.Property> properties)
Iterate through multiple properties' values
|
PropertyValueIterator(javax.jcr.Property property)
Iterate through a property's values
|
| Modifier and Type | Method and Description |
|---|---|
protected javax.jcr.Value |
computeNext() |
endOfData, hasNext, next, peekclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic PropertyValueIterator(Iterator<javax.jcr.Property> properties)
properties - the propertiespublic PropertyValueIterator(javax.jcr.Property property)
property - the propertiesprotected javax.jcr.Value computeNext()
computeNext in class com.google.common.collect.AbstractIterator<javax.jcr.Value>Copyright © 2013–2017 DuraSpace, Inc.. All rights reserved.