Hi all,

For example, I have a MapFile, which is like:

K -> V
1 -> 1
1 -> 2
1 -> 3
2 -> 1
2 -> 2
2 -> 3
3 -> 1
3 -> 2
3 -> 3

when i call mapFile.get(2, value), the value will be filled as 2, not 1.

Is is a bug of MapFile? I think the reader should be positioned at the first
entry of the named key. am I right?

Thanks and best regards,

Feng Jiang

Reply via email to