Inspired by Apache's Commons Configuration library.
This class should only be used to hold immutable objects. If you place a mutable object in the configuration and using the subset() method, both configurations will reference the same object and any changes to that object will be reflected in both!
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.