T - The type of elements in the sequence.TIterator - The type of iterators in the sequence.public interface IRanSequence64<T,TIterator extends IRanIter<T,TIterator>> extends IBidSequence64<T,TIterator>
| Modifier and Type | Method and Description |
|---|---|
T |
Item(long index)
Gets the element at the specified index.
|
void |
SetItem(long index,
T item)
Sets the element at the specified index.
|
Back, PopBack, PushBack, SetBackBegin, EndClear, MaxSize, Size, TypeFront, PopFront, PushFront, SetFrontInsertT Item(long index)
index - The zero-based index of the element to gett.void SetItem(long index,
T item)
index - The zero-based index of the element to set.item - The element at the specified index.Copyright© 2012 Progeneric Systems, Inc. All Rights Reserved.