|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.threerings.util.DeepUtil.ObjectHandler<T>
protected abstract static class DeepUtil.ObjectHandler<T>
Performs the actual object operations.
| Constructor Summary | |
|---|---|
protected |
DeepUtil.ObjectHandler()
|
| Method Summary | |
|---|---|
abstract T |
copy(T source,
T dest,
Object outer)
Performs a deep copy from source to dest. |
abstract boolean |
equals(T o1,
T o2)
Compares two objects for equality. |
abstract int |
hashCode(T object)
Computes the object's hash code. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected DeepUtil.ObjectHandler()
| Method Detail |
|---|
public abstract T copy(T source,
T dest,
Object outer)
throws IllegalAccessException
IllegalAccessException
public abstract boolean equals(T o1,
T o2)
throws IllegalAccessException
IllegalAccessException
public abstract int hashCode(T object)
throws IllegalAccessException
IllegalAccessException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||