Uses of Package
com.threerings.delta

Packages that use com.threerings.delta
com.threerings.delta   
com.threerings.tudey.data.actor   
com.threerings.tudey.dobj   
 

Classes in com.threerings.delta used by com.threerings.delta
Delta
          Represents a set of changes that may be applied to an existing object to create a new object (with a streamed form that is more compact than that which would be required for streaming the entire new object).
 

Classes in com.threerings.delta used by com.threerings.tudey.data.actor
Deltable
          Flags a class as being deltable, meaning that it supports the creation of delta objects that compactly represent a set of changes that may be applied to an original object in order to create an updated object.
 

Classes in com.threerings.delta used by com.threerings.tudey.dobj
Delta
          Represents a set of changes that may be applied to an existing object to create a new object (with a streamed form that is more compact than that which would be required for streaming the entire new object).
ReflectiveDelta
          A delta object that uses reflection to compare and modify the objects' fields.
 



Copyright © 2011. All Rights Reserved.