Object for storing each key/value within a frame. Also returned by the simple Frame positional accessor method "getKeyValuePair(int)". KeyValuePair can be considered immutable unless you use any of the VinciFrame.fset(*) methods, which may modify the value component. Generally you shouldn't have to work with KeyValuePair objects since the recommended approach to accessing Frame contents is through declarative as opposed to positional accessors.
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.