Packagesekati.core
Classpublic final class KeyFactory

KeyFactory provides a RUID hash table of runtime application objects & instances.



Public Methods
 MethodDefined by
  
KeyFactory Static Constructor
KeyFactory
  
getKey(o:*):String
[static] Return the objects key or create a key entry if one does not exist.
KeyFactory
  
getNextKey():String
[static] Return the next available key.
KeyFactory
  
hasKey(o:*):Boolean
[static] Determine if the object has a key entry.
KeyFactory
  
previewNextKey():String
[static] Return the value of the upcoming key.
KeyFactory
Constructor detail
KeyFactory()constructor
public function KeyFactory()

KeyFactory Static Constructor

Method detail
getKey()method
public static function getKey(o:*):String

Return the objects key or create a key entry if one does not exist.

Parameters
o:*

Returns
String
getNextKey()method 
public static function getNextKey():String

Return the next available key.

Returns
String
hasKey()method 
public static function hasKey(o:*):Boolean

Determine if the object has a key entry.

Parameters
o:*

Returns
Boolean
previewNextKey()method 
public static function previewNextKey():String

Return the value of the upcoming key.

Returns
String