public class CompositeDataList extends AbstractSequentialList<BaseCDStruct<? extends CDHeader<?,?>>>
List
interface for a sequence of Composite Data records in
memory.modCount
Constructor and Description |
---|
CompositeDataList(long dataPtr,
long dataLen) |
Modifier and Type | Method and Description |
---|---|
ListIterator<BaseCDStruct<? extends CDHeader<?,?>>> |
listIterator(int start) |
int |
size() |
add, addAll, get, iterator, remove, set
add, clear, equals, hashCode, indexOf, lastIndexOf, listIterator, removeRange, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
parallelStream, removeIf, stream
public ListIterator<BaseCDStruct<? extends CDHeader<?,?>>> listIterator(int start)
listIterator
in interface List<BaseCDStruct<? extends CDHeader<?,?>>>
listIterator
in class AbstractSequentialList<BaseCDStruct<? extends CDHeader<?,?>>>
public int size()
size
in interface Collection<BaseCDStruct<? extends CDHeader<?,?>>>
size
in interface List<BaseCDStruct<? extends CDHeader<?,?>>>
size
in class AbstractCollection<BaseCDStruct<? extends CDHeader<?,?>>>
Copyright © 2014–2018. All rights reserved.