public class PropertyIteratorAdapter extends Object implements javax.jcr.PropertyIterator
| Type | Property and Description |
|---|---|
javax.jcr.Property |
next |
| Constructor and Description |
|---|
PropertyIteratorAdapter(Iterator<javax.jcr.Property> iterator) |
| Modifier and Type | Method and Description |
|---|---|
long |
getPosition() |
long |
getSize() |
boolean |
hasNext() |
javax.jcr.Property |
next() |
javax.jcr.Property |
nextProperty() |
void |
remove() |
void |
skip(long skipNum) |
public PropertyIteratorAdapter(Iterator<javax.jcr.Property> iterator)
public javax.jcr.Property nextProperty()
nextProperty in interface javax.jcr.PropertyIteratorpublic void skip(long skipNum)
skip in interface javax.jcr.RangeIteratorpublic long getSize()
getSize in interface javax.jcr.RangeIteratorpublic long getPosition()
getPosition in interface javax.jcr.RangeIteratorCopyright © 2014 Tacit Knowledge. All Rights Reserved.