FileDocCategorySizeDatePackage
IndexedRecord.javaAPI DocGlassfish v2 API2419Fri May 04 22:35:34 BST 2007javax.resource.cci

IndexedRecord

public interface IndexedRecord implements List, Record, Serializable
IndexedRecord represents an ordered collection of record elements based on the java.util.List interface. This interface allows a client to access elements by their integer index (position in the list) and search for elements in the List.
author
Rahul Sharma
since
0.8

Fields Summary
Constructors Summary
Methods Summary