public class LegacyMap extends BaseObject implements Imap
| Modifier and Type | Field and Description |
|---|---|
private java.util.HashMap<object,object> |
map |
private int |
size |
| Constructor and Description |
|---|
LegacyMap() |
__isValidInternal__, __lang_BaseObject_constructor__, __setValidInternal__, assertNotNull, assertNotNull, getLegacyClass, getNextSibling, getPrevSibling, legacyClone, toLegacyStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait__isValidInternal__, __lang_BaseObject_constructor__, __setValidInternal__, getLegacyClass, getNextSibling, getPrevSibling, isTracked, legacyClone, toLegacyStringpublic void __core_collections_LegacyMap_execute__()
public object<? extends Icollection> getValues()
public object<? extends Iset> getEntrySet()
getEntrySet in interface Imappublic logical legacyEquals(object<? extends _BaseObject_> other)
BaseObjectlegacyEquals in interface _BaseObject_legacyEquals in class BaseObjectother - The other reference.true if the other reference is not unknown value and if the reference
is the same as this object's reference.public logical containsKey(object<? extends _BaseObject_> _poKey)
containsKey in interface Imappublic logical containsAllKeys(object<? extends Icollection> _poKeys)
containsAllKeys in interface Imappublic logical containsAllValues(object<? extends Icollection> _poValues)
containsAllValues in interface Imappublic logical containsValue(object<? extends _BaseObject_> _poValue)
containsValue in interface Imappublic object<? extends _BaseObject_> get(object<? extends _BaseObject_> _poKey)
private object<? extends _BaseObject_> _getKey(object<? extends _BaseObject_> poKey)
poKey - the keypublic object<? extends _BaseObject_> put(object<? extends _BaseObject_> _poKey, object<? extends _BaseObject_> _poValue)
public object<? extends _BaseObject_> remove(object<? extends _BaseObject_> _poKey)
public void removeAll(object<? extends Icollection> _poKeys)
public void __core_collections_LegacyMap_constructor__(object<? extends Imap> _poMap)
public void __core_collections_LegacyMap_constructor__()
public void __core_collections_LegacyMap_destructor__()