| Type | Property and Description |
|---|---|
javax.jcr.Property |
next |
| Modifier and Type | Field and Description |
|---|---|
protected String |
fallbackLocale |
protected javax.jcr.PropertyIterator |
i18nPropertyIterator |
protected Locale |
locale |
protected JCRNodeWrapper |
node |
protected String[] |
patternArray |
protected javax.jcr.PropertyIterator |
propertyIterator |
protected String |
singlePattern |
protected javax.jcr.Property |
tempNext |
| Constructor and Description |
|---|
LazyPropertyIterator(JCRNodeWrapper node) |
LazyPropertyIterator(JCRNodeWrapper node,
Locale locale) |
LazyPropertyIterator(JCRNodeWrapper node,
Locale locale,
String singlePattern) |
LazyPropertyIterator(JCRNodeWrapper node,
Locale locale,
String[] patternArray) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object o) |
boolean |
containsValue(Object o) |
Set |
entrySet() |
Object |
get(Object o) |
protected javax.jcr.PropertyIterator |
getI18NPropertyIterator() |
long |
getPosition() |
protected javax.jcr.PropertyIterator |
getPropertiesIterator() |
long |
getSize() |
boolean |
hasNext() |
boolean |
isEmpty() |
Set |
keySet() |
Object |
next() |
javax.jcr.Property |
nextProperty() |
Object |
put(Object o,
Object o1) |
void |
putAll(Map map) |
void |
remove() |
Object |
remove(Object o) |
int |
size() |
void |
skip(long skipNum) |
Collection |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic javax.jcr.Property nextProperty
nextProperty in interface javax.jcr.PropertyIteratorprotected JCRNodeWrapper node
protected Locale locale
protected String singlePattern
protected String[] patternArray
protected javax.jcr.PropertyIterator propertyIterator
protected javax.jcr.PropertyIterator i18nPropertyIterator
protected javax.jcr.Property tempNext
protected String fallbackLocale
public LazyPropertyIterator(JCRNodeWrapper node)
public LazyPropertyIterator(JCRNodeWrapper node, Locale locale)
public LazyPropertyIterator(JCRNodeWrapper node, Locale locale, String singlePattern)
public LazyPropertyIterator(JCRNodeWrapper node, Locale locale, String[] patternArray)
protected javax.jcr.PropertyIterator getPropertiesIterator()
protected javax.jcr.PropertyIterator getI18NPropertyIterator()
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.RangeIteratorpublic boolean containsKey(Object o)
containsKey in interface Mappublic boolean containsValue(Object o)
containsValue in interface Mappublic Collection values()
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.