org.modeshape.jcr.cache.document
Class SessionNode.ChangedAdditionalParents
java.lang.Object
org.modeshape.jcr.cache.document.SessionNode.ChangedAdditionalParents
- Enclosing class:
- SessionNode
@ThreadSafe
protected static class SessionNode.ChangedAdditionalParents
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SessionNode.ChangedAdditionalParents
protected SessionNode.ChangedAdditionalParents()
isEmpty
public boolean isEmpty()
additionCount
public int additionCount()
removalCount
public int removalCount()
remove
public boolean remove(NodeKey key)
add
public boolean add(NodeKey key)
getAdditions
public Set<NodeKey> getAdditions()
- Returns:
- additions
getRemovals
public Set<NodeKey> getRemovals()
- Returns:
- removals
Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.