IMapUint64_DG Interface
Map Uint64 -> Uint64
A standalone map can be created with a IObjectGenerator_DG.Create<IMapUint64_DG>() call.
Properties
- int Count { get; }
Methods
- IsEmpty
- SetAt
- Lookup
- RemoveKey
- Clear
- CurrentKey
- CurrentValue
- MoveNext
- ResetCurrentPosition
bool IsEmpty()
void SetAt(UInt64 key, UInt64 value)
bool Lookup(UInt64 key, UInt64 value)
bool RemoveKey(UInt64 key)
void Clear()
UInt64 CurrentKey()
UInt64 CurrentValue()
bool MoveNext()
void ResetCurrentPosition()
|