public interface ChildNodeEntries extends Cloneable, CacheObject
| Modifier and Type | Field and Description |
|---|---|
static int |
CAPACITY_THRESHOLD |
| Modifier and Type | Method and Description |
|---|---|
ChildNodeEntry |
add(ChildNodeEntry entry) |
Object |
clone() |
ChildNodeEntry |
get(String name) |
Iterator<ChildNodeEntry> |
getAdded(ChildNodeEntries other)
Returns those entries that exist in
other but not in
this. |
int |
getCount() |
Iterator<ChildNodeEntry> |
getEntries(int offset,
int count) |
Iterator<ChildNodeEntry> |
getModified(ChildNodeEntries other)
Returns
this instance's entries that have namesakes in
other but with different ids. |
Iterator<String> |
getNames(int offset,
int count) |
Iterator<ChildNodeEntry> |
getRemoved(ChildNodeEntries other)
Returns those entries that exist in
this but not in
other. |
boolean |
inlined() |
ChildNodeEntry |
remove(String name) |
ChildNodeEntry |
rename(String oldName,
String newName) |
void |
serialize(Binding binding) |
getMemorystatic final int CAPACITY_THRESHOLD
Object clone()
boolean inlined()
int getCount()
ChildNodeEntry get(String name)
Iterator<ChildNodeEntry> getEntries(int offset, int count)
ChildNodeEntry add(ChildNodeEntry entry)
ChildNodeEntry remove(String name)
ChildNodeEntry rename(String oldName, String newName)
Iterator<ChildNodeEntry> getAdded(ChildNodeEntries other)
other but not in
this.other - Iterator<ChildNodeEntry> getRemoved(ChildNodeEntries other)
this but not in
other.other - Iterator<ChildNodeEntry> getModified(ChildNodeEntries other)
this instance's entries that have namesakes in
other but with different ids.other - Copyright © 2012-2015 The Apache Software Foundation. All Rights Reserved.