public class PropertyValueIterator
extends com.google.common.collect.AbstractIterator<javax.jcr.Value>
| Constructor and Description |
|---|
PropertyValueIterator(java.util.Iterator<javax.jcr.Property> properties)
Iterate through multiple property's values
|
PropertyValueIterator(javax.jcr.Property properties)
Iterate through a single property's values
|
| Modifier and Type | Method and Description |
|---|---|
protected javax.jcr.Value |
computeNext() |
public PropertyValueIterator(javax.jcr.Property properties)
properties - public PropertyValueIterator(java.util.Iterator<javax.jcr.Property> properties)
properties - Copyright © 2013-2014 DuraSpace, Inc.. All Rights Reserved.