72             return new Map.Entry<String, SessionEntity>() {
    75                 public String getKey() {
    76                     return wrapperEntry.getKey();
    80                 public SessionEntity getValue() {
    81                     return wrapperEntry.getValue().getEntity();
    85                 public SessionEntity setValue(SessionEntity value) {
    86                     throw new IllegalStateException(
"Unsupported operation");