public interface IRandomAccessChemObjectReader<T> extends ListIterator<T>
ListIterator
.Modifier and Type | Method and Description |
---|---|
T |
first() |
T |
last() |
T |
readRecord(int record) |
int |
size() |
add, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove, set
forEachRemaining
Copyright © 2021. All rights reserved.