|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ChildNodeEntries | |
|---|---|
| org.apache.jackrabbit.mk.model | |
| Uses of ChildNodeEntries in org.apache.jackrabbit.mk.model |
|---|
| Classes in org.apache.jackrabbit.mk.model that implement ChildNodeEntries | |
|---|---|
class |
ChildNodeEntriesMap
|
class |
ChildNodeEntriesTree
|
protected static class |
ChildNodeEntriesTree.Bucket
|
| Fields in org.apache.jackrabbit.mk.model declared as ChildNodeEntries | |
|---|---|
protected ChildNodeEntries |
AbstractNode.childEntries
|
| Methods in org.apache.jackrabbit.mk.model with parameters of type ChildNodeEntries | |
|---|---|
Iterator<ChildNode> |
ChildNodeEntriesTree.getAdded(ChildNodeEntries other)
|
Iterator<ChildNode> |
ChildNodeEntries.getAdded(ChildNodeEntries other)
Returns those entries that exist in other but not in
this. |
Iterator<ChildNode> |
ChildNodeEntriesMap.getAdded(ChildNodeEntries other)
|
Iterator<ChildNode> |
ChildNodeEntriesTree.getModified(ChildNodeEntries other)
|
Iterator<ChildNode> |
ChildNodeEntries.getModified(ChildNodeEntries other)
Returns this instance's entries that have namesakes in
other but with different ids. |
Iterator<ChildNode> |
ChildNodeEntriesMap.getModified(ChildNodeEntries other)
|
Iterator<ChildNode> |
ChildNodeEntriesTree.getRemoved(ChildNodeEntries other)
|
Iterator<ChildNode> |
ChildNodeEntries.getRemoved(ChildNodeEntries other)
Returns those entries that exist in this but not in
other. |
Iterator<ChildNode> |
ChildNodeEntriesMap.getRemoved(ChildNodeEntries other)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||