IMapUint64_DG Interface
Map Uint64 -> Uint64
A standalone map can be created with a IObjectGenerator_DG.Create("IMapUint64_DG") call.
- GetCount
- IsEmpty
- SetAt
- Lookup
- RemoveKey
- Clear
- CurrentKey
- CurrentValue
- MoveNext
- ResetCurrentPosition
int GetCount()
bool IsEmpty()
void SetAt(POSN key, POSN value)
bool Lookup(POSN key, POSN value)
bool RemoveKey(POSN key)
void Clear()
POSN CurrentKey()
POSN CurrentValue()
bool MoveNext()
void ResetCurrentPosition()
|