Uses of Class
org.jboss.cache.util.Util.MapModifications

Packages that use Util.MapModifications
org.jboss.cache.util   
 

Uses of Util.MapModifications in org.jboss.cache.util
 

Methods in org.jboss.cache.util that return Util.MapModifications
static Util.MapModifications Util.diffNodeData(java.util.Map<java.lang.Object,java.lang.Object> pre, java.util.Map<java.lang.Object,java.lang.Object> post)
          Calculates the diffs between data maps passed in to org.jboss.cache.CacheListener#nodeModified(org.jboss.cache.Fqn,boolean,boolean,org.jboss.cache.CacheListener.ModificationType,java.util.Map) before and after modification.