A simple implementation of the {@link java.util.Map} interface to handle a collection of portlet sessionattributes. The {@link #entrySet()} method enumerates over all session attributes and creates a Set of entries.Note, this will occur lazily - only when the entry set is asked for.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.