Represents an object that can be stored in a hashtable. More...
import "nsIHashable.idl";
Inheritance diagram for nsIHashable:Public Member Functions | |
| boolean | equals (in nsIHashable aOther) |
| Is this object the equivalent of the other object? | |
Public Attributes | |
| readonly attribute unsigned long | hashCode |
| A generated hashcode for this object. | |
Represents an object that can be stored in a hashtable.
| boolean nsIHashable::equals | ( | in nsIHashable | aOther | ) |
Is this object the equivalent of the other object?
| readonly attribute unsigned long nsIHashable::hashCode |
A generated hashcode for this object.
Objects that are equivalent must have the same hash code. Getting this property should never throw an exception!
1.7.1