站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Java Platform, Enterprise Edition v1.3.1 API Specifications

Java 2 Platform EE v1.3: Interface MappedRecord - Java Platform, Enterprise Edition v1.3.1 API Specifications


javax.resource.cci
Interface MappedRecord

All Superinterfaces:
java.lang.Cloneable, java.util.Map, Record, java.io.Serializable

public interface MappedRecord
extends Record, java.util.Map, java.io.Serializable

The interface javax.resource.cci.MappedRecord is used for key-value map based representation of record elements. The MappedRecord interface extends both Record and java.util.Mapinterfaces.


Inner classes inherited from class java.util.Map
java.util.Map.Entry
 
Methods inherited from interface javax.resource.cci.Record
clone, equals, getRecordName, getRecordShortDescription, hashCode, setRecordName, setRecordShortDescription
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 




The CHM file was converted to H