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.
Since:
0.8
Author:
Rahul Sharma
Method Summary
Methods inherited from interface javax.resource.cci.Record