Package | Description |
---|---|
org.apache.jackrabbit.commons.flat |
Modifier and Type | Method and Description |
---|---|
protected SizedIterator<javax.jcr.Node> |
BTreeManager.getNodes(javax.jcr.Node node)
Returns a
SizedIterator of the child nodes of node . |
protected SizedIterator<javax.jcr.Property> |
BTreeManager.getProperties(javax.jcr.Node node)
|
protected <T> SizedIterator<T> |
BTreeManager.getSizedIterator(Iterator<T> iterator,
long size)
|
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.