org.openmdx.base.resource.cci
Interface ArrayBasedIndexedRecord

All Superinterfaces:
Cloneable, Collection, IndexedRecord, Iterable, List, Record, Serializable
All Known Implementing Classes:
FixedSizeIndexedRecord

public interface ArrayBasedIndexedRecord
extends IndexedRecord


Method Summary
 Object getValues()
          Get the values backing-up the FixedSizeIndexedRecord.
 
Methods inherited from interface javax.resource.cci.Record
clone, equals, getRecordName, getRecordShortDescription, hashCode, setRecordName, setRecordShortDescription
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 

Method Detail

getValues

Object getValues()
Get the values backing-up the FixedSizeIndexedRecord.

Changes to the values are reflected by the IndexedRecord and vice versa.

Returns:
the IndexedRecord's values


This software is published under the BSD license. Copyright © 2003-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.