protected static class SessionNode.Insertions extends Object implements ChildReferences.ChildInsertions
Modifier | Constructor and Description |
---|---|
protected |
Insertions(ChildReference before) |
protected |
Insertions(ChildReference before,
ChildReference inserted) |
Modifier and Type | Method and Description |
---|---|
void |
add(ChildReference reference) |
boolean |
contains(ChildReference reference) |
boolean |
equals(Object obj) |
int |
hashCode() |
Iterable<ChildReference> |
inserted()
The nodes that were inserted.
|
ChildReference |
insertedBefore()
The reference to the child before which the nodes are to be inserted.
|
boolean |
remove(ChildReference reference) |
ChildReference |
remove(NodeKey key) |
String |
toString() |
protected Insertions(ChildReference before)
protected Insertions(ChildReference before, ChildReference inserted)
public Iterable<ChildReference> inserted()
ChildReferences.ChildInsertions
inserted
in interface ChildReferences.ChildInsertions
public ChildReference insertedBefore()
ChildReferences.ChildInsertions
insertedBefore
in interface ChildReferences.ChildInsertions
public void add(ChildReference reference)
public boolean contains(ChildReference reference)
public boolean remove(ChildReference reference)
public ChildReference remove(NodeKey key)
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.