public class DelegatingPropertyIterator extends Object implements javax.jcr.PropertyIterator
Type | Property and Description |
---|---|
javax.jcr.Property |
next |
Constructor and Description |
---|
DelegatingPropertyIterator(javax.jcr.PropertyIterator iterator) |
Modifier and Type | Method and Description |
---|---|
long |
getPosition() |
long |
getSize() |
boolean |
hasNext() |
Object |
next() |
javax.jcr.Property |
nextProperty() |
void |
remove() |
void |
skip(long skipNum) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public javax.jcr.Property nextProperty
nextProperty
in interface javax.jcr.PropertyIterator
public DelegatingPropertyIterator(javax.jcr.PropertyIterator iterator)
public javax.jcr.Property nextProperty()
nextProperty
in interface javax.jcr.PropertyIterator
public void skip(long skipNum)
skip
in interface javax.jcr.RangeIterator
public long getSize()
getSize
in interface javax.jcr.RangeIterator
public long getPosition()
getPosition
in interface javax.jcr.RangeIterator
Copyright © 2003–2018 Magnolia International Ltd.. All rights reserved.