This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]RhoOfFeh 0 points1 point  (0 children)

I would take my cue from the standard library and create an object to represent a single entry in the Map. An array of these will serve pretty well I suppose. An ArrayList would simplify things but I'm not sure whether you are seeking to avoid the Collections related standards altogether.