com.threerings.util
Class ShallowObject
java.lang.Object
com.threerings.util.ShallowObject
- Direct Known Subclasses:
- Logic, Projection, SceneInfluence, ViewerEffect
public abstract class ShallowObject
- extends Object
As a counterpart to DeepObject, this class does nothing except enforce the default
reference semantics of Object.equals(java.lang.Object) and Object.hashCode().
ShallowObject
public ShallowObject()
equals
public final boolean equals(Object other)
- Overrides:
equals in class Object
hashCode
public final int hashCode()
- Overrides:
hashCode in class Object
Copyright © 2011. All Rights Reserved.