I have this Java Map:
Can you tell me how I can get the 6-th element of the Map?
private static final Map cache = new HashMap<
Correct!! you will have to use other collection for getting values on index(position). You can use ArrayList