Uses of Class
com.threerings.delta.Delta

Packages that use Delta
com.threerings.delta   
com.threerings.tudey.dobj   
 

Uses of Delta in com.threerings.delta
 

Subclasses of Delta in com.threerings.delta
 class ArrayDelta
          A delta object representing the different between two arrays.
 class ReflectiveDelta
          A delta object that uses reflection to compare and modify the objects' fields.
 

Methods in com.threerings.delta that return Delta
static Delta Delta.createDelta(Object original, Object revised)
          Creates and returns a new Delta that will convert the original object to the revised object.
 Delta ReflectiveDelta.merge(Delta other)
           
abstract  Delta Delta.merge(Delta other)
          Merges this delta with another.
 Delta ArrayDelta.merge(Delta other)
           
 

Methods in com.threerings.delta with parameters of type Delta
 Delta ReflectiveDelta.merge(Delta other)
           
abstract  Delta Delta.merge(Delta other)
          Merges this delta with another.
 Delta ArrayDelta.merge(Delta other)
           
 

Uses of Delta in com.threerings.tudey.dobj
 

Subclasses of Delta in com.threerings.tudey.dobj
 class ActorDelta
          Extends ReflectiveDelta to include the id of the affected actor.
 

Methods in com.threerings.tudey.dobj that return Delta
 Delta ActorDelta.merge(Delta other)
           
 

Methods in com.threerings.tudey.dobj with parameters of type Delta
 Delta ActorDelta.merge(Delta other)
           
 



Copyright © 2011. All Rights Reserved.