public class SampleList extends AbstractList<Sample>
ByteBuffers that represent the samples of a given track.modCount| Constructor and Description |
|---|
SampleList(TrackBox trackBox,
IsoFile... additionalFragments) |
| 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 Sample get(int index)
public int size()
size in interface Collection<Sample>size in interface List<Sample>size in class AbstractCollection<Sample>Copyright © 2015. All rights reserved.