- 
- All Superinterfaces:
- Cloneable,- Collection<E>,- Iterable<E>,- List<E>,- Record,- Serializable
 
 public interface IndexedRecord<E> extends Record, List<E>, Serializable IndexedRecord represents an ordered collection of record elements based on thejava.util.Listinterface. 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 java.util.CollectionparallelStream, removeIf, stream, toArray
 - 
Methods inherited from interface java.util.Listadd, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
 - 
Methods inherited from interface jakarta.resource.cci.Recordclone, equals, getRecordName, getRecordShortDescription, hashCode, setRecordName, setRecordShortDescription
 
- 
 
-