Back to project page colibri.
The source code is released under:
Apache License
If you think the Android project colibri listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package labrom.colibri.xml; /*from w w w. java 2 s.c o m*/ import java.util.LinkedHashMap; public class CustomMap extends LinkedHashMap<String, Object> { /** * */ private static final long serialVersionUID = 1L; }