| Package | vegas |
| Class | public class HashCode |
| Inheritance | HashCode Object |
hashCode.
| Method | Defined By | ||
|---|---|---|---|
equals(o1:*, o2:*):Boolean [static]
Compares two Hashable objects. | HashCode | ||
identify(o:*):uint [static]
Indenfity the hashcode value of an object. | HashCode | ||
next():uint [static]
Returns the next hashcode value. | HashCode | ||
nextName():String [static]
Returns the string representation of the next hashcode value. | HashCode | ||
| equals | () | method |
public static function equals(o1:*, o2:*):BooleanCompares two Hashable objects.
var isEquals:Boolean = HashCode.equals(o1, o2) ;
Parameters
o1:* — the first value to compare.
| |
o2:* — the second value to compare.
|
Boolean — true of the two object are equals.
|
| identify | () | method |
public static function identify(o:*):uintIndenfity the hashcode value of an object.
Parameters
o:* |
uint |
| next | () | method |
public static function next():uintReturns the next hashcode value.
Returnsuint — the next hashcode value.
|
| nextName | () | method |
public static function nextName():StringReturns the string representation of the next hashcode value.
ReturnsString — the string representation of the next hashcode value.
|