Class ObjectIdDictionary.WeakIdWrapper
java.lang.Object
java.lang.ref.Reference
java.lang.ref.WeakReference
com.thoughtworks.xstream.core.util.ObjectIdDictionary.WeakIdWrapper
- All Implemented Interfaces:
ObjectIdDictionary.Wrapper
- Enclosing class:
ObjectIdDictionary
private class ObjectIdDictionary.WeakIdWrapper
extends WeakReference
implements ObjectIdDictionary.Wrapper
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Reference
clear, clone, enqueue, get, isEnqueued, reachabilityFence, refersToMethods inherited from interface ObjectIdDictionary.Wrapper
get
-
Field Details
-
hashCode
private final int hashCode
-
-
Constructor Details
-
WeakIdWrapper
-
-
Method Details
-
hashCode
public int hashCode()- Specified by:
hashCodein interfaceObjectIdDictionary.Wrapper- Overrides:
hashCodein classObject
-
equals
- Specified by:
equalsin interfaceObjectIdDictionary.Wrapper- Overrides:
equalsin classObject
-
toString
- Specified by:
toStringin interfaceObjectIdDictionary.Wrapper- Overrides:
toStringin classObject
-