当前页面:
在线文档首页 >
Java Platform, Enterprise Edition v5.0 API Specifications
MappedRecord (Java EE 5 SDK) - Java Platform, Enterprise Edition v5.0 API Specifications
javax.resource.cci
Interface MappedRecord
- All Superinterfaces:
- Cloneable, Map, Record, Serializable
public interface MappedRecord
- extends Record, Map, 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.Map
interfaces.
- Version:
- 0.8
- Author:
- Rahul Sharma
Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
Methods inherited from interface java.util.Map |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
Submit a bug or feature Copyright 2006 Sun Microsystems, Inc. All rights reserved.