VEGAS AS3 Reference
All Packages
|
All Classes
|
Index
|
Frames
No Frames
Interface IHashable
Methods
Package
vegas.core
Interface
public interface IHashable
Subinterfaces
IDisplayObject
,
IEventDispatcher
,
ISound
Implementors
CoreObject
Interface implemented by classes that can return a hash code value.
Public Methods
Method
Defined by
hashCode
():uint
Returns a hash code value for the object.
IHashable
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.