A typed map of key/value pairs, where the type is a Type, each key is a Field, and each value is of arbitrary type chosen from the basic java types boolean, byte, short, int, long, float, double, String, an array of those, the extended types ArrayValue and StructValue, and specific types supported by ValueFactory. StructValue is not protected against concurrent access.
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.