Example usage for Java javax.resource.cci MappedRecord fields, constructors, methods, implement or subclass
The text is from its open source code.
V | get(Object key) Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key. |
String | getRecordName() Gets the name of the Record. |
Set | keySet() Returns a Set view of the keys contained in this map. |