public class CencDecryptingSampleList extends AbstractList<Sample>
modCount| Constructor and Description |
|---|
CencDecryptingSampleList(RangeStartMap<Integer,SecretKey> keys,
RangeStartMap<Integer,SampleEntry> sampleEntries,
List<Sample> parent,
List<CencSampleAuxiliaryDataFormat> sencInfo) |
| Modifier and Type | Method and Description |
|---|---|
Sample |
get(int index) |
int |
size() |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArrayparallelStream, removeIf, streampublic CencDecryptingSampleList(RangeStartMap<Integer,SecretKey> keys, RangeStartMap<Integer,SampleEntry> sampleEntries, List<Sample> parent, List<CencSampleAuxiliaryDataFormat> sencInfo)
public Sample get(int index)
public int size()
size in interface Collection<Sample>size in interface List<Sample>size in class AbstractCollection<Sample>Copyright © 2019. All rights reserved.