Helper class used for storing mapping from property name to {@link SettableBeanProperty} instances.
Note that this class is used instead of generic {@link java.util.HashMap}is performance: although default implementation is very good for generic use cases, it can still be streamlined a bit for specific use case we have.
@since 1.7
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.