Packagevegas
Interfacepublic interface Hashable

Interface implemented by classes that can return a hash code value.



Public Methods
 MethodDefined By
  
hashCode():uint
Returns a hash code value for the object.
Hashable
Method Detail
hashCode()method
public function hashCode():uint

Returns a hash code value for the object.

Returns
uint — a hash code value for the object.