I want to store values as key,value,value pair. My data is of type
Key -> int & both values -> ulong,
How to initialize & fet
maybe you have to define a class say class Pair to hold your two value, and use int as the key.