Map
| Kind of class: | class |
|---|---|
| Inherits from: | none |
| Version: | 1.0 |
| Author: | Francis Bourre |
| Classpath: | com.bourre.data.collections.Map |
| File last modified: | Wednesday, 31 October 2007, 07:35:29 |
Summary
Constructor
Constructor
Map
function Map (
)
Instance methods
clear
function clear (
) : Void
containsKey
function containsKey (
) : Boolean
containsValue
function containsValue (
) : Boolean
get
function get (
)
getKeysIterator
function getKeysIterator (
) : ObjectIterator
getSize
function getSize (
) : Number
getValuesIterator
function getValuesIterator (
) : ObjectIterator
isEmpty
function isEmpty (
) : Boolean
put
function put (
)
remove
function remove (
)
toString
function toString (
) : String
Returns the string representation of this instance.
Returns:
the string representation of this instance