com.ooyala.android.util.WeakReferencePassThroughEquals< T > Class Template Reference

A standard WeakReference, but with equality implemented by calling the underlying objects. More...

Inheritance diagram for com.ooyala.android.util.WeakReferencePassThroughEquals< T >:

Public Member Functions

 WeakReferencePassThroughEquals (T t)
 
boolean equals (Object other)
 Uses the underlying references' implementations of equals. More...
 

Detailed Description

A standard WeakReference, but with equality implemented by calling the underlying objects.

Constructor & Destructor Documentation

Member Function Documentation

boolean com.ooyala.android.util.WeakReferencePassThroughEquals< T >.equals ( Object  other)

Uses the underlying references' implementations of equals.