Skip to content
Snippets Groups Projects
Commit 38f8262a authored by tcarver's avatar tcarver
Browse files

add getLastKey()

parent dc2ff615
Branches
Tags
No related merge requests found
......@@ -64,6 +64,11 @@ public class CacheHashMap extends HashMap<Object, Object>
return super.get(key);
}
public Object getLastKey()
{
return accessList.getLast();
}
private void shrink()
{
final Iterator<Object> it = accessList.iterator();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment