Public Member Functions | |
Clear () | |
IZInterface | Clone () |
Boolean | Equals (const IZInterface &Value) |
IZInterface | Get (const IZInterface Key) |
Integer | GetCount () |
IZCollection | GetKeys () |
IZCollection | GetValues () |
LongInt | Hash () |
Boolean | InstanceOf (const TGUID IId) |
Put (const IZInterface Key, const IZInterface Value) | |
Boolean | Remove (IZInterface Key) |
string | ToString () |
Public Attributes | |
Integer | Count |
IZCollection | Keys |
IZCollection | Values |
Definition at line 270 of file ZClasses.pas.
IZHashMap::Clear | ( | ) |
IZInterface IZObject::Clone | ( | ) | [inherited] |
Reimplemented in TZAbstractObject, TZCollection, TZUnmodifiableCollection, TZHashMap, TZStack, and TZAnyValue.
Boolean IZObject::Equals | ( | const IZInterface & | Value | ) | [inherited] |
IZInterface IZHashMap::Get | ( | const IZInterface | Key | ) |
Integer IZHashMap::GetCount | ( | ) |
IZCollection IZHashMap::GetKeys | ( | ) |
IZCollection IZHashMap::GetValues | ( | ) |
LongInt IZObject::Hash | ( | ) | [inherited] |
Reimplemented in TZAbstractObject.
Boolean IZObject::InstanceOf | ( | const TGUID | IId | ) | [inherited] |
Reimplemented in TZAbstractObject.
IZHashMap::Put | ( | const IZInterface | Key, | |
const IZInterface | Value | |||
) |
Boolean IZHashMap::Remove | ( | IZInterface | Key | ) |
string IZObject::ToString | ( | ) | [inherited] |
Reimplemented in TZAbstractObject, TZCollection, TZUnmodifiableCollection, TZStack, and TZAnyValue.
Integer IZHashMap::Count |