public class PropertyIterator
extends com.google.common.collect.ForwardingIterator<javax.jcr.Property>
implements java.lang.Iterable<javax.jcr.Property>
| Constructor and Description |
|---|
PropertyIterator(javax.jcr.PropertyIterator i)
Wrap the JCR PropertyIterator with our generic iterator
|
public PropertyIterator(javax.jcr.PropertyIterator i)
i - public java.util.Iterator<javax.jcr.Property> iterator()
iterator in interface java.lang.Iterable<javax.jcr.Property>protected java.util.Iterator<javax.jcr.Property> delegate()
delegate in class com.google.common.collect.ForwardingIterator<javax.jcr.Property>Copyright © 2013-2014 DuraSpace, Inc.. All Rights Reserved.